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-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-28
C ABI: Add C support for passing structs of floats to an extern function
Timon Kruiper
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
2020-05-02
Implement @Type for ErrorSet
Tadeo Kondrak
2020-05-02
Implement @Type() for EnumLiteral and FnFrame
Tadeo Kondrak
2020-05-02
Implement @typeInfo for @Frame()
Tadeo Kondrak
2020-05-02
add test coverage for top level fields
Andrew Kelley
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
Merge pull request #5196 from tadeokondrak/@vector-to-@type-vector
Andrew Kelley
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-27
implement @Type() for more types
Tadeo Kondrak
2020-04-27
Cleaned up code, added a testcase for an extern member function call
Alexandros Naskos
2020-04-27
Added tests.
Alexandros Naskos
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-23
stage1: Fix bitcast of immediate to ptr type (#5131)
LemonBoy
2020-04-22
stage1: Prevent the creation of illegal pointer types
LemonBoy
2020-04-21
Added peer type resolution for [*]T and *[N]T.
elucent
2020-04-18
fix typeInfo tests
Vexu
2020-04-17
stage1: Fix several bugs in constant generation
LemonBoy
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-13
stage1: More fixes for BE targets
LemonBoy
2020-04-07
fix lazy value in ir_analyze_instruction_elem_ptr
xackus
2020-04-07
fix broken tests
Vexu
2020-04-06
ir: Support tuple multiplication
LemonBoy
2020-04-05
annotate disabled tests with github issue links
Andrew Kelley
2020-04-05
I'm getting tired of this shit LLVM
LemonBoy
2020-04-05
tests: Chop away some flaky tests
LemonBoy
[prev]
[next]