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
Age
Commit message (
Expand
)
Author
2020-03-05
Allow constant struct val to reallocate its fields when resolving an inferred...
Alexandros Naskos
2020-03-04
ir: Implement @TypeOf with multiple arguments
LemonBoy
2020-03-04
Merge pull request #4573 from alexnask/tuple_concat
Andrew Kelley
2020-03-04
get_codegen_ptr_type returns possible error
Andrew Kelley
2020-03-03
enable f128 test on windows
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-02
Merge branch 'master' of https://github.com/ziglang/zig into tuple_concat
Alexandros Naskos
2020-03-01
breaking: std.mem.len no longer takes a type argument
Andrew Kelley
2020-03-01
revert changes outside std.fmt
Andrew Kelley
2020-03-01
std: format contents of sentinel terminated many pointers
daurnimator
2020-02-29
Merge pull request #4550 from ziglang/os-version-ranges
Andrew Kelley
2020-02-29
C pointer slices are no longer allowzero (#4462)
Alexandros Naskos
2020-02-28
fix crash with multiple comptime fn calls and...
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-28
Added test
Alexandros Naskos
2020-02-26
ir: Allow empty inferred error sets
LemonBoy
2020-02-26
add test for `@intToEnum`
Vexu
2020-02-26
fix `@tagName` on extern and non-exhaustive enums
Vexu
2020-02-26
Merge pull request #4561 from LemonBoy/fix-4536-1
Andrew Kelley
2020-02-26
ir: Fix regression with self-referencing containers
LemonBoy
2020-02-25
fix typo in previous commit
Andrew Kelley
2020-02-25
add test case to catch regression from previous commit
Andrew Kelley
2020-02-25
Revert "ir: Fix sizeOf comparison with ptr to zst"
Andrew Kelley
2020-02-25
ir: Fix array to slice conversion for zero-sized arrays
LemonBoy
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
[prev]
[next]