chiark / gitweb /
otter cli: When accessing via ssh, make default account be ssh:
[otter.git] / base /
2021-05-23 Ian JacksonCargo.toml: Update all versions to 0.6.0 otter-0.6.0
2021-05-18 Ian Jacksoncargo update: Update to latest ArrayVec, const generics
2021-05-17 Ian Jacksonif_let: Remove the "match" from the general case
2021-05-17 Ian Jacksonif_let: Provide the logically-necessary fourth case
2021-05-17 Ian Jacksonif_let: Provide a way to get at the error
2021-05-02 Ian Jacksonbase: prelude: export void (crate)
2021-05-02 Ian JacksonProvide DebugExt::to_debug
2021-05-02 Ian Jacksonif_let: Provide a cardboard cutout version for basic...
2021-04-18 Ian JacksonCargo.toml: Update all versions to 0.5.1 otter-0.5.1
2021-04-18 Ian JacksonCargo.toml: Update all versions to 0.5.0 otter-0.5.0
2021-04-18 Ian JacksonCargo.toml: base: Remove some spaces
2021-04-18 Ian JacksonCargo.toml: Add many metadata fields (and synch. versions)
2021-04-18 Ian JacksonCargo.toml: Prettify layout etc.
2021-04-05 Ian Jacksonhtml: Format u64 too
2021-04-03 Ian Jacksongeometry: Provide Rect::size()
2021-04-02 Ian Jacksonmovehist: Move LENS etc. to otter, out of base
2021-04-02 Ian Jacksongeometry: Provide len
2021-04-02 Ian Jacksongeometry: Promote len2
2021-04-02 Ian Jacksongeometry: Promote PosPromote to a trait
2021-04-02 Ian Jacksonmovehost: Send updates.
2021-04-02 Ian Jacksonif_let: Let variants be paths
2021-04-02 Ian Jacksonif_let: Slight formatting adjustment
2021-04-02 Ian Jacksonintroduce if_let!
2021-04-01 Ian Jacksonhtml, SvgAttrs: Change type of SvgAttrs
2021-04-01 Ian Jacksonhtml: Move to otter-base
2021-04-01 Ian Jacksontable size html attrs: Split out into base
2021-04-01 Ian Jacksoncargo: Move `extend` dependency to otter-base
2021-03-29 Ian Jacksoncargo: Add trailing newlines back plus a guard comment
2021-03-25 Ian Jacksongeometry: ipl Ord and Eq for Rect
2021-03-25 Ian Jacksongeometry: Rename Region::Rectangle to Rect
2021-03-25 Ian Jacksongeometry: Massive overhaul of types and fields
2021-03-25 Ian Jacksongeometry: Some code motion
2021-03-25 Ian Jacksonrename Area to Rect
2021-03-25 Ian Jacksonrename Region to RegionC, in line with PosC and AreaC
2021-03-25 Ian JacksonProvide distinction betwene Region and Area
2021-03-25 Ian Jacksonserde_json: Move dependency to base, so it's common
2021-03-25 Ian Jacksongeometry: Relax Ord to PartialOrd
2021-03-25 Ian Jacksonprovide otter_base::Region
2021-03-25 Ian Jacksonmove geometry to base
2021-03-25 Ian Jacksonbase: Introduce a prelude module here
2021-03-12 Ian Jacksonimpl Hash for ZCoord
2021-03-11 Ian Jacksonzcoord: plus_offset: Check both ways
2021-03-11 Ian Jacksonzcoord: Provide plus_offset method
2021-03-11 Ian Jacksonzcoord: Delete some obsolete comments
2021-03-11 Ian Jacksonzcoord: Remove a spurious blank line
2021-02-15 Ian JacksonCentralise thiserror
2021-02-14 Ian JacksonCannot centralise serde_with
2021-02-14 Ian JacksonCannot centralise serde
2021-02-14 Ian JacksonCannot centralise thiserror
2021-02-14 Ian JacksonCentralise if_chain
2021-02-14 Ian JacksonDocument why fehler not centralised
2021-02-14 Ian JacksonCentralise derive_more
2021-02-14 Ian JacksonReorganose dependencies: wip, arrayvec
2021-02-14 Ian JacksonRename zcoord crate to otter-base