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
2016-09-05
rename errName builtin to errorName
Andrew Kelley
2016-08-30
stronger static eval recursive test
Andrew Kelley
2016-08-29
implement `?return` expression
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-08-08
add zeroes value
Andrew Kelley
2016-08-07
ability to have a return type of 'type'
Andrew Kelley
2016-08-04
implement multiline C string syntax
Andrew Kelley
2016-08-04
new multiline string syntax
Andrew Kelley
2016-07-27
remove multiline comments
Andrew Kelley
2016-07-27
explicit wrapping integer operations
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-07-09
ability to cast explicitly from int to enum
Andrew Kelley
2016-05-17
add beginning of print stack trace function
Andrew Kelley
2016-05-15
add bit_count, is_wrapping, is_signed fields to int types
Andrew Kelley
2016-05-15
add int_type builtin function
Andrew Kelley
2016-05-15
add 64 bit division test
Andrew Kelley
2016-05-15
switch on compile var marks entire namespaces
Andrew Kelley
2016-05-09
fix ability to use previous generic params and
Andrew Kelley
2016-05-09
support variable declarations in structs
Andrew Kelley
2016-05-09
add debug safety for shortening casts
Andrew Kelley
2016-05-08
add list implementation to standard library
Andrew Kelley
2016-05-08
ability to cast u8 slice to bigger slice
Andrew Kelley
2016-05-08
fix null literal outside function
Andrew Kelley
2016-05-07
add div_exact builtin fn
Andrew Kelley
2016-05-07
add debug safety for division
Andrew Kelley
2016-05-07
ability to cast slice to u8 slice
Andrew Kelley
2016-05-07
generic args available to member functions
Andrew Kelley
2016-05-07
support generic data structures
Andrew Kelley
2016-05-07
std: separate str and cstr
Andrew Kelley
2016-05-07
better array concatenation semantics
Andrew Kelley
2016-05-06
implicit wrap widening cast on integer peer types
Andrew Kelley
2016-05-06
fix eval integer wrapping and add tests
Andrew Kelley
2016-05-06
add shl_with_overflow builtin function
Andrew Kelley
2016-05-06
add tests for integer wrapping
Andrew Kelley
2016-05-04
add fence builtin function
Andrew Kelley
2016-05-04
add cmpxchg builtin function
Andrew Kelley
2016-05-03
support maybe destructuring into a pointer variable
Andrew Kelley
2016-05-01
implement string escapes
Andrew Kelley
2016-04-28
add array multiplication operator
Andrew Kelley
2016-04-27
better parameter codegen
Andrew Kelley
2016-04-26
ability to compare booleans
Andrew Kelley
2016-04-25
support switching on error union type
Andrew Kelley
2016-04-24
fix ability to parse character literals
Andrew Kelley
2016-04-24
add codegen for pointer comparison
Andrew Kelley
2016-04-23
fix handling of slice of zero bits type
Andrew Kelley
2016-04-23
fix returning empty struct from function
Andrew Kelley
2016-04-22
add syntax to allow symbols to have arbitrary strings as names
Andrew Kelley
2016-04-21
ability to use a struct with no fields
Andrew Kelley
2016-04-20
for loop: add ability to get pointer to elem var
Andrew Kelley
[prev]
[next]