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
2020-10-17
Convert remaining call sites
Jan Prudil
2020-10-16
byteOffsetOf add fields to non-packet struct to maintain symmetry
vegecode
2020-10-16
byteOffsetOf rounds up using bit offset in host integer
vegecode
2020-10-15
stage1: Off-by-one error in int to float conversion
LemonBoy
2020-10-08
stage1: Disallow arrays in function parameters or return types
Tadeo Kondrak
2020-10-06
Update zig files for opaque type syntax
Tadeo Kondrak
2020-10-06
Add opaque type syntax
Tadeo Kondrak
2020-10-05
stage1: Implement @reduce builtin for vector types
LemonBoy
2020-10-03
Merge pull request #6427 from tadeokondrak/enums-explicit-tag-type-extern-all...
Alexandros Naskos
2020-10-01
Add tests for enums with explicit extern-allowed tag types in extern types
Tadeo Kondrak
2020-10-01
Skip @Type/@typeInfo Fn/BoundFn tests on wasm32/wasm64
Tadeo Kondrak
2020-10-01
stage1: Implement @Type for Fn and BoundFn
Tadeo Kondrak
2020-10-01
stage1: Add alignment to TypeInfo.Fn
Tadeo Kondrak
2020-10-01
Update @Type tests for alignment field in UnionField and StructFIeld
Tadeo Kondrak
2020-10-01
Add tests for alignment field in UnionField and StructFIeld
Tadeo Kondrak
2020-09-28
stage1: Allow comparison with comptime-known vectors
LemonBoy
2020-09-18
stage1: Fix edge case in casting between optional types
LemonBoy
2020-09-16
stage1: fix @Type(.Union) not resolving its tag type
Tadeo Kondrak
2020-09-14
Merge pull request #6172 from tadeokondrak/@Type(.Union)
Veikka Tuominen
2020-09-10
translate-c: support sizeof and _Alignof in macros
Vexu
2020-09-07
Implement @Type for Union
Tadeo Kondrak
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-02
builtin: Add TypeInfo.StructField.is_comptime
Tadeo Kondrak
2020-08-30
Remove @OpaqueType
Tadeo Kondrak
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
[prev]
[next]