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
/
tools
Age
Commit message (
Expand
)
Author
2020-05-07
stage1: add ZigList gdb pretty printing
xackus
2020-04-04
zig cc looks for native include directories unless -nostdinc
Andrew Kelley
2020-04-04
add libutil to zig's glibc support
Andrew Kelley
2020-04-03
Merge pull request #4868 from xackus/new-arraylist-api
Andrew Kelley
2020-04-03
Update all remaining uses of &outStream().stream
Ryan Liptak
2020-04-02
zig cc: fix ambiguity with -MT
Andrew Kelley
2020-04-02
zig cc: support -F and -framework
Andrew Kelley
2020-04-02
zig cc: respect -MF -MV -MD options
Andrew Kelley
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
zig cc: detect -mcpu, -march, -mtune
Andrew Kelley
2020-04-01
zig cc: add support for -L linker arguments
Rejean Loyer
2020-04-01
zig cc properly handles -S flag and .ll, .bc extensions
Andrew Kelley
2020-03-30
revert detection of rtti and exceptions
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-28
zig cc: Add support for -z
Ryan Liptak
2020-03-27
zig cc: Add support for -Xlinker, --for-linker, --for-linker=
Ryan Liptak
2020-03-27
zig c++: get it working with musl and mingw-w64
Andrew Kelley
2020-03-26
ability to compile c++ hello world with `zig c++`
Andrew Kelley
2020-03-25
zig cc: add detection for `-###`
Andrew Kelley
2020-03-25
zig cc: support -T linker script option
Andrew Kelley
2020-03-21
zig cc: detect optimization and debug flags
Andrew Kelley
2020-03-21
zig cc: better support for the preprocessor option (-E)
Andrew Kelley
2020-03-21
rename "passthrough" → "driver_punt"
Michael Dusan
2020-03-21
zig cc improvements
Andrew Kelley
2020-03-21
ability to use `zig cc` as a drop-in C compiler
Andrew Kelley
2020-03-20
include ld symbols when generating glibc dummy objects
Andrew Kelley
2020-03-04
update glibc abilists for 2.31
Andrew Kelley
2020-03-03
update update_glibc tool to latest zig
Andrew Kelley
2020-03-03
update process_headers tool to latest zig
Andrew Kelley
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-03
Update `process_headers.zig` to use `@as`
yvt
2019-11-25
Avoid deprecated cwd-based functions for opening directories, preferring to o...
Jonathan S
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-10-16
generated docs: progress towards generic types being useful
Andrew Kelley
2019-10-15
merge analysis dumps tool handles errors
Andrew Kelley
2019-10-11
merge targets of generated docs
Andrew Kelley
2019-10-11
merge dumps tool: merging ast nodes
Andrew Kelley
2019-10-10
miscellaneous improvements to generated docs
Andrew Kelley
2019-09-07
update glibc ABI lists to 2.30
Andrew Kelley
2019-09-07
update process_headers tool for glibc 2.30
Andrew Kelley
2019-08-30
update process_headers.zig for latest zig
Andrew Kelley
2019-08-24
hash_map: adding a StringHashMap for convenience
Sahnvour
2019-08-09
add a little compile error to make Future Andy's life easier
Andrew Kelley
2019-07-16
update musl headers to musl v1.1.23
Andrew Kelley
2019-07-07
add an update_glibc tool, delete dummy libc files
Andrew Kelley