aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-15add compile log output to build runnerAndrew Kelley
2023-03-15CLI: remove the experimental --watch flagAndrew Kelley
2023-03-15Module: handle incremental update from ZIR with AST errorsAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15zig objcopy: support the compiler protocolAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15AstGen: skip walking the AST when there are parse errorsAndrew Kelley
2023-03-15CLI: fix ast-check printing ZIR errors twiceAndrew Kelley
2023-03-15fix ZIR decoding of error notesAndrew Kelley
2023-03-15std.Build.RunStep: add maxrss, duration, and cached statusAndrew Kelley
2023-03-15stage2: avoid bloat when using -Donly-cAndrew Kelley
2023-03-15stage2: fix compilation on 32-bit targetsAndrew Kelley
2023-03-15stage2: avoid networking when generating zig2.cAndrew Kelley
2023-03-15stage2: avoid linux-only APIs on other operating systemsAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15link: only write manifest if we have the exclusive lockAndrew Kelley
2023-03-15fix zig fmt crashAndrew Kelley
2023-03-15fix std.Build.TranslateCStepAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley
2023-03-15compiler: update function accepts a std.Progress.NodeAndrew Kelley
2023-03-15integrate the build runner and the compiler serverAndrew Kelley
2023-03-15add builtin.zig_version_stringAndrew Kelley
2023-03-15std.zig.ErrorBundle: rework binary encodingAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-03-15link.Elf: keep the logic for updates but condition on hcsAndrew Kelley
2023-03-15hot code swapping PoC workingAndrew Kelley
2023-03-15link: PTRACE_ATTACH/PTRACE_DETACHAndrew Kelley
2023-03-15stage2: hot code swapping PoCAndrew Kelley
2023-03-15zig build: add a -j<N> option for limiting concurrencyAndrew Kelley
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
2023-03-15x86_64: turn packed struct crashes into compile errorsJacob Young
2023-03-15x86_64: implement more binary immediate combinationsJacob Young
2023-03-15x86_64: handle duplicate prong deathsJacob Young
2023-03-15x86_64: use short union initJacob Young
2023-03-15x86_64: use new for loop syntaxJacob Young
2023-03-15x86_64: fix lowering of non-pointer optional is nullJacob Young
2023-03-15x86_64: fix store of undefinedJacob Young
2023-03-15x86_64: fix error code paths to not have extra popsJacob Young
2023-03-14Implement readFromMemory/writeToMemory for ptrLikeOptionalDerryAlex
2023-03-14Sema: allow comptime mutation of multiple array elementsmlugg
2023-03-13Merge pull request #14886 from ziglang/x86_64-encoderJakub Konka
2023-03-13Sema: avoid panic on callconv(.C) generic return typeIan Johnson
2023-03-12x86_64: avoid inline for-loops when scanning the encodings tableJakub Konka
2023-03-12translate-c: translate extern unknown-length arrays using @externmlugg
2023-03-12Sema: @extern fixesmlugg
2023-03-12Sema: improve error message when calling non-member function as methodmlugg
2023-03-12x86_64: fix 32bit build issues in the encoderJakub Konka
2023-03-12x86_64: downstream encoder/assembler testsJakub Konka
2023-03-11x86_64: clean upJakub Konka