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
/
src
Age
Commit message (
Expand
)
Author
2020-06-15
stage1: implement type coercion of anon struct literal to struct
Andrew Kelley
2020-06-09
Return u32 in @wasmMemorySize instead of i32
Jakub Konka
2020-06-09
Return should be i32 due to error signaling in memory.grow
Jakub Konka
2020-06-09
Fix builtins to return and accept u32 instead of i32
Jakub Konka
2020-06-09
Expose full llvm intrinsic
Jakub Konka
2020-06-09
Add builtin for llvm.wasm.memory.grow.i32 intrinsic
Jakub Konka
2020-06-09
Add builtin for llvm.wasm.memory.size.i32 instrinsic
Jakub Konka
2020-06-09
Merge pull request #5539 from mikdusan/issue5474
Andrew Kelley
2020-06-08
Add option for overriding the stack size
Jakub Konka
2020-06-08
Increase default Wasm stack to 1MB
Jakub Konka
2020-06-08
stage1: fix crash on slice byte reinterpretation
xackus
2020-06-05
stage1: fix constness in some corner cases
Michael Dusan
2020-06-01
Merge pull request #4976 from xackus/std-lib-docs
Veikka Tuominen
2020-05-31
stage1: fix unresolved inferred error sets
xackus
2020-05-29
Support equality comparison for optional to non-optional (?T ==/!= T)
foobles
2020-05-30
Merge pull request #5184 from alexnask/typeof_extern_call
Veikka Tuominen
2020-05-28
C ABI: Add C support for passing structs of floats to an extern function
Timon Kruiper
2020-05-26
Merge pull request #5440 from kubkon/align-fn-error-wasm
Andrew Kelley
2020-05-26
Add caller location tracking for asserts (ir_assert, src_assert, ir_assert_ge...
foobles
2020-05-26
Make align expr on fns a compile error in Wasm
Jakub Konka
2020-05-23
fix regression in compile errors
Andrew Kelley
2020-05-20
stage1: fix false positive redeclared variable compile error
Andrew Kelley
2020-05-18
Add TypeOf resolution of dereferences and struct fields of undefined values
Alexandros Naskos
2020-05-17
Merge pull request #5307 from ziglang/self-hosted-incremental-compilation
Andrew Kelley
2020-05-17
Merge pull request #5057 from xackus/opaque-param
Andrew Kelley
2020-05-17
Fix compilation with GCC 5
Noam Preil
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-15
fix infinite loop with mismatced bracket
Vexu
2020-05-14
remove useless nosuspend parsing
Vexu
2020-05-12
clear progress indicator before printing errors
Andrew Kelley
2020-05-12
Merge pull request #5319 from Vexu/float-fix
Vexu
2020-05-12
fix `@intToFloat` on comptime_floats
Vexu
2020-05-11
stage1: detect underflow in bigint_fits_in_bits
xackus
2020-05-08
Merge pull request #4932 from Qix-/fix-private-access
Vexu
2020-05-08
fix private member checking for non-canonical invocations (fixes #4909)
Josh Junon
2020-05-07
stage1: handle all cases of invalid struct field default value
xackus
2020-05-05
remove nakedcc/stdcallcc/async fn/extern fn fnproto
Tadeo Kondrak
2020-05-05
Merge pull request #5272 from tadeokondrak/noasync-to-nosuspend
Andrew Kelley
2020-05-05
Rename noasync to nosuspend in C++ compiler
Tadeo Kondrak
2020-05-04
Merge pull request #5267 from Vexu/const-call
Vexu
2020-05-04
fix missing compile error on call assigned to const
Vexu
2020-05-04
stage1: remove unneeded switch
xackus
2020-05-04
stage1: fix assert fail on opaque fn ptr param
xackus
2020-05-02
Include dbg.h to third-party libs
data-man
2020-05-02
Merge pull request #5243 from niacat/kern-arand
Andrew Kelley
2020-05-01
stage1: cleanup
Michael Dusan
2020-05-01
In init_rand avoid reading from /dev/urandom on NetBSD/FreeBSD
nia
2020-04-28
Validate vector types for @Vector
Tadeo Kondrak
2020-04-27
implement @Type() for more types
Tadeo Kondrak
2020-04-27
Add missing state to C object cache
George Roman
[next]