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
/
test
/
src
Age
Commit message (
Expand
)
Author
2024-11-24
test: Force compile test cases to be codegen'd if requested.
Alex Rønne Petersen
2024-11-24
test: Allow setting PIC/PIE in test cases.
Alex Rønne Petersen
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-debugger.
Alex Rønne Petersen
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-cases and test-transla...
Alex Rønne Petersen
2024-11-23
lldb: implement tuple types
Jacob Young
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-27
spirv: forbid merging logical pointers
Robin Voetter
2024-10-09
Dwarf: implement and test lexical blocks
Jacob Young
2024-10-09
lldb: print field names with a leading dot
Jacob Young
2024-09-10
Dwarf: implement and test hash maps
Jacob Young
2024-09-10
Dwarf: implement and test multi array list slices
Jacob Young
2024-09-10
Dwarf: implement and test multi array list
Jacob Young
2024-09-10
Dwarf: implement and test segmented list
Jacob Young
2024-09-10
Dwarf: implement and test decls
Jacob Young
2024-08-28
Merge pull request #21230 from jacobly0/stack-trace
Jacob Young
2024-08-28
Dwarf: fix and test inline function bugs
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Dwarf: fix and test string format
Jacob Young
2024-08-22
Type: fix inconsistency between `zig fmt` and `@typeName`
Jacob Young
2024-08-21
test/debugger: test emitting relocs by ELF linker
Jakub Konka
2024-08-20
Dwarf: fix issues with inline call sites
Jacob Young
2024-08-18
Dwarf: test enums
Jacob Young
2024-08-18
Dwarf: fix and test unions
Jacob Young
2024-08-17
Dwarf: fix and test error unions
Jacob Young
2024-08-17
Dwarf: fix and test allowzero pointers
Jacob Young
2024-08-16
Dwarf: fix cross-module inline function line info
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler
2024-06-13
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki
2024-06-02
Replace YES_COLOR with CLICOLOR_FORCE
Carl Åstholm
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-27
translate-c tests: skip_foreign_checks=true
Andrew Kelley
2024-05-27
test cases: try running foreign binaries
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-03-08
test manifest key checking and other fixes
february cozzocrea
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-02-01
std: make options a struct instance instead of a namespace
Veikka Tuominen
2024-01-26
align naming and fix module creation from TranslateC
Tobias Simetsreiter
2024-01-13
Fix minor error: std.ChildProcess.exec() already rename to run()
jimying
2024-01-01
update stack trace tests to account for new defaults
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
[prev]
[next]