aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler
AgeCommit message (Expand)Author
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
2025-05-12Merge pull request #23700 from sorairolake/rename-trimsAlex Rønne Petersen
2025-05-06std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.Alex Rønne Petersen
2025-04-28std.Target: Remove Os.Tag.elfiamcu.Alex Rønne Petersen
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-04-26std.Target: Remove Abi.gnuilp32.Alex Rønne Petersen
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-11Merge pull request #22516 from Jan200101/PR/build_id_optionAndrew Kelley
2025-04-11std.Target: Rename charSignedness() to cCharSignedness().Alex Rønne Petersen
2025-04-05std.Build: update build-id flag descriptionJan200101
2025-04-04std.Target: Add Abi.muslf32 and Abi.muslsf.Alex Rønne Petersen
2025-04-02translate-c: fix function prototype decalared inside a functionParker Liu
2025-03-31translate-c: fix referencing extern locals from nested blocksParker Liu
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard