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
/
tokenizer.cpp
Age
Commit message (
Expand
)
Author
2020-05-05
Rename noasync to nosuspend in C++ compiler
Tadeo Kondrak
2020-04-01
stage1: make C++ switch fallthrough an error
Michael Dusan
2020-03-30
fixed bugs hitting EOF immediately after //, /// or //!
Kelly Boothby
2020-03-15
make parsing `0.0_e1` an error
momumi
2020-03-15
allow `_` separators in number literals (stage 1)
momumi
2020-02-10
stage1: memory/report overhaul
Michael Dusan
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-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-15
implemented container doc comments in stage 1
Vexu
2019-11-11
stop accepting deprecated `use` keyword
Andrew Kelley
2019-11-06
add token for parsing pointer dereference
Brendan Hansknecht
2019-10-09
Merge pull request #3390 from nrdmn/unicode_character_literals
Andrew Kelley
2019-10-07
unicode character literals
Nick Erdmann
2019-10-06
stage1 parser supports doc comments
Andrew Kelley
2019-09-11
Recognize & skip the UTF-8 BOM
LemonBoy
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
Add the noinline keyword for function declarations
LemonBoy
2019-08-26
fix some compile error regressions
Andrew Kelley
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-06
Make anyerror not a keyword
hryx
2019-07-04
Unicode escapes: stage1 tokenizer and behavior tests
hryx
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-29
change `use` to `usingnamespace`
Andrew Kelley
2019-05-16
stage1 tokenizer: add more missing break statements
Andrew Kelley
2019-05-16
Add break after digit_value check in TokenizeStateCharCode
SamTebbs33
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-23
character literals: allow unicode escapes
Andrew Kelley
2019-03-23
remove octal and hex floats from the language
Andrew Kelley
2019-03-22
float literals now parse using musl's 128 bit float code
Andrew Kelley
2019-03-22
Simplify hex-float parsing code
Marc Tiehuis
2019-03-21
hex float parsing: solve another case
Andrew Kelley
2019-03-21
fix parsing of large hex float literals
Andrew Kelley
2019-02-10
added C pointer type and implicit int-to-ptr for this type
Andrew Kelley
2019-02-06
thread local storage working for linux x86_64
Andrew Kelley
2019-01-30
Move tokenizer error location to offending char
Matthew McAllister
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
rename `section` keyword to `linksection`
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-09-26
Tweak SYMBOL_CHAR define in tokenizer.cpp
Wink Saville
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-07-18
fix invalid character test on windows
Andrew Kelley
2018-06-28
Correct hex-float parsing
Marc Tiehuis
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
[next]