aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler
AgeCommit message (Expand)Author
2025-07-24zig std: update std.Io.poll API usageAndrew Kelley
2025-07-23Merge pull request #24523 from ziglang/fifnoAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-22zig std: update for new tar I/O APIAndrew Kelley
2025-07-21objcopy: delete most of itAndrew Kelley
2025-07-21build runner: print newline before summaryAndrew Kelley
2025-07-20Merge pull request #24488 from ziglang/moreAndrew Kelley
2025-07-19std.Io.Writer: fix writeSliceSwapAndrew Kelley
2025-07-19std.zig: finish updating to new I/O APIAndrew Kelley
2025-07-19resinator: fix std.json API usageAndrew Kelley
2025-07-16update aroAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-10Merge pull request #24329 from ziglang/writergateAndrew Kelley
2025-07-10build runner: fix --verbose-llvm-bc= not properly accepting valuetriallax
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07fix aro translate-c building from sourceAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07build runner: restore missing newlineAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07compiler: update all instances of std.fmt.FormatterAndrew Kelley
2025-07-07MachO: update to new std.io APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-06-30Fix `zig std` regression FTBFSMicah Switzer
2025-06-29zig rc: Fix include directory detection when cross-compiling from certain hos...Alex Rønne Petersen
2025-06-28resinator: Fix include directory detection when cross-compiling from certain ...Ryan Liptak
2025-06-28resinator: Only preprocess when the input is an .rc fileRyan Liptak
2025-06-28riscv64: enable test summary printingBingwu Zhang
2025-06-27compiler: test runner: fix tests never fails on crippled architecturesBingwu Zhang
2025-06-25fix `zig libc` FTBFSAndrew Kelley
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-15big.int: implement float conversionsJacob Young
2025-06-05build runner: disable fuzz in single-threaded buildsElaine Gibson
2025-06-05std.Build.Watch: not supported on haikuElaine Gibson
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-03Merge pull request #24013 from alexrp/test-matrixAndrew Kelley
2025-06-02std.Build: Demote errors for exceeding max_rss to warnings.Alex Rønne Petersen
2025-05-29aro_translate_c: Fix an assertion in buildArgsHash().Veikka Tuominen
2025-05-25compiler: introduce incremental debug servermlugg
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-16build runner: don't incorrectly omit reference tracesmlugg
2025-05-15reduce: Fix build due to std.mem.Alignment changes.Alex Rønne Petersen
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0