| 3 years ago | Andrew Kelley | | fix UAF in build runner |
| 3 years ago | Andrew Kelley | | compiler: update function accepts a std.Progress.Node |
| 3 years ago | Andrew Kelley | | std.Build.InstallArtifactStep: better default step name |
| 3 years ago | Andrew Kelley | | std.Build.CompileStep: better default step name |
| 3 years ago | Andrew Kelley | | build runner: print a fancy tree with build results on failure |
| 3 years ago | Andrew Kelley | | build.zig: remove redundant dependency of install step on zig exe |
| 3 years ago | Andrew Kelley | | std.Build.CompileStep: obtain the build output dir from protocol |
| 3 years ago | Andrew Kelley | | build runner: account for debug builds in cleanExit |
| 3 years ago | Andrew Kelley | | integrate the build runner and the compiler server |
| 3 years ago | Andrew Kelley | | std.fifo: add toOwnedSlice method |
| 3 years ago | Andrew Kelley | | std.zig.ErrorBundle: add special representation for empty |
| 3 years ago | Andrew Kelley | | add builtin.zig_version_string |
| 3 years ago | Andrew Kelley | | std.zig.ErrorBundle: rework binary encoding |
| 3 years ago | Andrew Kelley | | progress towards semantic error serialization |
| 3 years ago | Andrew Kelley | | std.mem.copy: update to new for loop syntax |
| 3 years ago | Andrew Kelley | | link.Elf: keep the logic for updates but condition on hcs |
| 3 years ago | Andrew Kelley | | hot code swapping PoC working |
| 3 years ago | Andrew Kelley | | link: PTRACE_ATTACH/PTRACE_DETACH |
| 3 years ago | Andrew Kelley | | stage2: hot code swapping PoC |
| 3 years ago | Andrew Kelley | | std.os.linux: add ptrace |
| 3 years ago | Andrew Kelley | | CI: use -j1 like a coward |
| 3 years ago | Andrew Kelley | | zig build: add a -j<N> option for limiting concurrency |
| 3 years ago | Andrew Kelley | | update to new for loop syntax |
| 3 years ago | Andrew Kelley | | build runner: show stderr even on successful steps run |
| 3 years ago | Andrew Kelley | | std.Build: better handling of stderr of child processes |
| 3 years ago | Andrew Kelley | | std.Progress: add lock_stderr and unlock_stderr |
| 3 years ago | Andrew Kelley | | std.Build: further enhance debug message for bad getPath() |
| 3 years ago | Andrew Kelley | | std.Build: improve debugging of misconfigured steps |
| 3 years ago | Andrew Kelley | | build system: capture stderr and report it later |
| 3 years ago | Andrew Kelley | | build runner: proper threaded dependency management |
| 3 years ago | Andrew Kelley | | build_runner now executes the step graph in parallel |
| 3 years ago | Andrew Kelley | | add std.heap.ThreadSafeAllocator |
| 3 years ago | Andrew Kelley | | extract ThreadPool and WaitGroup from compiler to std lib |
| 3 years ago | Andrew Kelley | | build runner: untangle dependency loop checking from making |
| 3 years ago | Andrew Kelley | | extract some logic from std.Build to build_runner.zig |
| 3 years ago | Andrew Kelley |  | Merge pull request #14918 from jacobly0/x86_64 |
| 3 years ago | Bas Westerbaan |  | Add Kyber post-quantum key encapsulation mechanism (#14902) |
| 3 years ago | Frank Denis |  | Argon2: properly handle outputs > 64 bytes in blake2Long() (#14914) |
| 3 years ago | DerryAlex |  | Implement readFromMemory/writeToMemory for ptrLikeOptional |
| 3 years ago | Kotaro Inoue |  | Fix to use '/' for a empty path (#14884) |
| 3 years ago | Matthew Lugg | | Sema: allow comptime mutation of multiple array elements |
| 3 years ago | Frank Denis |  | Move std.crypto.config options to std.options (#14906) |
| 3 years ago | Frank Denis |  | Add configurable side channels mitigations; enable them on soft AES (#13739) |
| 3 years ago | Jakub Konka |  | Merge pull request #14886 from ziglang/x86_64-encoder |
| 3 years ago | Hashi364 |  | Resolve docs inconsistency with Overflow builtins |
| 3 years ago | Ian Johnson | | Sema: avoid panic on callconv(.C) generic return type |
| 3 years ago | Frank Denis |  | crypto.aescrypto.encrypt: do not add the round key in an asm block (#14899) |
| 3 years ago | Techatrix | | langref: add missing comma in assembly expressions |
| 3 years ago | Matthew Lugg | | translate-c: translate extern unknown-length arrays using @extern |
| 3 years ago | Matthew Lugg | | Sema: @extern fixes |
|