Age | Commit message (Expand) | Author |
2023-01-29 | .golangci.yml: Turn on 'stylecheck', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'paralleltest', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'godot', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'gocritic', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'dupword', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on formatting linters 'gci' and 'gofumpt', fix | Luke Shumaker |
2023-01-26 | Write documentationv0.2.0 | Luke Shumaker |
2023-01-26 | Move the Parser to the internal package | Luke Shumaker |
2023-01-25 | Delete things I don't want to document | Luke Shumaker |
2023-01-25 | compat/json: Don't forget to alias json.Unmarshaler | Luke Shumaker |
2022-09-19 | Give every .go file an SPDX-License-Identifier | Luke Shumaker |
2022-08-17 | Get the borrowed files passing the linter | Luke Shumaker |
2022-08-17 | Get the linter passing (even if it means ignoring borrowed files) | Luke Shumaker |
2022-08-17 | Add more tests around trailing-newlines from the encoder | Luke Shumaker |
2022-08-17 | Get the new borrowed tests passing | Luke Shumaker |
2022-08-17 | Get the new borrowed tests running right [ci-skip] | Luke Shumaker |
2022-08-17 | Borrow more test files [ci-skip] | Luke Shumaker |
2022-08-17 | Fix those now-failing error checks | Luke Shumaker |
2022-08-17 | borrowed_decode_test.go: Do better checking of errors [ci-skip] | Luke Shumaker |
2022-08-16 | Indicate why each of the lines in borrowed files were MODIFIED | Luke Shumaker |
2022-08-16 | compat: Factor out convertXXXError functions | Luke Shumaker |
2022-08-16 | Run the fuzzer a bit | Luke Shumaker |
2022-08-16 | Get borrowed_decode_test.go passing | Luke Shumaker |
2022-08-16 | Get borrowed_encode_test.go passing [ci-skip] | Luke Shumaker |
2022-08-16 | Get borrowed_scanner_test.go passing [ci-skip] | Luke Shumaker |
2022-08-16 | wip: Reduce test differences [ci-skip] | Luke Shumaker |
2022-08-15 | Create a compat/json compatibility library | Luke Shumaker |
2022-08-15 | mkdir -p compat/json && mv borrowed_*_test.go compat/json/ # [ci-skip] | Luke Shumaker |