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
Age
Commit message (
Expand
)
Author
2024-05-18
gpa: Fix GeneralPurposeAllocator double free stack traces
Hampus Fröjdholm
2024-05-18
gpa: Add helper to calculate size class of empty buckets
Hampus Fröjdholm
2024-05-14
Merge pull request #19958 from ziglang/macho-check-object
Jakub Konka
2024-05-13
Step.CheckObject: support dumping raw section contents for MachO
Jakub Konka
2024-05-13
Step.CheckObject: put MachO object parsing logic in ObjectContext wrapper
Jakub Konka
2024-05-13
test/standalone: fix iOS smoke test
Jakub Konka
2024-05-12
Merge pull request #19926 from squeek502/windows-sdk-cachepath-registry
Andrew Kelley
2024-05-12
[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...
Ronald Chen
2024-05-11
windows: use permissive file share flags everywhere (#19505)
Georgijs
2024-05-11
`zig fetch`: resolve branch/tag names to commit SHA (#19941)
Christofer Nolander
2024-05-11
Merge pull request #19431 from Rexicon226/revive-riscv
Jakub Konka
2024-05-11
std.Build.Step.Run: add missing call to writeManifest
Andrew Kelley
2024-05-11
Bump required LLVM version in README.md
Jordan Yates
2024-05-11
riscv: update behaviour tests again
David Rubin
2024-05-11
riscv: intcast `got_addr`
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: by-value structs + `@min`
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: mutable globals
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-05-11
riscv: actually working test runner
David Rubin
2024-05-11
riscv: back to hello world panics
David Rubin
2024-05-11
riscv: spill args immediately to prevent clobbers
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
riscv: almost `@errorName` but not loading correctly
David Rubin
2024-05-11
riscv: add enough components to get a test runner working
David Rubin
2024-05-11
riscv: implement `airNot`
David Rubin
2024-05-11
riscv: implement `structFieldPtr` and `retLoad`
David Rubin
2024-05-11
riscv: pass optionals by register_pair for resolveCallingConventionValues
David Rubin
2024-05-11
riscv: correctly derefence `load_symbol` in genSetReg
David Rubin
2024-05-11
riscv: implement slices
David Rubin
2024-05-11
riscv: totally rewrite how we do loads and stores
David Rubin
2024-05-11
riscv: switch `default_panic` to use the message
David Rubin
2024-05-11
riscv: implement a basic `@intCast`
David Rubin
2024-05-11
riscv: add a custom panic function
David Rubin
2024-05-11
riscv: fix overflow checks in addition.
David Rubin
2024-05-11
riscv: change `load_symbol` psuedo instruction size to 8
David Rubin
2024-05-11
riscv: fix how we calculate stack offsets. allows for pass by reference argum...
David Rubin
2024-05-11
riscv: correctly index struct field access
David Rubin
2024-05-11
riscv: add `allocReg` helper, and clean up some comparing logic
David Rubin
2024-05-11
riscv: correct the order of the return epilogue
David Rubin
2024-05-11
riscv: pointer work
David Rubin
2024-05-11
riscv: change up how we do args
David Rubin
2024-05-11
riscv: reorganize `binOp` and implement `cmp_imm_gte` MIR
David Rubin
2024-05-11
riscv: remove an allocation from `dwarf.zig`
David Rubin
2024-05-11
riscv: update builtin names
David Rubin
2024-05-11
riscv: progress toward arrays
David Rubin
2024-05-11
riscv: implement 64 bit immediate into register loading
David Rubin
2024-05-11
riscv: 16 bit `@byteSwap`
David Rubin
2024-05-11
riscv: implement basic logical shifting
David Rubin
[next]