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
2018-05-02
Added better support for none pure enums in tranlate C
Jimmi Holst Christensen
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-24
fix async fns with inferred error sets
Andrew Kelley
2018-03-07
Ast Render no longer outputs erroneous semicolon
Jimmi Holst Christensen
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-02-28
implement coroutine resume
Andrew Kelley
2018-02-26
parse await and suspend syntax
Andrew Kelley
2018-02-20
parse async fn calls and cancel expressions
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
cleanups that I meant to put in the previous commit
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-19
bring back code that uses export and fix tests
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-07
translate-c: support macros with pointer casting
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-12-02
ability to set tag values of enums
Andrew Kelley
2017-11-30
ability to specify tag type of enums
Andrew Kelley
2017-11-14
c-to-zig: handle UO_Deref
Andrew Kelley
2017-09-21
parse-c: field access expressions
Andrew Kelley
2017-09-20
logical and, logical or
Josh Wolfe
2017-09-05
fix parseh bugs
Andrew Kelley
2017-09-02
rewrite parseh to use AST instead of direct types
Andrew Kelley
2017-08-30
align syntax: align(4) instead of align 4
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-20
compile-time f32, f64 operations are now correctly lossy
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
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
[next]