index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-03-15
add compile log output to build runner
Andrew Kelley
2023-03-15
CLI: remove the experimental --watch flag
Andrew Kelley
2023-03-15
Module: handle incremental update from ZIR with AST errors
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
zig objcopy: support the compiler protocol
Andrew Kelley
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
build runner enhancements in preparation for test-cases
Andrew Kelley
2023-03-15
AstGen: skip walking the AST when there are parse errors
Andrew Kelley
2023-03-15
CLI: fix ast-check printing ZIR errors twice
Andrew Kelley
2023-03-15
fix ZIR decoding of error notes
Andrew Kelley
2023-03-15
std.Build.RunStep: add maxrss, duration, and cached status
Andrew Kelley
2023-03-15
stage2: avoid bloat when using -Donly-c
Andrew Kelley
2023-03-15
stage2: fix compilation on 32-bit targets
Andrew Kelley
2023-03-15
stage2: avoid networking when generating zig2.c
Andrew Kelley
2023-03-15
stage2: avoid linux-only APIs on other operating systems
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
link: only write manifest if we have the exclusive lock
Andrew Kelley
2023-03-15
fix zig fmt crash
Andrew Kelley
2023-03-15
fix std.Build.TranslateCStep
Andrew Kelley
2023-03-15
multiplex compiler progress messages into the build runner
Andrew Kelley
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
integrate the build runner and the compiler server
Andrew Kelley
2023-03-15
add builtin.zig_version_string
Andrew Kelley
2023-03-15
std.zig.ErrorBundle: rework binary encoding
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-03-15
link.Elf: keep the logic for updates but condition on hcs
Andrew Kelley
2023-03-15
hot code swapping PoC working
Andrew Kelley
2023-03-15
link: PTRACE_ATTACH/PTRACE_DETACH
Andrew Kelley
2023-03-15
stage2: hot code swapping PoC
Andrew Kelley
2023-03-15
zig build: add a -j<N> option for limiting concurrency
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
2023-03-15
x86_64: turn packed struct crashes into compile errors
Jacob Young
2023-03-15
x86_64: implement more binary immediate combinations
Jacob Young
2023-03-15
x86_64: handle duplicate prong deaths
Jacob Young
2023-03-15
x86_64: use short union init
Jacob Young
2023-03-15
x86_64: use new for loop syntax
Jacob Young
2023-03-15
x86_64: fix lowering of non-pointer optional is null
Jacob Young
2023-03-15
x86_64: fix store of undefined
Jacob Young
2023-03-15
x86_64: fix error code paths to not have extra pops
Jacob Young
2023-03-14
Implement readFromMemory/writeToMemory for ptrLikeOptional
DerryAlex
2023-03-14
Sema: allow comptime mutation of multiple array elements
mlugg
2023-03-13
Merge pull request #14886 from ziglang/x86_64-encoder
Jakub Konka
2023-03-13
Sema: avoid panic on callconv(.C) generic return type
Ian Johnson
2023-03-12
x86_64: avoid inline for-loops when scanning the encodings table
Jakub Konka
2023-03-12
translate-c: translate extern unknown-length arrays using @extern
mlugg
2023-03-12
Sema: @extern fixes
mlugg
2023-03-12
Sema: improve error message when calling non-member function as method
mlugg
2023-03-12
x86_64: fix 32bit build issues in the encoder
Jakub Konka
2023-03-12
x86_64: downstream encoder/assembler tests
Jakub Konka
2023-03-11
x86_64: clean up
Jakub Konka
[next]