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-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-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-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
2020-12-09
Merge pull request #7362 from Vexu/std
Andrew Kelley
2020-12-09
Merge pull request #7366 from LemonBoy/fix-7346
Andrew Kelley
2020-12-09
stage1: Resolve some constants to u32, not usize
LemonBoy
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage1: Validate the specified cc for lazy fn types
LemonBoy
2020-12-08
glibc: additionally provide -lcrypt
Andrew Kelley
2020-12-08
Implement msp430 mapping for c_longdouble. (#7333)
Nathan Michaels
2020-12-07
restore the option to build with cmake
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-05
stage1: Don't fold single-element enums too aggressively
LemonBoy
2020-12-05
stage1: Initialize single-element union tag correctly
LemonBoy
2020-12-05
stage1: Fix constant folding of single-element enums
LemonBoy
2020-12-04
Merge pull request #7293 from kubkon/fix-7030
Jakub Konka
2020-12-03
stage1: compile error for pointer arithmetic on ptr-to-array
Andrew Kelley
2020-12-03
Allow idx 0 err to be put into error_name_table
Jakub Konka
2020-12-03
Fix floating point parsing on BE systems (#7256)
Koakuma
2020-11-29
stage1: add some code comments for ConstValSpecial
Andrew Kelley
2020-11-29
stage1: Fix typeInfo generation for arrays w/o sentinel
LemonBoy
2020-11-29
stage1: Add missing bitcast when rendering var ptr
LemonBoy
2020-11-29
Merge pull request #7237 from koachan/sparc64-longdouble_fork
Andrew Kelley
[next]