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
Age
Commit message (
Expand
)
Author
2024-12-15
Merge pull request #22224 from alexrp/cc-args
Alex Rønne Petersen
2024-12-14
ensure `InstMap` capacity before remapping error code
David Rubin
2024-12-14
Merge pull request #22222 from ianprime0509/git-sha256
Andrew Kelley
2024-12-14
mingw: Update sources list to dcd7fefc703fb4b12187235386900d34cc13fdc5.
Alex Rønne Petersen
2024-12-14
Compilation: Clean up addCCArgs().
Alex Rønne Petersen
2024-12-13
zig fetch: support SHA-256 Git repositories
Ian Johnson
2024-12-13
Remove copy of `HashedWriter`
Ian Johnson
2024-12-13
Fix undefined behavior in package extraction code
Carl Åstholm
2024-12-13
Add compiler internals tests
Carl Åstholm
2024-12-13
Compilation: Use Clang dependency file for preprocessed assembly files.
Alex Rønne Petersen
2024-12-13
Compilation: Use a better canonical file extension for header files.
Alex Rønne Petersen
2024-12-13
Compilation: Override Clang's language type for header files.
Alex Rønne Petersen
2024-12-13
Compilation: Improve classification of various C/C++/Objective-C files.
Alex Rønne Petersen
2024-12-13
Merge pull request #22035 from alexrp/unwind-fixes
Alex Rønne Petersen
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-12-11
riscv64: Support the fp alias for register s0 in inline assembly.
Alex Rønne Petersen
2024-12-10
fix unknown file extension with rmeta
Travis Lange
2024-12-09
Merge pull request #22157 from mlugg/astgen-error-lazy
Andrew Kelley
2024-12-09
Merge pull request #22164 from mlugg/astgen-ref-dedup
Andrew Kelley
2024-12-09
Builtin: clean up formatting of generated code
mlugg
2024-12-09
Merge pull request #22191 from alexrp/wasi-libc-names
Alex Rønne Petersen
2024-12-09
Merge pull request #22190 from alexrp/cc-args
Alex Rønne Petersen
2024-12-08
compiler: Link libc when we're asked to link to an emulated wasi-libc library.
Alex Rønne Petersen
2024-12-08
compiler: Check for wasi-libc emulated libraries before libc libraries.
Alex Rønne Petersen
2024-12-08
Sema: fix use of Zcu.LazySrcLoc in error message
wooster0
2024-12-08
Compilation: Don't rely on Clang defaults for options that are user-facing.
Alex Rønne Petersen
2024-12-08
compiler: Update the list of targets that have a red zone.
Alex Rønne Petersen
2024-12-08
InternPool: fix crash in `rehashTrackedInsts`
mlugg
2024-12-08
cbe: prevent tautological-compare warnings in generated code
Jacob Young
2024-12-08
AstGen: correctly deduplicate `ref` of `param` and `alloc_inferred`
mlugg
2024-12-08
compiler: Only omit frame pointers by default for ReleaseSmall.
Alex Rønne Petersen
2024-12-06
Merge pull request #22167 from alexrp/compiler-rt-names
Andrew Kelley
2024-12-06
compiler: Classify libssp as an alias for compiler-rt.
Alex Rønne Petersen
2024-12-06
compiler: Remove warning about superfluous compiler-rt libraries.
Alex Rønne Petersen
2024-12-06
compiler: Classify libgcc as an alias for compiler-rt.
Alex Rønne Petersen
2024-12-06
compiler: Classify libgcc_eh as an alias for libunwind.
Alex Rønne Petersen
2024-12-06
compiler: Recognize libgcc_s regardless of target ABI.
Alex Rønne Petersen
2024-12-06
compiler: Classify libatomic as an alias for compiler-rt.
Alex Rønne Petersen
2024-12-06
Zcu: allow test declarations to be failed
mlugg
2024-12-05
std.zig.Zir: improve instruction tracking
mlugg
2024-12-05
compiler: incremental compilation fixes
mlugg
2024-12-05
compiler: allow files with AstGen errors to undergo semantic analysis
mlugg
2024-12-05
Compilation: Consider *.rlib files to be static libraries.
Alex Rønne Petersen
2024-12-05
Merge pull request #22141 from alexrp/target-remove-bridgeos
Alex Rønne Petersen
2024-12-03
llvm: Remove dead targetArch() and targetOs() functions.
Alex Rønne Petersen
2024-12-03
std.Target: Remove Os.Tag.bridgeos.
Alex Rønne Petersen
2024-12-03
sema: add a missing errdefer
Alex Kladov
2024-12-02
macho: fix 32bit builds
Jakub Konka
[prev]
[next]