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-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
2020-04-05
ir: Support shift left/right on vectors
LemonBoy
2020-04-05
ir: Support bitwise not on vectors
LemonBoy
2020-04-05
ir: Support div/mod/rem on vector types
LemonBoy
2020-04-05
type_has_one_possible_value takes comptime struct fields into account
Andrew Kelley
2020-04-03
stage1: add compile errors for sentinel slicing
Michael Dusan
2020-03-31
Merge pull request #4871 from boothby/issue4769
Andrew Kelley
2020-03-30
added unit tests to demonstrate #4769 and related bugs
Kelly Boothby
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-30
add peer type resolution for mixed-const []T and *[N]T
Andrew Kelley
2020-03-30
ir: Avoid constant-folding ptr to sentinels
LemonBoy
2020-03-29
enable now-passing test cases
Andrew Kelley
2020-03-26
prevent ptr cast from forcing alignment resolution unnecessarily
Andrew Kelley
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-23
ir: Prevent crash when slicing hardcoded pointer
LemonBoy
2020-03-23
Merge pull request #4741 from momumi/master
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-22
ir: Implement cast from anon struct to union
LemonBoy
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-21
Address review comments
LemonBoy
2020-03-21
ir: Allow errdefer with payload
LemonBoy
2020-03-20
ir: Peer type resolution between ?[]T and *[N]T
LemonBoy
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-19
add behavior tests for slicing with comptime indexes
Andrew Kelley
2020-03-19
slicing sentinel-terminated slice without end
Andrew Kelley
2020-03-19
fixes to std.meta
Andrew Kelley
[prev]
[next]