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
2020-08-22
Merge pull request #6119 from tadeokondrak/@Type(.Enum)
Andrew Kelley
2020-08-22
Remove TypeInfo.Error.value
Tadeo Kondrak
2020-08-21
Implement @Type for Enum
Tadeo Kondrak
2020-08-19
Implement @Type for structs without decls support
Tadeo Kondrak
2020-08-19
Remove offset field from TypeInfo.StructField
Tadeo Kondrak
2020-08-17
disallow '_' prong when switching on non-exhaustive tagged union
Vexu
2020-08-17
stage1: fix non-exhaustive enums with one field
xackus
2020-07-26
Merge pull request #5693 from antlilja/switch-unreachable-else
Andrew Kelley
2020-07-21
fix comptime comparisons of different sized floats
Vexu
2020-07-18
allow non-pointer extern opaque variables
Vexu
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-16
add behavior tests fro macro translations
Vexu
2020-07-14
follow up from previous commit for generic methods
Andrew Kelley
2020-07-14
fix ability to call methods on enums with pointer-to-self
Andrew Kelley
2020-07-12
revert accidental format of tests
Vexu
2020-07-12
fix alignment parsing in stage1
Vexu
2020-07-12
Merge pull request #5846 from Vexu/anytype
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-11
Add test for `@typeInfo` declarations showing up in declaration order
Vexu
2020-07-11
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-09
Revert "use correct cast function when doing `@floatCast` at comptime"
Andrew Kelley
2020-07-09
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-02
stage1: reimplement HashMap
Andrew Kelley
2020-06-28
Merge pull request #5696 from alexnask/async_call_tuple
Andrew Kelley
2020-06-24
Fixed crash when resolving peer types of *[N:s]const T and [*:s]const T
Alexandros Naskos
2020-06-24
Copy union const values correctly
Alexandros Naskos
2020-06-24
Remove unreachable else prongs
antlilja
2020-06-24
Small fixes, fixed tests, added test for argument tuple type
Alexandros Naskos
2020-06-21
stage1: fix concat of sliced str literals
xackus
2020-06-18
Merge pull request #5203 from tadeokondrak/@type-for-even-more-types
Andrew Kelley
2020-06-18
Merge pull request #5625 from antlilja/master
Andrew Kelley
2020-06-18
make file and fn_name fields of SourceLocation also null-terminated
Andrew Kelley
2020-06-18
add tests for `@src`
Vexu
2020-06-17
Improve builtin op support for f128/comptime_float
antlilja
2020-06-15
stage1: implement type coercion of anon struct literal to struct
Andrew Kelley
2020-06-09
Return should be i32 due to error signaling in memory.grow
Jakub Konka
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-29
Support equality comparison for optional to non-optional (?T ==/!= T)
foobles
2020-05-30
Merge pull request #5184 from alexnask/typeof_extern_call
Veikka Tuominen
2020-05-26
Make align expr on fns a compile error in Wasm
Jakub Konka
2020-05-26
Changed test name to reflect it only fixes #4328
Alexandros Naskos
2020-05-18
Updated test
Alexandros Naskos
2020-05-18
Add TypeOf resolution of dereferences and struct fields of undefined values
Alexandros Naskos
2020-05-18
Narrow down behaviour test cases; this removes wasmtime-enabled check in tests
Jakub Konka
2020-05-12
fix `@intToFloat` on comptime_floats
Vexu
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-05
update tests for nosuspend
Tadeo Kondrak
2020-05-05
zig fmt
Tadeo Kondrak
[prev]
[next]