aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-08-11std: Don't pass undefined memory to the kernel in os.abort()Isaac Freund
2022-08-10link.MachO: use accurate alignment attribute on pointersAndrew Kelley
2022-08-10Merge pull request #12379 from ifreund/packed-struct-explicit-backing-intAndrew Kelley
2022-08-10fix: disallow newline in char literalzooster
2022-08-10stage2: Implement explicit backing integers for packed structsIsaac Freund
2022-08-09std: add workaround for stage2 bugVeikka Tuominen
2022-08-08Sema: avoid error return traces when possibleAndrew Kelley
2022-08-08std: fix BoundedArray test checking wrong condition (#12372)Ryotaro "Justin" Kimura
2022-08-07remove 'builtin.stage2_arch', Sema is smart enough nowMeghan Denny
2022-08-06std: use std.macho.LoadCommandIterator for MachO parsing in std.debugJakub Konka
2022-08-06Type: adjust C type sizesVeikka Tuominen
2022-08-05std.mem.zeroes: Zero sized structs with uninitialized members (#12246)N00byEdge
2022-08-05std.enums: make directEnumArrayLen publicAllan Regush
2022-08-05Makes std.meta.Tuple and std.meta.ArgsTuple generate a unique type instead of...Felix "xq" Queißner
2022-08-05Update Linux syscall list for 5.19Stephen Gregoratto
2022-08-03macho: add missing align cast in LoadCommandIteratorJakub Konka
2022-08-03macho: update how we insert output sectionsJakub Konka
2022-08-03macho: sync with zldJakub Konka
2022-08-03crypto.sign.ed25519: include a context string in blind key signatures (#12316)Frank Denis
2022-08-02Sema: add safety for sentinel sliceVeikka Tuominen
2022-08-01std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...Ryan Liptak
2022-07-31Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watchRyan Liptak
2022-07-30parser: require expression after colon in slice exprVeikka Tuominen
2022-07-29std.debug: default signal handler also handles SIGFPEAndrew Kelley
2022-07-28std: rename std.Target.systemz to .s390xMeghan Denny
2022-07-27Merge pull request #12252 from ziglang/stage3-test-casesAndrew Kelley
2022-07-27std.fmt: add more invalid format string errorsr00ster91
2022-07-27std.fmt: lowercase compile errorsr00ster91
2022-07-27translate-c: take address of functions before passing them to @ptrToIntEvan Haas
2022-07-26start code: enable segfault handler for stage2Andrew Kelley
2022-07-26Merge pull request #12237 from Vexu/stage2-compile-errorsAndrew Kelley
2022-07-26std.fmt: require specifier for unwrapping ?T and E!TInKryption
2022-07-26std.mem: add `reset` to `SplitBackwardsIterator` and `SplitIterator`r00ster
2022-07-26AstGen: disable null bytes and empty stings in some placesVeikka Tuominen
2022-07-26parser: add error for doc comment attached to comptime or test blocksVeikka Tuominen
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-07-25PriorityDequeue: use compareFn in update() methodVÖRÖSKŐI András
2022-07-25std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`Ryan Liptak
2022-07-25std.testing: make the caret indicator line more helpfulr00ster
2022-07-25Merge pull request #12059 from Luukdegram/linker-tests-run-stepLuuk de Gram
2022-07-24std.fs: Fix Walker closing the initial directory when not fully iteratedRyan Liptak
2022-07-24Revert "std.fmt: require specifier for unwrapping ?T and E!T."Andrew Kelley
2022-07-24std.fmt: require specifier for unwrapping ?T and E!T.InKryption
2022-07-24std: compile error on invalid testing allocator usageAli Chraghi
2022-07-24std.json: expose encodeJsonString and encodeJsonStringCharsJonathan Marler
2022-07-23io_uring: add new flags and opcodesVincent Rischmann
2022-07-23Revert "std.mem.Allocator: add alignedCreate"Veikka Tuominen
2022-07-23std.mem.Allocator: add alignedCreatedevins2518
2022-07-23std.net.getAddressList: fix segfault on bad hostnameVeikka Touminen
2022-07-23std.json: Fix parsing of large numbersominitay