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
/
parser.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
2019-01-29
simpler implementation of `&&` and `||` hints
Andrew Kelley
2019-01-25
Hint at use of and/or when &&/|| is improperly used (#1886)
kristopher tate
2018-11-17
Updated comments in parser.cpp
Jimmi HC
2018-11-17
rename `section` keyword to `linksection`
Andrew Kelley
2018-11-13
Fixed error where we didn't expect the return type of a function
Jimmi Holst Christensen
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
pull request fixups
Andrew Kelley
2018-08-02
src/parser.cpp: fix typo from rebase;
kristopher tate
2018-08-02
src/parser.cpp: remove promise_symbol from suspend;
kristopher tate
2018-07-27
remove ability to break from suspend blocks
Andrew Kelley
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-06-02
introduce [*] for unknown length pointers
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-04-30
support foo.* for ptr deref
Andrew Kelley
2018-04-18
support break in suspend blocks
Andrew Kelley
2018-04-08
fixups from rebase
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-22
ability to use async function pointers
Andrew Kelley
2018-03-21
change async function call syntax
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-21
implement IR analysis for async function calls
Andrew Kelley
2018-02-20
parse async fn definitions
Andrew Kelley
2018-02-20
parse async fn calls and cancel expressions
Andrew Kelley
2018-02-08
syntax: parse `?error!i32` as `?(error!i32)`
Andrew Kelley
2018-02-03
*WIP* error sets - support fns called at comptime
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
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
2018-01-03
enum tag values are expressions so no parentheses needed
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
[next]