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
/
src
Age
Commit message (
Expand
)
Author
2017-02-05
`%=` in inline assembly survives optimization
Andrew Kelley
2017-02-05
setGlobalSection and setGlobalAlign work for functions
Andrew Kelley
2017-02-05
even external functions which provide definitions get nounwind
Andrew Kelley
2017-02-05
infer hard float from target environments that imply it
Andrew Kelley
2017-02-04
inline assembly supports `%=` syntax
Andrew Kelley
2017-02-04
memcpy and memset builtins support volatile pointers
Andrew Kelley
2017-02-04
remove volatileStore builtin; add volatile pointers
Andrew Kelley
2017-02-04
add compile error when setting non power of 2 alignment
Andrew Kelley
2017-02-04
ability to set global variable alignment and ...
Andrew Kelley
2017-02-03
preserve names of exported variables
Andrew Kelley
2017-02-03
in freestanding environment, assume gnu binutils
Andrew Kelley
2017-02-03
add volatileStore() builtin function
Andrew Kelley
2017-02-03
add setGlobalAlign and setGlobalSection builtin functions
Andrew Kelley
2017-02-03
add ability to set linker script
Andrew Kelley
2017-02-03
typedefs work for binary math operations
Andrew Kelley
2017-02-03
exported global variables get emitted as external in LLVM
Andrew Kelley
2017-02-03
implement packed structs
Andrew Kelley
2017-02-02
make --target-os freestanding work
Andrew Kelley
2017-02-02
update outdated comment
Andrew Kelley
2017-02-02
add try expression
Andrew Kelley
2017-02-02
fix ability to call method on variable at compile time
Andrew Kelley
2017-02-02
fix behavior when initializing struct with undefined
Andrew Kelley
2017-02-02
remove ability to mark if and switch as inline
Andrew Kelley
2017-02-02
prefix op maybe and error are for types only
Andrew Kelley
2017-01-31
fix var args allocating wrong amount of memory in compiler
Andrew Kelley
2017-01-31
fix crash when passing void to var args function
Andrew Kelley
2017-01-31
add integer literal to pointer explicit cast
Andrew Kelley
2017-01-31
fix crash when assigning too large value to integer
Andrew Kelley
2017-01-29
fix compile time initialization of array with undefined
Andrew Kelley
2017-01-29
fix sometimes using wrong outer scope for generating defers
Andrew Kelley
2017-01-29
fix behavior for comptime and runtime basic block phi
Andrew Kelley
2017-01-26
fix runtime branching tricking the comptime evaluation
Andrew Kelley
2017-01-24
printf var args proof of concept
Andrew Kelley
2017-01-23
various fixes
Andrew Kelley
2017-01-23
basic support for functions with variable length arguments
Andrew Kelley
2017-01-22
remove staticEval builtin in favor of comptime expression
Andrew Kelley
2017-01-22
introduce comptime expression
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2017-01-16
get rid of zeroes literal
Andrew Kelley
2017-01-16
ability to equality compare with null
Andrew Kelley
2017-01-16
equality comparison of void types is known at compile time
Andrew Kelley
2017-01-16
implement error when assigning to field of const struct
Andrew Kelley
2017-01-16
fix handling of const values for 2d arrays
Andrew Kelley
2017-01-16
fix array of enums. also render debug info for const vars
Andrew Kelley
2017-01-15
fix get_maybe_type not ensuring complete child type
Andrew Kelley
2017-01-15
fix llvm assertion failure for zero bits structs
Andrew Kelley
2017-01-15
fix handling of invalid enumeration
Andrew Kelley
2017-01-15
fix enum codegen and implement comptime switch var on enums
Andrew Kelley
2017-01-13
fix some stuff when llvm has assertions on
Andrew Kelley
2017-01-13
fix some bugs with structs
Andrew Kelley
[next]