aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-27move zig.h to become an installation fileAndrew 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-24Fix indexing in the test runner's log formattingLewis Gaul
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-23Merge pull request #12143 from Vexu/stage2-safetyAndrew Kelley
2022-07-23io_uring: add new flags and opcodesVincent Rischmann
2022-07-23stage2: implement `@setFloatMode`Veikka Tuominen
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
2022-07-23Share logic between EmulatableRunStep & RunStepLuuk de Gram
2022-07-23Use `EmulatableRunStep` for MachO linker testsLuuk de Gram
2022-07-23rename:RunCompareStep -> EmulatableRunStepLuuk de Gram
2022-07-23show/hide warning for incompatible warningsLuuk de Gram
2022-07-23RunCompareStep: implement new stepLuuk de Gram
2022-07-23Merge pull request #12140 from ziglang/macho-gc-sectionsJakub Konka
2022-07-22Merge pull request #12173 from ziglang/autodocs-rebasedAndrew Kelley
2022-07-22macos: add /usr/local/* paths conditional on macOS major versionJakub Konka
2022-07-22Merge pull request #12191 from ziglang/underaligned-fieldsAndrew Kelley
2022-07-22PriorityQueue: use compareFn in update()VÖRÖSKŐI András
2022-07-22SIMD size suggestions: suggestions code now compiles, added moreDan Ellis Echavarria
2022-07-22link-tests: add checkNotPresent and add -dead_strip smoke testJakub Konka
2022-07-22cli: support --gc-sections and --no-gc-sections for Zig sourcesJakub Konka
2022-07-21LLVM: fix lowering of structs with underaligned fieldsAndrew Kelley
2022-07-21Fix #9184: fmtIntSizeDec/fmtIntSizeBin support FormatOptionsYujiri
2022-07-20Merge pull request #12111 from ziglang/ci-stage3Andrew Kelley