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
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
2018-06-02
introduce [*] for unknown length pointers
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-02-19
add async, await, suspend, resume, cancel keywords
Andrew Kelley
2018-02-14
std.zig.parser understands try. zig fmt respects a double line break.
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
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
2017-12-19
wip bring back export keyword
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-10-26
Improve invalid character error messages (#566)
Marc Tiehuis
2017-09-28
fix build on mingw
Andrew Kelley
2017-09-28
Allow 128-bit hex float literals
Marc Tiehuis
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-08-29
introduce align keyword
Andrew Kelley
2017-08-20
compile-time f32, f64 operations are now correctly lossy
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-08-07
Correct floating-point literal allowed ranges
Marc Tiehuis
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-04-13
typedefpocalypse
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-12
fix tokenization assertion failure on some float numbers
Andrew Kelley
2017-02-03
implement packed structs
Andrew Kelley
2017-02-02
add try expression
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2017-01-16
get rid of zeroes literal
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
[next]