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
2019-02-06
thread local storage working for linux x86_64
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-26
the last number in a packed ptr is host int bytes
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-08-02
src/ast_render.cpp: remove promise_symbol from suspend;
kristopher tate
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-02
Added better support for none pure enums in tranlate C
Jimmi Holst Christensen
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-04-30
support foo.* for ptr deref
Andrew Kelley
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
[next]