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
juice
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
std.Io.Threaded-groups-2
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-self-hosted
/
dep_tokenizer.zig
Age
Commit message (
Expand
)
Author
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-12
Migrate last vestiges of fmt
Benjamin Feng
2020-03-12
Convert fmt.bufPrint / fmt.allocPrint
Benjamin Feng
2020-02-05
std.fmt.format: comptime output parameter
Andrew Kelley
2020-02-01
Run `zig fmt`
LemonBoy
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-06-25
Merge pull request #2714 from ziglang/fmt-overhaul
Marc Tiehuis
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-21
breaking: Add positional, precision and width support to std.fmt
Marc Tiehuis
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-30
dep tokenizer: run zig fmt and move exports to canonical location
Andrew Kelley
2019-05-29
add review changes
Michael Dusan
2019-05-27
new .d file parser for C compilation
Michael Dusan