Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-17 | tree-wide: Ensure that all existing method doc comments follow the expected ↵ | Luke Shumaker | |
format | |||
2023-02-05 | containers: Ordered: Add doc comments. | 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. | |||
2022-12-20 | containers.Set: Don't use constraints.Ordered | Luke Shumaker | |
2022-07-13 | Misc tidy up | Luke Shumaker | |
2022-07-13 | Move ordered.go to lib/containers | Luke Shumaker | |
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this. |