| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-31 | Year++ | Frank Denis | |
| 2020-11-30 | fix memory leak in BufMap | Jonathan Marler | |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley | |
| add SPDX license identifier copyright ownership is zig contributors | |||
| 2020-07-05 | Merge pull request #5786 from ziglang/std-hash-map | Andrew Kelley | |
| reimplement std.HashMap | |||
| 2020-07-05 | update std lib to new hash map API | Andrew Kelley | |
| 2020-07-04 | std.mem.dupe is deprecated, move all references in std | joachimschmidt557 | |
| Replaced all occurences of std.mem.dupe in stdlib with Allocator.dupe/std.mem.dupeZ -> Allocator.dupeZ | |||
| 2020-01-29 | Fix BufMap value leak | Benjamin Feng | |
| 2020-01-29 | Convert a bunch of page_allocator to testing.allocator | Benjamin Feng | |
| 2019-11-25 | rename std.heap.direct_allocator to std.heap.page_allocator | Andrew Kelley | |
| std.heap.direct_allocator is still available for now but it is marked deprecated. | |||
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
