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
Age
Commit message (
Expand
)
Author
2020-07-15
stage2: VarDecl and FnProto take advantage of TrailerFlags API
Andrew Kelley
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-14
stage2: implement enough for assert() function to codegen
Andrew Kelley
2020-07-13
stage2: add new test case
Andrew Kelley
2020-07-13
stage2: add retvoid support to CBE
Andrew Kelley
2020-07-13
Get basic return test working
Noam Preil
2020-07-13
check for invalid sentinel when creating pointer with `@Type`
Vexu
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-12
update compile error tests and some doc comments
Vexu
2020-07-11
use 'anytype' in translate-c
Vexu
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-09
Merge pull request #5822 from pixelherodev/cbe
Andrew Kelley
2020-07-08
CBE: Emit asm decls for now, but rename to make them valid
Noam Preil
2020-07-08
Merge pull request #5816 from pixelherodev/cbe
Andrew Kelley
2020-07-08
fix missing check on extern variables with no type
Vexu
2020-07-07
CBE: Move standards determination to generated code
Noam Preil
2020-07-07
CBE: working asm Inputs and Outputs; std{int,def}.h auto-inclusion
Noam Preil
2020-07-07
CBE: Working function call w/ no args or return value
Noam Preil
2020-07-07
Working translation of empty function
Noam Preil
2020-07-07
CBE skeleton
Noam Preil
2020-07-07
Stage2: Refactor in preparation for C backend
Noam Preil
2020-07-05
Merge pull request #5793 from pfgithub/stage-2-testing
Andrew Kelley
2020-07-05
stage1: add missing runtime safety for @intCast unsigned -> signed of same bi...
xackus
2020-07-04
stage2: add and @as tests
pfg
2020-07-02
Translate-c fix rhs not cast on array access
Ian Simonson
2020-07-02
stage1: reimplement HashMap
Andrew Kelley
2020-06-28
Merge pull request #5696 from alexnask/async_call_tuple
Andrew Kelley
2020-06-27
stage2: clean up test harness, implement symbol collision detection (#5708)
Andrew Kelley
2020-06-27
Disable test
Noam Preil
2020-06-27
Stage2: remove clearErrors, fix ZIR export collision detection
Noam Preil
2020-06-26
Stage2/Testing: Simply incremental compilation tests
Noam Preil
2020-06-26
Stage2: handle missing function names
Noam Preil
2020-06-26
Stage2: function redefinition detection for Zig code
Noam Preil
2020-06-26
Stage2: exported symbol collision detection
Noam Preil
2020-06-26
Stage2/Testing: Add convenience wrappers
Noam Preil
2020-06-25
Use writer in benchmarks
data-man
2020-06-24
Fix issue #5618 (#5685)
arbrk1
2020-06-24
Fixed crash when resolving peer types of *[N:s]const T and [*:s]const T
Alexandros Naskos
2020-06-24
OOM -> catch unreachable
Noam Preil
2020-06-24
Clean up test harness
Noam Preil
2020-06-24
self-hosted: add compare output test for new AST->ZIR code
Andrew Kelley
2020-06-24
self-hosted: fix test regressions
Andrew Kelley
2020-06-24
Merge remote-tracking branch 'origin/master' into zig-ast-to-zir
Andrew Kelley
[next]