Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-07 | struct.go: Fix a typo in a comment | Luke Shumaker | |
2023-01-30 | struct.go: Cache structIndexes | Luke Shumaker | |
This should help save some CPU time and avoid some memory churn. | |||
2023-01-29 | Move things between files | Luke Shumaker | |
2023-01-29 | Improve/fix documentation and comments | Luke Shumaker | |
2023-01-29 | struct: Rework the arguments of indexStructInner to make more sense | Luke Shumaker | |
2022-08-16 | wip: Reduce test differences [ci-skip] | Luke Shumaker | |
- Handle UTF-16 surrogate pairs - Handle cycles in values - Handle cycles in types - Better errors - Handle case-folding of struct field names - Allow []byteTypeWithMethods - Fix struct field-order - Fix handling of interfaces storing pointers - Enforce a maximum decode depth - Validate struct tags | |||
2022-08-13 | set up as a separate repo | Luke Shumaker | |