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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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
2016-11-18
IR: support setDebugSafety builtin function
Andrew Kelley
2016-11-03
add concept of inline for, inline while, inline var
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-26
emit error for extern function
Andrew Kelley
2016-09-26
fix crash when doing binary not on integer literal
Andrew Kelley
2016-09-26
add error message for method call on non method
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
fix compiler crash for misspelled type with pointer only reference
Andrew Kelley
2016-09-23
stack trace is able to figure out compilation unit
Andrew Kelley
2016-09-22
fix compile crash when leaving out for loop parameter
Andrew Kelley
2016-09-20
fix error when switch prong has implicit cast
Andrew Kelley
2016-09-19
tests: correct test name
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-15
fix compiler crash involving slice with const slice child
Andrew Kelley
2016-09-14
tests: use a more robust path to self_hosted.zig
Andrew Kelley
2016-09-14
darwin compat fixups
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-11
add compile error for assigning through const
Andrew Kelley
2016-09-10
fix compile error message for wrong arg count on method
Andrew Kelley
2016-09-08
ability to infer parameter types
Andrew Kelley
2016-09-05
maxValue and minValue builtins return number literal
Andrew Kelley
2016-09-05
rename errName builtin to errorName
Andrew Kelley
2016-08-30
stronger static eval recursive test
Andrew Kelley
2016-08-29
add ability to explicitly cast enum with no payload to int
Andrew Kelley
2016-08-29
implement null as a literal type
Andrew Kelley
2016-08-29
implement `?return` expression
Andrew Kelley
2016-08-16
fix crash when calling method on slice
Andrew Kelley
2016-08-16
std: replace print_u64/i64 with printInt
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
std: improve rand implementation and API
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-07-09
parseh: support octal in C macro string literal
Andrew Kelley
2016-05-17
add beginning of print stack trace function
Andrew Kelley
2016-05-16
fix crash when error evaluating target of for expr
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
[next]