Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-04 | containers: IntervalTree: Add a sanity check that intervals aren't backward | Luke Shumaker | |
2023-03-17 | tree-wide: Turn on all revive linters (with exceptions) | Luke Shumaker | |
2023-02-12 | containers: Rethink the RBTree interface to be simpler | Luke Shumaker | |
2023-02-05 | containers: s/Cmp/Compare/ to match the standard library | Luke Shumaker | |
Go 1.18 added net/netip.Addr.Compare, and Go 1.20 added time.Time.Compare. | |||
2023-01-01 | lint: Turn on gocritic | Luke Shumaker | |
2022-10-02 | containers: Implement an interval tree | Luke Shumaker | |
Hits a bug in the Go 1.19.1 compiler, you must use a dev build of Go. |