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
/
behavior
Age
Commit message (
Expand
)
Author
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley
2021-04-29
update behavior tests with respect to new builtin pkg
Andrew Kelley
2021-04-25
stage1: Change how the Frame alignment is computed
LemonBoy
2021-04-24
stage1: Require a block after suspend
LemonBoy
2021-04-23
stage1: Allow wrapping negation on unsigned ints at comptime
LemonBoy
2021-04-15
test: Add test to ensure signed zeros are properly computed
LemonBoy
2021-04-14
Merge remote-tracking branch 'origin/llvm12'
Andrew Kelley
2021-04-11
std: Fix typo in sqrt implementation
LemonBoy
2021-04-11
std: Make a test-case independent of the target endianness
LemonBoy
2021-04-02
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-04-02
Merge pull request #8028 from mguaypaq/nosuspend-allow
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-14
std: Replace testing fns for floating-point values
LemonBoy
2021-03-12
re-enable behavior/vector test for aarch64
Michael Dusan
2021-03-07
stage1: add tests for nosuspend async/resume
Veikka Tuominen
2021-03-02
disable failing behavior tests with llvm 12
Michael Dusan
2021-03-02
disable failing behavior tests with llvm 12
Andrew Kelley
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
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
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
[next]