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
/
util.hpp
Age
Commit message (
Expand
)
Author
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-09-20
parsec: cleaner shifting code for fixed size types
Andrew Kelley
2017-09-13
Fixed a couple compilation errors for MSVC 64-bit (#475)
Jonathan Marler
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-02-21
correct size of types for packed structs
Andrew Kelley
2016-09-19
use size_t for indexes
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-12-01
add test for bad import
Andrew Kelley
2015-11-27
add tests for compile errors
Andrew Kelley
2015-11-24
debug information for functions
Andrew Kelley
2015-11-23
parsing hello.zig example with recursive descent
Andrew Kelley
2015-11-07
parser generator supports a simple OR
Andrew Kelley
2015-11-03
parser generator beginnings
Andrew Kelley
2015-08-05
preprocessor runs once
Andrew Kelley
2015-08-05
tokenize
Andrew Kelley
2015-08-05
read a file
Andrew Kelley