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
2023-11-24
translate-c: use struct_init_one for empty struct initializer
Garrett
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-19
test: update remaining code to fix 'var is never mutated' errors
mlugg
2023-10-25
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka
2023-10-17
add c_frontend to translate-c cache hash
Veikka Tuominen
2023-10-17
tests: translate-c and run-translated-c to the test harness
Veikka Tuominen
2023-10-06
std: fix memory bug in getExternalExecutor
Jakub Konka
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-23
test: test for issues starting codegen on many targets
Jacob Young
2023-07-19
test: fix cbe execution tests
Jacob Young
2023-06-22
rename ZIG_DEBUG_COLOR env variable to YES_COLOR
dweiller
2023-06-18
test/src/Cases: fix incorrect code to find zig_lib_directory
Manlio Perillo
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-29
tests: disable incremental cases for now
mlugg
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-13
Fix SplitIterator and TokenIterator type instantiation
Ryan Liptak
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-01
x86_64: enable normal start/test_runner logic on more targets
Jacob Young
2023-04-26
cases: disable broken backends
Jacob Young
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-04-10
std.Build.CompileStep: remove run() and install()
Andrew Kelley
2023-04-04
cases: disable failing incremental tests
Jacob Young
2023-03-15
test-cases: fix incorrectly linking libc when backend is llvm
Andrew Kelley
2023-03-15
test-stack-trace: set env to disable color
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
build.zig: fix how test-cases marked is_test=1 are handled
Andrew Kelley
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
re-enable the simple standalone tests
Andrew Kelley
2023-03-15
re-enable asm-and-link tests
Andrew Kelley
2023-03-15
re-enable compare-output test cases
Andrew Kelley
2023-03-15
re-integrate stack trace tests with the new std.Build API
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-02-17
add test to ignore sigpipe
Jonathan Marler
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-06-12
std.build: don't default to static linkage
Veikka Tuominen
2021-06-11
make remaining enums in build.zig snake_case
Veikka Tuominen
2021-06-11
Changes createExecutable parameter is_dynamic to a enum to make code more rea...
Felix (xq) Queißner
[next]