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
Group-Canceled
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
groupAwait
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
/
test
Age
Commit message (
Expand
)
Author
2024-07-21
Sema: fix OOB access in coerceTupleToStruct (#19620)
Bogdan Romanyuk
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-07-21
test: update `make` functions to use `MakeOptions`
David Rubin
2024-07-21
Revert "Merge pull request #20380 from tau-dev/master"
Andrew Kelley
2024-07-21
test: check output file caching of run steps with side-effects
Techatrix
2024-07-21
fix(fmt): pointer type syntax to index (take 2) (#20336)
Will Lillis
2024-07-21
ip: use `getExternFunc` in `getCoerced`
David Rubin
2024-07-21
Merge pull request #20380 from tau-dev/master
Andrew Kelley
2024-07-21
fix: remove misleading error note for failed array coercions
WillLillis
2024-07-21
fix: Add error notes for method calls on double pointers (#20686)
Will Lillis
2024-07-20
Merge pull request #20692 from pavelverigo/stage2-wasm-overflow-ops
Andrew Kelley
2024-07-20
disable failing tests on stage2 backends
Pavel Verigo
2024-07-20
stage2-wasm: @mulWithOverflow fixes + 128 bit signed
Pavel Verigo
2024-07-20
incr-test: running an update
Andrew Kelley
2024-07-20
init incremental compilation check tool
Andrew Kelley
2024-07-19
llvm: Fix debug gen for 0-bit types
Tau
2024-07-19
behavior: disable test that triggers an llvm assertion
Jacob Young
2024-07-18
stage2-wasm: improve @shlWithOverflow for <= 128 bits
Pavel Verigo
2024-07-18
stage2-wasm: enhance add/subWithOverflow
Pavel Verigo
2024-07-18
stage2-wasm: fix big int comparison
Pavel Verigo
2024-07-18
macho: reinstate duplicate definition checking
Jakub Konka
2024-07-18
macho: ensure we always name decls like LLVM to avoid confusion
Jakub Konka
2024-07-18
macho: fix unresolved symbols error reporting
Jakub Konka
2024-07-18
macho: test TLS in Zig with x86_64 backend
Jakub Konka
2024-07-17
Merge pull request #20474 from Rexicon226/riscv
Jakub Konka
2024-07-16
- Added special handling for translating C extern variables declared within s...
Hayden Riddiford
2024-07-16
Sema: add error note for failed coercions to optional types and error unions
Will Lillis
2024-07-15
Sema: support pointer subtraction
Wooster
2024-07-15
Tokenizer bug fixes and improvements
gooncreeper
2024-07-15
Merge pull request #20633 from ziglang/long-live-zig
Andrew Kelley
2024-07-15
Sema: disallow casting to opaque
fmaggi
2024-07-14
riscv: disable failing tests
David Rubin
2024-07-14
riscv: vectors part 3
David Rubin
2024-07-14
riscv: vectors part 1
David Rubin
2024-07-14
riscv: implement `@fence`
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-07-14
riscv implement `@sqrt` for f32/f64
David Rubin
2024-07-14
riscv: `@atomicRmw`
David Rubin
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-13
Compilation: introduce work stages for better work distribution
Jacob Young
2024-07-12
Merge pull request #20580 from ziglang/watch
Andrew Kelley
2024-07-12
Zcu: allow atomic operations on packed structs
Jacob Young
2024-07-12
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler
2024-07-04
Add behavior test: including the sentinel when dereferencing a string literal
Ryan Liptak
2024-07-03
Make 0e.0 and 0xp0 not crash
wooster0
2024-07-02
stage2-wasm: not op for <= 128 bits ints
Pavel Verigo
[prev]
[next]