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
2021-01-11
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-04
Merge pull request #7592 from LemonBoy/fix-7188
Andrew Kelley
2021-01-02
Fix more stray uses of {} for formatting strings
LemonBoy
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-30
std: Clean up some tests
LemonBoy
2020-12-30
stage1: Allow variable capture for multi-prong switch arms
LemonBoy
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-25
fix tests
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
stage1: Create a new declaration scope for union enum types
LemonBoy
2020-12-23
Peer type resolution with unsigned ints and larger signed ints
g-w1
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-14
Add a test case
LemonBoy
2020-12-10
translate-c: support referencing c containers in macros
Vexu
2020-12-09
small fixes and zig fmt
Vexu
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-27
stage1: Fix crash in *[N]T to []T conversion with zst
LemonBoy
2020-11-25
stage1: Fix ICE when generating struct fields with padding
LemonBoy
2020-11-20
Merge pull request #7165 from LemonBoy/ppc64final
Andrew Kelley
2020-11-20
stage1: Resolve usingnamespace decls when calling @typeInfo
LemonBoy
2020-11-20
Skip f16 to f128 conversion test for ppc64
LemonBoy
2020-11-20
Better coverage in @splat tests
LemonBoy
2020-11-19
Merge pull request #6928 from data-man/reduce_tests
Andrew Kelley
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-11-18
stage1: Fix undefined assignment for bitfields
LemonBoy
2020-11-17
stage1: Fix asyncCall with non-abi-aligned arguments
LemonBoy
2020-11-17
Added links to the relevant issue
data-man
2020-11-16
Merge pull request #6878 from frmdstryr/multiline-string-comments
Andrew Kelley
2020-11-16
Merge pull request #7112 from LemonBoy/fix-7104
Alexandros Naskos
2020-11-14
stage1: Fix generation of pass-by-value args in async fns
LemonBoy
2020-11-13
stage1: Resolve ErrorUnion children types
LemonBoy
2020-11-11
stage1: Fix crash in comptime struct generation
LemonBoy
2020-11-11
stage1: Avoid resolving type entry in [0]T
LemonBoy
2020-11-10
stage1: Fix comparison of unions containing zero-sized types
LemonBoy
2020-11-06
change debug.assert to testing.expect in tests
xackus
2020-11-05
std: Implement more useful approxEq semantics
LemonBoy
2020-11-04
remove f128 tests, disable min/max for NaNs
data-man
2020-11-02
stage1: Fix *WithOverflow intrinsics with u0 values
LemonBoy
2020-11-02
Remove min/max tests for NaNs
data-man
2020-11-02
Add more tests for reduce
data-man
2020-11-02
std: Re-enable union behaviour test for mips targets
LemonBoy
2020-11-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-10-30
Add tests and fix \n between comments
frmdstryr
[next]