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
/
ast_render.cpp
Age
Commit message (
Expand
)
Author
2017-05-09
inline function call with builtin function instead...
Andrew Kelley
2017-05-04
implement else on loops and break can give an expression
Andrew Kelley
2017-05-04
implement while for nullables and error unions
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-04-23
make undefined as a constant value lazy
Andrew Kelley
2017-04-22
slicing now returns correct const-ness
Andrew Kelley
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-21
remove `?return` and `?defer`
Andrew Kelley
2017-04-14
comptime ({}) should not get an implicit semicolon
Josh Wolfe
2017-04-13
Merge remote-tracking branch 'origin/parser'
Andrew Kelley
2017-04-13
typedefpocalypse
Andrew Kelley
2017-04-12
block statement lists never get fake expressions
Josh Wolfe
2017-04-13
ability to inline at function callsite
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-26
add comptime top level declaration
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-27
fix inability to write to global in some cases
Andrew Kelley
2017-02-05
fix assigning to const ptr through struct or index
Andrew Kelley
2017-02-04
remove volatileStore builtin; add volatile pointers
Andrew Kelley
2017-02-04
ability to set global variable alignment and ...
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
add try expression
Andrew Kelley
2017-02-02
remove ability to mark if and switch as inline
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
introduce comptime expression
Andrew Kelley
2017-01-16
get rid of zeroes literal
Andrew Kelley
2017-01-12
IR: implement macro for function aliasing function pointer
Andrew Kelley
2017-01-11
pass some parseh tests
Andrew Kelley
2017-01-11
pass more tests
Andrew Kelley
2017-01-10
partially fix parseh command
Andrew Kelley
2016-12-18
remove duplicate definition of container_string
Andrew Kelley
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-17
IR: add more instructions
Andrew Kelley
2016-12-13
IR: implement maybe return expression
Andrew Kelley
2016-12-12
IR: implement memcpy, memset, and slice expression
Andrew Kelley
2016-12-11
IR: fix implementation of parseh
Andrew Kelley
2016-12-06
IR: implement defer
Andrew Kelley
2016-12-05
IR: implement break and continue
Andrew Kelley
2016-12-05
IR: implement generic function calls
Andrew Kelley
2016-12-04
add missing copyright notices
Andrew Kelley
2016-12-04
IR: re-organize where state goes to prepare for generics
Andrew Kelley
2016-11-26
IR: support goto and labels
Andrew Kelley
2016-11-26
IR: support import builtin function
Andrew Kelley
2016-11-26
IR: switch expression works with numbers
Andrew Kelley
2016-11-24
IR: generating a switch statement
Andrew Kelley
2016-11-21
IR: support unwrap maybe operation
Andrew Kelley
2016-11-19
IR: error for uncasted null lit variable
Andrew Kelley
[next]