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
/
stage1
Age
Commit message (
Expand
)
Author
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-25
fix to compile against 12.0.0-rc2
Michael Dusan
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-24
Avoid concept of a "Unicode character" in documentation and error messages (#...
Josh Wolfe
2021-02-16
Allow async in nosuspend scope
Mathieu Guay-Paquet
2021-02-16
Allow resume in nosuspend scope
Mathieu Guay-Paquet
2021-02-10
stage1: switch from inline fn to callconv(.Inline)
Tadeo Kondrak
2021-02-05
Add comment explaining the alignment setting
Koakuma
2021-02-04
stage1: set gen_frame_size alignment to work around requirement mismatch
Koakuma
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-30
remove @TagType
Tadeo Kondrak
2021-01-30
stage1: add error for slice.len incr beyond bounds
Michael Dusan
2021-01-25
Fix f128 NaN check on big-endian hosts
Koakuma
2021-01-25
Merge pull request #7846 from LemonBoy/filtertest
Andrew Kelley
2021-01-23
add LTO support
Andrew Kelley
2021-01-22
stage1: Allow nameless test blocks
LemonBoy
2021-01-21
stage1: don't filter test blocks with empty label
LemonBoy
2021-01-15
Fix f128 codegen on BE hosts
Koakuma
2021-01-12
stage1: Resolve alignment earlier in @alignCast
LemonBoy
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-11
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2021-01-04
Merge pull request #7592 from LemonBoy/fix-7188
Andrew Kelley
2021-01-02
stage1: Use correct format specifier for size_t parameters
LemonBoy
2021-01-01
Fix ssize_t definition
Sizhe Zhao
2020-12-31
stage1: Remove stray brace in rarely-tested code path
LemonBoy
2020-12-30
stage1: Allow variable capture for multi-prong switch arms
LemonBoy
2020-12-29
stage1: Let LLVM legalize the overflowing ops on vectors
LemonBoy
2020-12-28
stage1: Prevent crash with some lazy pointer types
LemonBoy
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-26
remove '||=' from stage1
g-w1
2020-12-25
stage1: validate pointer attributes when coercing anon literals
Vexu
2020-12-25
stage1: implement type coercion of pointer to anon list to array/struct/union...
Vexu
2020-12-25
stage1: implement type coercion of anon list to array
Vexu
2020-12-24
Merge pull request #7520 from ziglang/tsan
Andrew Kelley
2020-12-24
stage1: Create a new declaration scope for union enum types
LemonBoy
2020-12-24
stage1: add tsan LLVM passes when appropriate
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-23
float_*_ieee597: only swap bytes when targeting different endianness than native
Koakuma
2020-12-23
stage1: LLVMSetModuleInlineAsm is deprecated
xackus
2020-12-23
Add c_longdouble mapping for bpf (#7504)
Matthew Knight
2020-12-23
Peer type resolution with unsigned ints and larger signed ints
g-w1
2020-12-21
stage1: add missing error check on inferred struct field ptr
Vexu
2020-12-20
add an option to compile zig in single-threaded mode
Andrew Kelley
2020-12-19
stage1: Fix for generic fn monomorphization
LemonBoy
2020-12-16
stage1: apply LLVM ssp attributes globally
Andrew Kelley
2020-12-16
Update zig_llvm.cpp and other bits
Jakub Konka
2020-12-15
Merge pull request #7431 from LemonBoy/fix-7426
Andrew Kelley
2020-12-15
stage1: Don't skip steps when analyzing union types
LemonBoy
2020-12-13
stage1: Fix crash in can_mutate_comptime_var_state
LemonBoy
[prev]
[next]