Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |