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
2020-03-09
disallow resume and suspend in noasync scopes
Vexu
2020-03-09
update parsers to new noasync syntax
Vexu
2020-02-19
consistent capitalization of error message
Andrew Kelley
2020-02-18
stage1: Make the parser reject extern fn with body
LemonBoy
2020-02-16
Implement noasync awaits
Andrew Kelley
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-05
Fix edge case in cast between fn with varargs
LemonBoy
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-15
disallow multiline strings in test and library names
Vexu
2020-01-06
remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-12
fix dot init parsing
Vexu
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
add syntax for comptime struct fields
Andrew Kelley
2019-12-02
Accept comptime-known expression for asm
LemonBoy
2019-11-23
structs can have fields with type `var`
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
implement null terminated pointers
Andrew Kelley
2019-11-17
Merge pull request #3697 from Vexu/container-docs
Andrew Kelley
2019-11-17
properly parse anon literal in array
Vexu
2019-11-15
add container doc comments to generated docs
Vexu
2019-11-15
implemented container doc comments in stage 1
Vexu
2019-11-11
stage1 parser code for anon container lit
Andrew Kelley
2019-11-06
add token for parsing pointer dereference
Brendan Hansknecht
2019-10-21
remove pub syntax for container fields
Vexu
2019-10-08
generated docs: error sets in fn docs
Andrew Kelley
2019-10-07
generated docs: show doc comments on functions
Andrew Kelley
2019-10-06
stage1 parser supports doc comments
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
Add the noinline keyword for function declarations
LemonBoy
2019-08-30
support recursive async and non-async functions
Andrew Kelley
2019-08-22
parsing of align(N) on struct fields
Tetralux
2019-08-16
implement new async syntax in self-hosted compiler
Vexu
2019-08-15
remove `cancel`
Andrew Kelley
2019-07-26
add the `anyframe` and `anyframe->T` types
Andrew Kelley
2019-07-19
remove coroutines implementation and promise type
Andrew Kelley
2019-07-19
fix usingnamespace
Andrew Kelley
2019-07-16
rename internal names regarding `usingnamespace`
Andrew Kelley
2019-07-06
Make anyerror not a keyword
hryx
2019-06-11
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-10
whitespace cleanup
Andrew Kelley
2019-06-10
Add check for null body in if, for and while
SamTebbs33
2019-06-09
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-08
hook up result locs for `try`
Andrew Kelley
2019-05-29
change `use` to `usingnamespace`
Andrew Kelley
2019-05-11
fixes #2235
Jimmi Holst Christensen
2019-05-11
Fixed parser for extern threadlocal variables
Jimmi Holst Christensen
[next]