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
/
behavior
/
eval.zig
Age
Commit message (
Expand
)
Author
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-02-27
stage2 sema: Implement comptime result for comparison of uint to comptime value
Cody Tapscott
2022-02-26
Sema: make `align(a) T` same as `align(a:0:N) T`
Andrew Kelley
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-24
stage2: improved handling of store_to_block_ptr
Andrew Kelley
2022-02-20
Sema: fix inline break from a non-comptime scope to outer one
Andrew Kelley
2022-01-26
organize behavior tests
Andrew Kelley
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-12-21
stage2: @shlWithOverflow
Robin Voetter
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-20
stage2: implement slicing
Andrew Kelley
2021-10-20
stage2: implement big int to float conversion
Andrew Kelley
2021-10-20
AstGen: make the index variable of `inline for` a `alloc_comptime`
Andrew Kelley
2021-10-14
stage2: LLVM backend: implement `wrap_optional` AIR
Andrew Kelley
2021-10-07
stage2: fix comptime_float negation
Andrew Kelley
2021-09-28
Stage 2: Support inst.func() syntax (#9827)
Martin Wickham
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-08-21
stage2: comptime function with the same args is memoized
Andrew Kelley
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
2021-08-07
Sema: implement alloc_inferred_comptime
Andrew Kelley
2021-07-13
Fix bigint_shl (#9305)
leesongun
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley