summaryrefslogtreecommitdiff
path: root/lib/containers/rbtree.go
AgeCommit message (Expand)Author
2023-03-17tree-wide: Turn on all revive linters (with exceptions)Luke Shumaker
2023-02-12Change how constants are declared to play nice with godocLuke 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 predeclaredLuke Shumaker
2023-01-01lint: Turn on gocriticLuke Shumaker
2023-01-01lint: Turn on dupwordLuke Shumaker
2022-12-20containers: rbtree.go: Track size of the treeLuke Shumaker
2022-10-02rbtree: Add support for maintaining node attributesLuke Shumaker
2022-08-17tools: Upgrade to Go 1.19Luke Shumaker
2022-07-13Move the remaining former-generic.go parts out of lib/util/Luke Shumaker
2022-07-13Move ordered.go to lib/containersLuke Shumaker
2022-07-13Move lib/rbtree to lib/containersLuke Shumaker