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-04-05
ir: Support shift left/right on vectors
LemonBoy
2020-04-05
ir: Support bitwise not on vectors
LemonBoy
2020-04-05
ir: Support div/mod/rem on vector types
LemonBoy
2020-04-05
type_has_one_possible_value takes comptime struct fields into account
Andrew Kelley
2020-04-03
stage1: add compile errors for sentinel slicing
Michael Dusan
2020-03-31
Merge pull request #4871 from boothby/issue4769
Andrew Kelley
2020-03-30
added unit tests to demonstrate #4769 and related bugs
Kelly Boothby
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-30
add peer type resolution for mixed-const []T and *[N]T
Andrew Kelley
2020-03-30
ir: Avoid constant-folding ptr to sentinels
LemonBoy
2020-03-29
enable now-passing test cases
Andrew Kelley
2020-03-26
prevent ptr cast from forcing alignment resolution unnecessarily
Andrew Kelley
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-23
ir: Prevent crash when slicing hardcoded pointer
LemonBoy
2020-03-23
Merge pull request #4741 from momumi/master
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-22
ir: Implement cast from anon struct to union
LemonBoy
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-21
Address review comments
LemonBoy
2020-03-21
ir: Allow errdefer with payload
LemonBoy
2020-03-20
ir: Peer type resolution between ?[]T and *[N]T
LemonBoy
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-19
add behavior tests for slicing with comptime indexes
Andrew Kelley
2020-03-19
slicing sentinel-terminated slice without end
Andrew Kelley
2020-03-19
fixes to std.meta
Andrew Kelley
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
[prev]
[next]