Sahnvour
|
575fbd5e35
|
hash_map: rename to ArrayHashMap and add new HashMap implementation
|
2020-09-02 00:17:50 +02:00 |
Andrew Kelley
|
4a69b11e74
|
add license header to all std lib files
add SPDX license identifier
copyright ownership is zig contributors
|
2020-08-20 16:07:04 -04:00 |
Andrew Kelley
|
632acffcbd
|
update std lib to new hash map API
|
2020-07-05 21:11:42 +00:00 |
Benjamin Feng
|
b7a236d68e
|
Convert a bunch of page_allocator to testing.allocator
|
2020-01-29 22:22:01 -06:00 |
Andrew Kelley
|
cb38bd0a14
|
rename std.heap.direct_allocator to std.heap.page_allocator
std.heap.direct_allocator is still available for now but it is marked
deprecated.
|
2019-11-25 17:25:06 -05:00 |
Andrew Kelley
|
ed36dbbd9c
|
mv std/ lib/
that's all this commit does. further commits will fix cli flags and
such.
see #2221
|
2019-09-25 23:35:41 -04:00 |