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
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
2017-12-19
export keyword works again
Andrew Kelley
2017-12-19
wip bring back export keyword
Andrew Kelley
2017-12-18
wip export rewrite
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-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-05
fix parseh bugs
Andrew Kelley
2017-09-01
c-to-zig: return statement
Andrew Kelley
2017-08-30
align syntax: align(4) instead of align 4
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-14
fix tokenization error pointing to wrong character
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-17
allow trailing commas
scurest
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
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
change while syntax
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
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-02
fix else-if parsing
Josh Wolfe
2017-04-02
defer without a block body requires a following semicolon
Josh Wolfe
2017-04-02
add secret void expression after defer statement if it's the last statement i...
Josh Wolfe
2017-04-02
allow implicit semicolon after defer {}
Josh Wolfe
2017-04-02
variable declarations must be followed by semicolon
Josh Wolfe
2017-04-02
fix confusion in block expression parsing
Josh Wolfe
2017-04-02
Require top-level-declaration comptime use {}
Josh Wolfe
2017-03-31
clean up analysis of {blocks}
Josh Wolfe
2017-03-26
replace "&&" and "||" with "and" and "or"
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-07
inline assembly allows clobbers with no input
Andrew Kelley
2017-02-05
try expression can omit variable assignments
Andrew Kelley
2017-02-04
inline assembly supports `%=` syntax
Andrew Kelley
[next]