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
Group-Canceled
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
groupAwait
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
/
util.cpp
Age
Commit message (
Expand
)
Author
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley
2020-02-16
rename libuserland to libstage2
Andrew Kelley
2019-11-25
const interning for 1-possible-value types
Michael Dusan
2019-10-31
util.cpp: canonicalize the order of includes
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-09-22
more info in assertion failures
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley
2019-04-17
stage1 assertions always on, and have stack traces
Andrew Kelley
2018-09-13
alternate fix using the rest() function
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley
2017-10-01
support linking against MSVC libc
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2016-04-22
parseh: support anonymous enums and enums with initializers
Andrew Kelley
2015-12-14
add number literal type
Andrew Kelley
2015-12-07
getting started on array types
Josh Wolfe
2015-08-05
preprocessor runs once
Andrew Kelley
2015-08-05
read a file
Andrew Kelley