summaryrefslogtreecommitdiff
path: root/lib/containers/intervaltree.go
AgeCommit message (Expand)Author
2023-04-04containers: IntervalTree: Add a sanity check that intervals aren't backwardLuke Shumaker
2023-03-17tree-wide: Turn on all revive linters (with exceptions)Luke Shumaker
2023-02-12containers: Rethink the RBTree interface to be simplerLuke Shumaker
2023-02-05containers: s/Cmp/Compare/ to match the standard libraryLuke Shumaker
2023-01-01lint: Turn on gocriticLuke Shumaker
2022-10-02containers: Implement an interval treeLuke Shumaker