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
/
DepTokenizer.zig
Age
Commit message (
Collapse
)
Author
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
This replaces callconv(.Inline) with the more idiomatic inline keyword.
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
Related: #4917
2021-01-03
stage2: enable building test-stage2 with LLVM backend enabled
Timon Kruiper
We can now run `zig build test-stage2 -Denable-llvm`.
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-23
move ArrayListSentineled to std lib orphanage
Veikka Tuominen
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley