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
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-07
IR: add error for assigning runtime value to inline var
Andrew Kelley
2016-12-06
IR: implement defer
Andrew Kelley
2016-12-04
IR: re-organize where state goes to prepare for generics
Andrew Kelley
2016-11-26
IR: add inline goto
Andrew Kelley
2016-11-26
IR: fix parsing while loop
Andrew Kelley
2016-11-26
IR: support inline switch
Andrew Kelley
2016-11-24
IR: generating a switch statement
Andrew Kelley
2016-11-17
remove AST cloning code and add AST render for while loops
Andrew Kelley
2016-11-17
IR: pointers to constants don't copy data
Andrew Kelley
2016-11-03
add concept of inline for, inline while, inline var
Andrew Kelley
2016-10-16
IR working for if statements
Andrew Kelley
2016-09-30
empty function compiles successfully with IR
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-08
ability to infer parameter types
Andrew Kelley
2016-08-08
add zeroes value
Andrew Kelley
2016-08-04
new multiline string syntax
Andrew Kelley
2016-07-27
explicit wrapping integer operations
Andrew Kelley
2016-07-26
std: improve rand implementation and API
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-07-17
rename NodeTypeStructDecl to NodeTypeContainerDecl
Andrew Kelley
2016-05-18
inline assembly: allow empty output list
Andrew Kelley
2016-05-18
fix offset map for inline assembly error messages
Andrew Kelley
2016-05-18
fix raw string literal crash
Andrew Kelley
2016-05-09
fix ability to use previous generic params and
Andrew Kelley
2016-05-09
support variable declarations in structs
Andrew Kelley
2016-05-07
support generic data structures
Andrew Kelley
2016-05-07
better array concatenation semantics
Andrew Kelley
2016-05-03
support maybe destructuring into a pointer variable
Andrew Kelley
2016-05-01
implement string escapes
Andrew Kelley
2016-04-28
add array multiplication operator
Andrew Kelley
2016-04-28
ability to specify body of an extern function
Andrew Kelley
2016-04-24
add skeleton for union support
Andrew Kelley
2016-04-22
add syntax to allow symbols to have arbitrary strings as names
Andrew Kelley
2016-04-20
for loop: add ability to get pointer to elem var
Andrew Kelley
2016-04-19
add optional continue expression to while loop
Andrew Kelley
2016-04-14
fix crash with generic function and implicit cast
Andrew Kelley
2016-04-13
fix evaluating generic functions in wrong context
Andrew Kelley
2016-04-08
support hex escapes in string literals
Andrew Kelley
2016-04-08
fix crash when passing empty string to function
Andrew Kelley
2016-04-07
fix segfault in generic functions
Andrew Kelley
2016-04-07
support multiple generic function instances
Andrew Kelley
2016-04-06
support simple generic functions
Andrew Kelley
2016-04-03
add multiline string literal
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-16
update bootstrap to work for macos too
Andrew Kelley
2016-02-11
fix undefined LONG_LONG_MAX compilation error
Serge Paquet
2016-02-06
rhs of ?? and %% can be any expression
Andrew Kelley
[next]