| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
- `std::core::mem::allocator` deprecated and split into `std::core::mem::allocators` containing allocators and `std::core::mem::alloc` for various allocation methods. | 5 个月前 | |
json: add unmarshaling support, clean up DOM parsing, and add benchmarks (#3384) * json: add unmarshaling support, clean up DOM parsing, and add benchmarks - Added `unmarshal` (JSON string to struct) and `@unmarshal_to` (Object* to struct). - Simplified DOM parsing. - Sped up serialization. - Added benchmarks for marshaling, unmarshaling, and DOM parsing. - Updated unit tests. * add serialize_object() and an example on `resources/examples/json_pretty_print.c3` * complete the benchmarks * fixes: fix array bounds, add vector support, and clean up redundancies * Some refactoring. * Rename Indent. Add tests. * continuing work * Some formatting. * Update releasenotes * Refactoring, moving unmarshaling partly to object. Object .is_empty is also .is_map. Improve backwards compatibility. Release memory on failure. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com> | 1 个月前 | |
Fixes to tclone and other temp allocations with overaligned data. | 1 年前 | |
- mem::equals would not correctly compare slices of with element size > 1. - `AsciiCharset.contains` incorrectly handled char > 127. - Reuse of recently freed DynamicArenaAllocator allocations failed. | 3 个月前 | |
- Possible memory overwrite in BackingArenaAllocator on realloc. - Realloc could cause data corruption in DynamicArenaAllocator. - OnStackAllocator would not correctly clear memory on calloc. - Vmem temp allocator would not correctly free all vmem on destroy. | 3 个月前 | |
Removing use of `$assignable` and deprecate it. Fix regression for stacktraces on MacOS. Added readline_to_stream. Regression: Chaining an optional together with contracts could in some cases lose the optional. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 个月前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 1 年前 |