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
2019-07-17
WIN32 -> _WIN32
Andrew Kelley
2019-07-15
fix build on windows
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
2019-03-11
stage1 caching system: detect problematic mtimes
Andrew Kelley
2019-02-28
struct types get fully qualified names
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-09-13
alternate fix using the rest() function
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2018-08-25
fix stack traces on linux
Andrew Kelley
2018-06-27
add f16 type
Ben Noordhuis
2018-06-04
never call malloc with size 0
Andrew Kelley
2018-06-03
Add context to zig_unreachable calls (#1039)
Marc Tiehuis
2018-02-08
error sets - most tests passing
Andrew Kelley
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