summaryrefslogtreecommitdiff
path: root/lib/containers/intervaltree.go
AgeCommit message (Collapse)Author
2023-02-12containers: Rethink the RBTree interface to be simplerLuke Shumaker
2023-02-05containers: s/Cmp/Compare/ to match the standard libraryLuke Shumaker
Go 1.18 added net/netip.Addr.Compare, and Go 1.20 added time.Time.Compare.
2023-01-01lint: Turn on gocriticLuke Shumaker
2022-10-02containers: Implement an interval treeLuke Shumaker
Hits a bug in the Go 1.19.1 compiler, you must use a dev build of Go.