| Age | Commit message (Collapse) | Author |
|
|
|
Related: #4917
|
|
|
|
|
|
|
|
|
|
|
|
Remove ArrayList.span
|
|
* std: fix json parsing with unmatched closing tokens
* std: fix swapped json parsing errors
|
|
|
|
|
|
Byteswap some values when LE ordering is required.
|
|
Add missing std to use of std.io.getStdErr in the function dump
so that it compiles.
|
|
|
|
|
|
add SPDX license identifier
copyright ownership is zig contributors
|
|
|
|
|
|
|
|
reimplement std.HashMap
|
|
|
|
Replaced all occurences of std.mem.dupe in stdlib with
Allocator.dupe/std.mem.dupeZ -> Allocator.dupeZ
|
|
* `try` allocation of pointer type when parsing
* fixes pointer destroy compile error
|
|
|
|
Rather than migrate to new 'writer' interface, just remove it
|
|
* use array's pointer
|
|
I did this wrong originally in
feade9ef0010b1b47d7216e786ed964d09612c2b
|
|
|
|
Ref: https://tools.ietf.org/html/rfc8259
|
|
fix json.WriteStream.emitJson
|
|
|
|
|
|
backslash (#5167)
* fix breaking typo in json.zig
* add tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See #3811
|
|
These can now be enabled thanks to bug fixes that landed in
LLVM 10.
|
|
|
|
std lib tests are passing now
|
|
|