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
/
self_hosted.zig
Age
Commit message (
Expand
)
Author
2017-04-19
test framework supports name prefix and filter argument
Andrew Kelley
2017-04-18
add `@fieldParentPtr` builtin function
Andrew Kelley
2017-04-13
typedefpocalypse
Andrew Kelley
2017-04-04
support module level assembly
Andrew Kelley
2017-03-26
add comptime top level declaration
Andrew Kelley
2017-03-26
introduce copyable concept
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-02-03
typedefs work for binary math operations
Andrew Kelley
2017-02-02
add try expression
Andrew Kelley
2017-02-02
fix behavior when initializing struct with undefined
Andrew Kelley
2017-01-23
basic support for functions with variable length arguments
Andrew Kelley
2017-01-16
implement error when assigning to field of const struct
Andrew Kelley
2016-12-30
IR: better basic block dependency detection
Andrew Kelley
2016-12-28
rename self_hosted3 to self_hosted
Andrew Kelley
2016-12-28
IR: pass genericFnWithImplicitCast test
Andrew Kelley
2016-12-28
IR: pass pointerToVoidReturnType test
Andrew Kelley
2016-12-28
IR: pass passSliceOfEmptyStructToFn test
Andrew Kelley
2016-12-26
IR: pass castSliceToU8Slice test
Andrew Kelley
2016-12-26
IR: pass intToEnum test
Andrew Kelley
2016-12-26
IR: pass cStringConcatenation test
Andrew Kelley
2016-12-26
IR: pass pointerComparison test
Andrew Kelley
2016-12-26
IR: pass intToPtrCast test
Andrew Kelley
2016-12-26
IR: port all passing tests over
Andrew Kelley
2016-12-26
IR: pass staticEvalListInit test
Andrew Kelley
2016-12-26
IR: port more tests
Andrew Kelley
2016-12-26
IR: pass genericMallocFree test
Andrew Kelley
2016-12-26
IR: port more tests
Andrew Kelley
2016-12-25
IR: port more tests
Andrew Kelley
2016-12-25
IR: support compile time global pointer reinterpret
Andrew Kelley
2016-12-22
port more tests
Andrew Kelley
2016-12-22
IR: port another test
Andrew Kelley
2016-12-22
IR: fix switch enum variable for void enum field
Andrew Kelley
2016-12-22
IR: port more tests
Andrew Kelley
2016-12-22
IR: port more tests
Andrew Kelley
2016-12-22
IR: port some tests
Andrew Kelley
2016-12-22
pass void parameters test
Andrew Kelley
2016-12-22
IR: port some tests
Andrew Kelley
2016-12-20
IR: enum init support
Andrew Kelley
2016-12-19
IR: start a new passing self hosted test suite
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-27
clean up test directory
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-25
ability to have struct to have a field which is slice of itself
Andrew Kelley
2016-09-23
enums support member functions
Andrew Kelley
2016-09-23
stack trace is able to figure out compilation unit
Andrew Kelley
2016-09-20
fix error when switch prong has implicit cast
Andrew Kelley
2016-09-15
fix compiler crash involving slice with const slice child
Andrew Kelley
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-08
ability to infer parameter types
Andrew Kelley
2016-09-05
maxValue and minValue builtins return number literal
Andrew Kelley
[next]