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.zig
Age
Commit message (
Expand
)
Author
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-11-29
stage1: Add missing bitcast when rendering var ptr
LemonBoy
2020-11-25
stage1: Fix ICE when generating struct fields with padding
LemonBoy
2020-11-13
stage1: Resolve ErrorUnion children types
LemonBoy
2020-11-11
stage1: Fix crash in comptime struct generation
LemonBoy
2020-11-10
stage1: Fix comparison of unions containing zero-sized types
LemonBoy
2020-10-29
stage1: Fix bug in internal string slicing (#6843)
LemonBoy
2020-10-29
stage1: Fix small bug in pointer type analysis
LemonBoy
2020-10-26
add regression test for already fixed bug
Andrew Kelley
2020-07-16
add behavior tests fro macro translations
Vexu
2020-06-24
Fixed crash when resolving peer types of *[N:s]const T and [*:s]const T
Alexandros Naskos
2020-06-18
add tests for `@src`
Vexu
2020-06-09
Add basic tests for the new builtins
Jakub Konka
2020-06-05
stage1: fix constness in some corner cases
Michael Dusan
2020-05-31
stage1: fix unresolved inferred error sets
xackus
2020-05-30
Merge pull request #5184 from alexnask/typeof_extern_call
Veikka Tuominen
2020-05-26
Changed test name to reflect it only fixes #4328
Alexandros Naskos
2020-05-18
Updated test
Alexandros Naskos
2020-05-18
Narrow down behaviour test cases; this removes wasmtime-enabled check in tests
Jakub Konka
2020-04-27
Added tests.
Alexandros Naskos
2020-04-07
fix lazy value in ir_analyze_instruction_elem_ptr
xackus
2020-04-03
stage1: add compile errors for sentinel slicing
Michael Dusan
2020-03-30
added unit tests to demonstrate #4769 and related bugs
Kelly Boothby
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-25
add test case to catch regression from previous commit
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-23
remove @bytesToSlice, @sliceToBytes from tests, docs
xackus
2020-02-21
add regression test for already fixed bug
Andrew Kelley
2020-01-30
drop @newStackCall
Andrew Kelley
2019-12-08
implement tuple concatenation
Andrew Kelley
2019-12-06
add regression test for fixed bug
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-11-18
add regression test case. closes #2889
Andrew Kelley
2019-11-18
add regression test case. closes #3007
Andrew Kelley
2019-10-10
stage1: fix ir_resolve_str() to return slice
Michael Dusan
2019-10-05
fix container member access for fn/struct-fn
Michael Dusan
2019-09-27
add regression test for alignment of constants
Andrew Kelley
2019-09-24
add VarDecl support for struct-method call syntax
Michael Dusan
2019-09-21
add behavior test for float widening f16 to f128
Andrew Kelley
2019-09-21
Adjust tests for AArch64
LemonBoy
2019-09-21
Fix generation of tail fields for packed struct
LemonBoy
2019-09-20
add test case for already fixed bug
Andrew Kelley
2019-09-18
rework the implementation
Andrew Kelley
2019-09-03
Add @Type builtin
Jonathan Marler
2019-09-01
add regression test for already fixed bug
Andrew Kelley
2019-08-27
add regression test for already fixed bug
Andrew Kelley
2019-08-27
add regression test for struct with optional list of self
Andrew Kelley
2019-08-27
add regression test for bug fixed by lazy values
Andrew Kelley
2019-08-27
add regression test for bug fixed by lazy values
Andrew Kelley
[next]