chiark / gitweb /
cargo: update x11rb
[otter.git] / base /
2022-05-26 Ian JacksonCargo.toml: Update all versions to 1.1.0
2022-05-17 Ian JacksonHtml: Fix Debug truncation to not randomly panic
2022-05-14 Ian Jacksoncrate structure: Write down the import structure doctrine.
2022-05-14 Ian Jacksoncrate structure: Rename "prelude-part" to "imports"
2022-05-14 Ian Jacksoncrate structure: Rename "imports" to "crates"
2022-05-14 Ian Jacksoncrate structure: Introduce otter-support crate
2022-05-11 Ian Jacksonimpl Mean for f64
2022-05-08 Ian Jacksongeometry: Properly publish pos_zip_try_map etc., and...
2022-05-08 Ian Jacksongeometry: Rename pos_zip_try_map, add infallible pos_zi...
2022-05-08 Ian Jacksongeometry: Introduce some affordances, and add a use...
2022-05-01 Ian JacksonMiscellaneous cleanups prompted by clippy
2022-04-27 Ian JacksonSwitch to Rust 2021
2022-04-17 Ian Jacksonimpl Default for &HtmlStr
2022-04-15 Ian Jacksondice: Add cross-referencing notes and comments
2022-04-15 Ian Jacksondice: Initial implementation of piece
2022-04-15 Ian Jacksondice: cooldown_path etc.: rename remaining proportion...
2022-04-15 Ian Jacksondie: wip svg, add more tests
2022-04-15 Ian Jacksondie: wip svg, cooldown timer better assert
2022-04-15 Ian Jacksondie: wip svg, fix cooldown timer path and add test...
2022-04-15 Ian Jacksondice: Provide die_cooldown_path
2022-04-02 Ian JacksonCargo.toml: Update all versions to 1.0.0 otter-1.0.0
2022-04-02 Ian JacksonFormulaic doc comments for other crates
2022-03-31 Ian Jacksonclippy: Prefer .len() > 0 to ! .is_empty()
2022-03-30 Ian Jacksonzcoord: Move from_str impl for Mutable to be FromStr...
2022-03-30 Ian Jacksonzcoord: Move from_str impl to be (only) in FromStr...
2022-03-30 Ian Jacksonzcoord: Remove redundant to_string method
2022-03-30 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-30 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-30 Ian JacksonHtml type: impl Default and derive new()
2022-03-30 Ian Jacksonclippy: allow some lints
2022-03-30 Ian Jacksonclippy: wip machinery, and transfer the one allowed...
2022-03-06 Ian Jacksonzcoord: Make MutateReturn take self parameter
2021-07-25 Ian JacksonCargo.toml: Update all versions to 0.7.3 otter-0.7.3
2021-07-17 Ian Jacksonzcoord: Fix docs for some_range
2021-07-17 Ian Jacksonzcoord tests: Test some bad ranges
2021-07-17 Ian Jacksonzcoord tests: Introduce It::new()
2021-07-17 Ian Jacksonzcoord tests: Use mk in range tests
2021-07-17 Ian Jacksonzcoord tests: Rename zc (from bf)
2021-07-17 Ian Jacksonzcoord: Add a test for range carry/borrow edge case
2021-07-17 Ian Jacksonzcoord: Fix some more edge case bugs in range algorithm
2021-07-17 Ian Jacksonzcoord: Add a test for range carry/borrow
2021-07-17 Ian Jacksonzcoord: Fix typo in comment
2021-07-17 Ian Jacksonzcoord: Improve a test failure message
2021-07-15 Ian JacksonCargo.toml: Update all versions to 0.7.2
2021-07-10 Ian Jacksonzccord: Add some more test cases
2021-07-10 Ian Jacksonzccord: Fix a panic in some iteration cases
2021-07-10 Ian Jacksonzcoord: Add some commented-out debug
2021-07-10 Ian JacksonMake dbgc macro actually useable in base
2021-07-10 Ian JacksonMove dbgc macro into base
2021-07-10 Ian Jacksonzcoord: Test bad ranges
2021-07-10 Ian Jacksonzcoord: Reject attempt to make range [X,X>
2021-07-10 Ian Jacksonzcoord: Make RangeImpossible into an enum
2021-07-10 Ian Jacksonzcoord: document (and test a bit more) range_upto()
2021-07-10 Ian Jacksonzcoord: document iter()
2021-07-10 Ian Jacksonzcoord: test iter()
2021-07-10 Ian Jacksonzcoord: promote mk() into mod test
2021-06-10 Ian JacksonCargo.toml: Update all versions to 0.7.1
2021-06-08 Ian JacksonCargo.toml: Update all versions to 0.7.0
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
next