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
/
lib
/
std
/
special
Age
Commit message (
Expand
)
Author
2022-02-27
stage2: do not memoize calls that can mutate comptime state
Veikka Tuominen
2022-02-27
test runner: remove unnecessary stage2 workaround
Veikka Tuominen
2022-02-27
stage2: use stage1 test runner for stage2
Veikka Tuominen
2022-02-27
stage2: get formatted printing (somewhat) working
Veikka Tuominen
2022-02-23
Merge pull request #10976 from ziglang/x64-macos-fixes
Jakub Konka
2022-02-23
compiler_rt: specify goals, organize README and compiler_rt.zig
Jan Philipp Hafer
2022-02-23
std: re-enable result printing in the test runner for macos
Jakub Konka
2022-02-22
x64: completely ignore printing tests on macos until I fix the linker
Jakub Konka
2022-02-22
x64: disable printing results on macos until I fix the linker
Jakub Konka
2022-02-22
std: export ceil builtins in stage2
Jakub Konka
2022-02-22
std: enable print results in test_runner for stage2_x86_64
Jakub Konka
2022-02-17
stage2: add more functions to freestanding libc
Andrew Kelley
2022-02-14
test_runner.zig: Do not log test name twice
Sebastian Keller
2022-02-13
Implement f128 `@rem`
Mateusz Radomski
2022-02-13
Fixed progress indicator for `zig test` (#10859)
Sebsatian Keller
2022-02-12
make f80 less hacky; lower as u80 on non-x86
Andrew Kelley
2022-02-09
freestanding libc: fix missing functions
Andrew Kelley
2022-02-09
stage2: add log and logf to freestanding libc
Andrew Kelley
2022-02-09
stage2: export trunc, truncf and truncl
Jakub Konka
2022-02-08
std.Progress: make the API infallible
Andrew Kelley
2022-02-08
wasm: update test runner
Luuk de Gram
2022-02-08
compiler_rt: add subo
Jan Philipp Hafer
2022-02-07
compiler_rt: add addo (#10824)
matu3ba
2022-02-06
compiler_rt: addXf3: add coercion to `@clz`
Andrew Kelley
2022-02-06
CLI: remove remainders of --verbose-ast and --verbose-tokenize
Johannes Löthberg
2022-02-05
Merge pull request #10738 from Vexu/f80
Andrew Kelley
2022-02-05
compiler_rt: optimize mulo
Jan Philipp Hafer
2022-02-04
compiler-rt: add add/sub for f80
Veikka Tuominen
2022-02-04
compiler-rt: add comparison functions for f80
Veikka Tuominen
2022-02-04
compiler-rt: add trunc functions for f80
Veikka Tuominen
2022-02-04
compiler-rt: add extend functions for f80
Veikka Tuominen
2022-01-26
stage2: avoid inferred struct in os_version_check.zig
John Schmidt
2022-01-21
disable some broken stuff for stage2 llvm backend on aarch64
Andrew Kelley
2022-01-17
test runner: stage2 llvm backend prints stats
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2022-01-13
compiler_rt: one less exception for stage2
Andrew Kelley
2022-01-07
lint: duplicate import (#10519)
Meghan
2022-01-02
compiler-rt: small refactor in atomics
Andrew Kelley
2022-01-02
Sema: implement peer type resolution of signed and unsigned ints
Andrew Kelley
2022-01-02
compiler-rt: simplify implementations
Andrew Kelley
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-12-27
compiler_rt: add __negvsi2, __negvdi2, __negvti2
Jan Philipp Hafer
2021-12-26
compiler_rt: add __absvsi2, __absvdi2, __absvti2
Jan Philipp Hafer
2021-12-18
zig test: fix test runner detection of tty
Andrew Kelley
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-18
init-exe template: build.zig: setTarget on the tests
Andrew Kelley
2021-12-15
compiler_rt: reorganize in a way that stage2 understands
Andrew Kelley
2021-12-14
compiler_rt: add __cmpXi2 and __ucmpXi2
Jan Philipp Hafer
2021-12-14
compiler_rt: simplify popcount "magic constants"
Jan Philipp Hafer
2021-12-14
compiler_rt: refactor __mulodi2 and __muloti2 to get __mulosi2
Jan Philipp Hafer
[next]