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
/
stage1
/
behavior
Age
Commit message (
Expand
)
Author
2020-02-25
ir: Various fixes for comptime ptr handling
LemonBoy
2020-02-25
ir: Fix sizeOf comparison with ptr to zst
LemonBoy
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-25
ir: Fix sizeOf comparison with ptr to zst
LemonBoy
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-23
remove @bytesToSlice, @sliceToBytes from tests, docs
xackus
2020-02-21
add regression test for already fixed bug
Andrew Kelley
2020-02-18
add behavior test for previous commit
Andrew Kelley
2020-02-16
Implement noasync awaits
Andrew Kelley
2020-02-16
zig fmt: support `noasync await`
Andrew Kelley
2020-02-16
fix taking address of temporary async frame
Andrew Kelley
2020-02-14
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-14
test: Add test cases for the new capture behavior
LemonBoy
2020-02-13
Merge pull request #4442 from fengb/testing-allocator-calls
Andrew Kelley
2020-02-13
ir: Allow implicit conversion between vector types
LemonBoy
2020-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-02-11
ir: Fix erroneous error message for ptr casts
LemonBoy
2020-02-11
test: Skip the atomic-on-fp test for riscv64
LemonBoy
2020-02-10
Add cast between [*c]T and ?[*:0]T on fn parameter
Timon Kruiper
2020-02-10
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-09
fix defer interfering with return value spill
Andrew Kelley
2020-02-08
solve previous commit a better way
Andrew Kelley
2020-02-08
Revert "properly spill optional payload capture value"
Andrew Kelley
2020-02-08
properly spill optional payload capture value
Andrew Kelley
2020-02-08
fix async runtime function call resolves target fn frame
Andrew Kelley
2020-02-07
fix async function call resolves target fn frame
Andrew Kelley
2020-02-07
fix invalid behavior tests from prev commit
Andrew Kelley
2020-02-07
more carefully calculate llvm field indexes
Andrew Kelley
2020-02-07
riscv64: Enable some more tests
LemonBoy
2020-02-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-30
drop @newStackCall
Andrew Kelley
2020-01-30
zig fmt behavior tests
Andrew Kelley
2020-01-30
Merge pull request #4324 from fengb/testing-allocator
Andrew Kelley
2020-01-30
Convert a few more page_allocator
Benjamin Feng
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Fix comptime float-int comparisons
LemonBoy
2020-01-29
Fix stage1 test
Benjamin Feng
2020-01-29
Fix edge case in switch with single else
LemonBoy
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-29
Add test cases for suspend in while loops
Benjamin Feng
2020-01-28
fix 0-bit child type coerced to optional return ptr result location
Andrew Kelley
2020-01-27
fix auto created variables not having correct alignment
Andrew Kelley
2020-01-27
fix not handling undefined u0 correctly
Andrew Kelley
2020-01-27
fix triple level result location with bitcast sandwich
Andrew Kelley
2020-01-27
fix nested bitcast passed as tuple element
Andrew Kelley
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
[prev]
[next]