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
juice
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
std.Io.Threaded-groups-2
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
/
src
Age
Commit message (
Expand
)
Author
2019-11-13
add compile error for @atomicRmw on enum not being an .Xchg
Vexu
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
2019-11-12
fix anonymous struct literal assigned to variable
Andrew Kelley
2019-11-12
fn parameters participate in result location semantics
Andrew Kelley
2019-11-13
fix comptime atomicStore and add tests
Vexu
2019-11-13
add @atomicStore builtin
Vexu
2019-11-12
Merge pull request #3670 from Vexu/atomics-enum
Andrew Kelley
2019-11-12
fix assertion failure in ptrToInt
Andrew Kelley
2019-11-12
support atomic operations with enums
Vexu
2019-11-11
fix assertion failure in init_const_undefined
Andrew Kelley
2019-11-11
fix unresolved type making it to codegen
Andrew Kelley
2019-11-11
implement fully anonymous list literals
Andrew Kelley
2019-11-11
fully anonymous struct literals
Andrew Kelley
2019-11-11
fix anon literal used with return result loc
Andrew Kelley
2019-11-11
implement anon struct literal syntax
Andrew Kelley
2019-11-11
stage1 parser code for anon container lit
Andrew Kelley
2019-11-11
stop accepting deprecated `use` keyword
Andrew Kelley
2019-11-09
Fix initialization of union references
LemonBoy
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-08
passing std lib tests
Andrew Kelley
2019-11-08
behavior tests passing
Andrew Kelley
2019-11-08
more regressions fixed
Andrew Kelley
2019-11-08
fix result loc of cast not finding parent
Andrew Kelley
2019-11-08
introduce `@as` builtin for type coercion
Andrew Kelley
2019-11-07
correctly use llvm undef in release modes
Shawn Landden
2019-11-07
Fix ptrCast of array references to fn
LemonBoy
2019-11-06
allow type coercion from *[0]T to E![]const T
Andrew Kelley
2019-11-06
fix NodeErrorSetDecl rendering
Vexu
2019-11-06
add token for parsing pointer dereference
Brendan Hansknecht
2019-11-06
fix translate-c arrow deref
Vexu
2019-11-05
fix incorrect type name on bit field pointers
Andrew Kelley
2019-11-05
fix initialization of vector in a struct field
Andrew Kelley
2019-11-05
implement storing vector elements via runtime index
Andrew Kelley
2019-11-05
implement loading vector elements via runtime index
Andrew Kelley
2019-11-05
implement store of vector element with comptime index
Andrew Kelley
2019-11-05
comptime load of vector element
Andrew Kelley
2019-11-05
runtime load vector element with comptime index
Andrew Kelley
2019-11-05
Mark type fields as CT
LemonBoy
2019-11-04
Fix #3558
LemonBoy
2019-11-04
Prevent crash when slicing undefined ptr to slice
LemonBoy
2019-11-04
Fix crash in #3483
LemonBoy
2019-11-04
Correctly process errors for invalid types in fn call
LemonBoy
2019-11-04
Fix cmpxchg trying to execute at CT
LemonBoy
2019-11-02
stage1: add linux XDG Base Directory support
Michael Dusan
2019-10-31
util.cpp: canonicalize the order of includes
Andrew Kelley
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-30
fix regression in behavior tests
Andrew Kelley
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-28
detect async fn recursion and emit compile error
Andrew Kelley
[next]