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-self-hosted
Age
Commit message (
Expand
)
Author
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
Merge pull request #4827 from ziglang/zig-cpp
Andrew Kelley
2020-03-27
initial support of response files
Andrew Kelley
2020-03-27
windows: don't hard-code forward-slash paths
Michael Dusan
2020-03-27
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
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
improved handling of native system directories
Andrew Kelley
2020-03-25
Merge pull request #4811 from mikdusan/fix4634
Michael Dusan
2020-03-25
zig cc: add detection for `-###`
Andrew Kelley
2020-03-25
self-hosted: use fs.selfExePathAlloc
Michael Dusan
2020-03-25
zig cc: support -T linker script option
Andrew Kelley
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-23
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-23
Merge pull request #4741 from momumi/master
Andrew Kelley
2020-03-22
riscv: add -mrelax arg for C to work around upstream issue
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-23
minor fixes and more tests for _ separators
momumi
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-22
update parsing of int literals in self-hosted
momumi
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
glibc: include ld symbols and proper soname for ld
Andrew Kelley
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-19
improve std lib code for the new semantics
Andrew Kelley
2020-03-19
fixes in semantic analysis needed to support this feature
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-18
(breaking) clarify openDir API
Andrew Kelley
2020-03-17
clean up some self-hosted bitrot + don't assume libstdc++
Andrew Kelley
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-13
Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-forma...
Andrew Kelley
2020-03-12
Merge pull request #4720 from Vexu/translate-c
Andrew Kelley
2020-03-12
Remove unused static_crt_dir field from libc config
daurnimator
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-03-12
Convert translate-c to fmtstream
Benjamin Feng
2020-03-12
translate-c fix order of tokens
Vexu
2020-03-12
translate-c treat c bools as ints
Vexu
2020-03-12
fix `zig targets` not reporting native info
Andrew Kelley
2020-03-11
fix zig-cache to treat cpu-features as raw-bytes
Michael Dusan
2020-03-11
parse CPU features when --target is null
Michael Dusan
2020-03-10
fix stage2 lib on windows
Andrew Kelley
2020-03-10
(breaking) improve and simplify fixed buffer streams API
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
[prev]
[next]