Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-17 | tree-wide: Turn on all revive linters (with exceptions) | Luke Shumaker | |
2023-03-17 | tree-wide: Ensure that all existing type doc comments follow the expected format | Luke Shumaker | |
This is a notable improvement in the docs for btrfsitem. | |||
2023-03-17 | tree-wide: Ensure that all existing method doc comments follow the expected ↵ | Luke Shumaker | |
format | |||
2023-03-17 | tree-wide: Ensure that all packages have a doc comment | Luke Shumaker | |
2023-02-12 | Change how constants are declared to play nice with godoc | Luke Shumaker | |
Switch to NAME Type = val instead of NAME = Type(val) | |||
2023-02-12 | btrfsitem: Add `Free` and `CloneItem` methods to Items | Luke Shumaker | |
2023-02-12 | tree-wide: Migrate to the new ARCache | Luke Shumaker | |
2023-02-12 | containers: Add my own ARC implementation | Luke Shumaker | |
I really want an OnEvict callback. | |||
2023-02-12 | containers: Rethink the RBTree interface to be simpler | Luke Shumaker | |
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. | |||
2023-01-30 | Split lib/containers.Sync* to git.lukeshu.com/go/typedsync | Luke Shumaker | |
2023-01-30 | Upgrade to lowmemjson v0.2.0 | Luke Shumaker | |
2023-01-25 | containers: Add SyncValue and SyncPool types | Luke Shumaker | |
2023-01-05 | rebuildnodes/btrees: Allow item rbtrees to be evicted | Luke Shumaker | |
2023-01-01 | lint: Turn on predeclared | Luke Shumaker | |
2023-01-01 | lint: Turn on paralleltest | Luke Shumaker | |
2023-01-01 | tree-wide: Annotate values that I might want to be tuning | Luke Shumaker | |
2023-01-01 | lint: Turn on gofumpt | Luke Shumaker | |
All edits to .go files are made by `tools/bin/golangci-lint run --fix ./...`, not by me as a human. | |||
2023-01-01 | lint: Turn on gocritic | Luke Shumaker | |
2023-01-01 | lint: Turn on forcetypeassert | Luke Shumaker | |
2023-01-01 | lint: Turn on dupword | Luke Shumaker | |
2022-12-21 | containers: sortedmap: Add new .Search() and .SearchAll() methods | Luke Shumaker | |
2022-12-20 | containers: intervaltree_test.go: Touch up logging | Luke Shumaker | |
2022-12-20 | containers: rbtree.go: Track size of the tree | Luke Shumaker | |
2022-12-20 | rebuildnodes: Improve logging | Luke Shumaker | |
2022-12-20 | containers.Set: Don't use constraints.Ordered | Luke Shumaker | |
2022-12-20 | containers: Add a 'SortedMap' type | 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. | |||
2022-10-02 | rbtree: Add support for maintaining node attributes | Luke Shumaker | |
CLRS theorem 14.1 | |||
2022-10-02 | fix rbtree fuzz test | Luke Shumaker | |
2022-09-05 | Try to uniformly use containers.Set | Luke Shumaker | |
2022-09-02 | rebuild root items | Luke Shumaker | |
this was sitting here uncommited from Wednesday | |||
2022-08-30 | wip better reattach | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-17 | json: Implement a bunch of streaming JSON encoding/decoding | Luke Shumaker | |
2022-08-17 | tools: Upgrade to Go 1.19 | Luke Shumaker | |
1. Edit Makefile:goversion 2. Run `make go-mod-tidy` 3. Run `gofmt -s -w .` 4. Look at the ignore-whitespace-change diff and fixup band gofmt changes | |||
2022-07-15 | tidy up | Luke Shumaker | |
2022-07-14 | Buffer FS IO | Luke Shumaker | |
2022-07-13 | Misc tidy up | Luke Shumaker | |
2022-07-13 | Fix package names/imports | Luke Shumaker | |
2022-07-13 | Move files to different packages [ci-skip] | Luke Shumaker | |
2022-07-13 | Move the remaining former-generic.go parts out of lib/util/ | 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. | |||
2022-07-13 | Move lib/rbtree to lib/containers | Luke Shumaker | |