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
/
Compilation.zig
Age
Commit message (
Expand
)
Author
2023-10-16
make distinct error limit configurable
Veikka Tuominen
2023-10-15
Add preliminary support for Windows .manifest files
Ryan Liptak
2023-10-12
Add `zig rc` subcommand, a drop-in replacement for rc.exe
Ryan Liptak
2023-10-10
revert compiler_rt: no need to put it in a static library
Andrew Kelley
2023-10-10
Compilation: default to self-hosted backend when not using libllvm
Andrew Kelley
2023-10-10
compiler_rt: no need to put it in a static library
Andrew Kelley
2023-10-08
give modules friendly names for error reporting
Andrew Kelley
2023-10-08
fix using the wrong allocator for modules
Andrew Kelley
2023-10-08
use long-lived arena for `@cImport`-generated Module
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-03
C backend: start handling anonymous decls
Andrew Kelley
2023-10-01
CLI: fix -fno-clang
Andrew Kelley
2023-10-02
Merge pull request #17221 from Vexu/aro-translate-c
Veikka Tuominen
2023-10-01
aro-translate-c: translate enums
Veikka Tuominen
2023-10-01
add compiler flag for selecting C frontend
Veikka Tuominen
2023-10-01
x86_64: implement and test unary float builtins
Jacob Young
2023-09-29
C backend: remove ?*Decl from DeclGen
Andrew Kelley
2023-09-28
Compilation: introduce saveState()
Andrew Kelley
2023-09-26
Merge pull request #17152 from mikdusan/macos-sdk
Andrew Kelley
2023-09-26
define `_WIN32_WINNT` for windows compilations based on target minver (#17224)
Phil Richards
2023-09-25
kubkon review changes: 3
Michael Dusan
2023-09-25
kubkon review changes: 1
Michael Dusan
2023-09-25
macos: better SDK version detection
Michael Dusan
2023-09-25
macos: vendored libc: combine headers: part 2
Michael Dusan
2023-09-25
translate-c: convert clang errors messages into `std.zig.ErrorBundle`
Techatrix
2023-09-24
resinator: do not include in only_core_functionality builds
mlugg
2023-09-23
Fix reportRetryableWin32ResourceError
Ryan Liptak
2023-09-22
Merge pull request #17069 from squeek502/resinator
Andrew Kelley
2023-09-21
classifyFileExt: Use case-insensitive matching for .rc and .res
Ryan Liptak
2023-09-19
clang: -fno-sanitize=function workaround
Andrew Kelley
2023-09-19
libcxx: update to LLVM 17
Andrew Kelley
2023-09-17
Fix rc preprocessing when using the MinGW includes and targeting the GNU abi
Ryan Liptak
2023-09-17
rc compilation: Use MSVC includes if present, fallback to mingw
Ryan Liptak
2023-09-17
Only populate rc_include_dirs if there are .rc files in the compilation
Ryan Liptak
2023-09-17
Add the ATLMFC include directory to the libc include dir list
Ryan Liptak
2023-09-17
Add a .rc -> .res compiler to the Zig compiler
Ryan Liptak
2023-09-15
ErrorBundle: rename addBundle to addBundleAsNotes, add addBundleAsRoots
Ryan Liptak
2023-09-14
Add -includes option to zig libc
Ryan Liptak
2023-09-04
Compilation: support --verbose_llvm_cpu_features
Michael Dusan
2023-08-31
Merge pull request #17020 from ziglang/macho-versions
Jakub Konka
2023-08-29
macho: add simple error reporting for misc errors
Jakub Konka
2023-08-28
Sema: revert reference trace changes that are no longer needed
Jacob Young
2023-08-21
frontend: directly pass resolved frameworks container to the linker
Jakub Konka
2023-08-20
frontend: move framework path resolution from the linker to frontend
Jakub Konka
2023-08-16
comp: make --verbose-cc actually thread-safe
Jakub Konka
2023-08-10
Merge pull request #16747 from jacobly0/llvm-wo-libllvm
Andrew Kelley
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
[next]