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-03-19
partial revert of an improvement this branch made
Andrew Kelley
2020-03-19
fix alignment when slicing with comptime start and end index
Andrew Kelley
2020-03-19
fixes in semantic analysis needed to support this feature
Andrew Kelley
2020-03-19
ir: More changes to sentinel-terminated const arrays
LemonBoy
2020-03-18
ir: Correct ABI size calculation for arrays
LemonBoy
2020-03-15
allow `_` separators in number literals (stage 1)
momumi
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley
2020-03-12
add note to disabled tests, improve comptime cmpxchg
Vexu
2020-03-12
Simplify stores, use sext for signed ints
Vexu
2020-03-12
disable test on mipsel
Vexu
2020-03-12
support `@atomicRmw` at comptime
Vexu
2020-03-11
fix codegen, update docs
Vexu
2020-03-11
support cmpxchg at comptime
Vexu
2020-03-11
special case atomic operations on zero bit types
Vexu
2020-03-10
ir: Fix shift code for u0 operands
LemonBoy
2020-03-10
support atomic operations with bools
Vexu
2020-03-09
ir: Fix codegen of ?*T types where T is zero-sized
LemonBoy
2020-03-09
Merge pull request #4700 from Vexu/noasync
Andrew Kelley
2020-03-09
ir: Fix lazy comparison between @alignOf and zero
LemonBoy
2020-03-09
add LemonBoy's test
Vexu
2020-03-08
ir: Create usize result_loc for array subscript expr
LemonBoy
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-06
stage1: make get_optional_type more robust
Andrew Kelley
2020-03-05
Revert "Allow constant struct val to reallocate its fields when resolving an ...
Andrew Kelley
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
[prev]
[next]