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-11-07
Merge pull request #17771 from ehaas/mingw-aro
Andrew Kelley
2023-11-07
Merge pull request #17873 from ziglang/elf-archive
Jakub Konka
2023-11-06
Compilation: unconditionally close open file handles for writable dance
Jakub Konka
2023-11-06
frontend: fix -fsingle-threaded default detection logic
Andrew Kelley
2023-11-04
Merge pull request #17844 from ziglang/elf-object
Jakub Konka
2023-11-04
Compilation: take into account if LLVM is available in lib-building logic
Jakub Konka
2023-11-04
Compilation: refactor logic for library-building capabilities
Andrew Kelley
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-11-03
frontend: rip out Decl dependencies
Andrew Kelley
2023-11-03
comp: remove CBE guards for aro
Evan Haas
2023-10-28
frontend: make Decl.zir_decl_index typed
Andrew Kelley
2023-10-25
cbe: update `DeclGen.decl_index` to support anon decls
Jacob Young
2023-10-23
frontend: rework `@embedFile` for incremental compilation
Andrew Kelley
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-21
make distinct error limit configurable
Veikka Tuominen
2023-10-20
Revert "make distinct error limit configurable"
Andrew Kelley
2023-10-20
Merge pull request #17608 from squeek502/resinator-fixes
Andrew Kelley
2023-10-20
llvm: set PIE only for executables
Michael Dusan
2023-10-18
Revert "Never implicitly add rpaths for each lib dir, add NixOS libdir to rpath"
Andrew Kelley
2023-10-18
Error if an .rc file uses the 'preprocess only' or 'no preprocess' flags
Ryan Liptak
2023-10-18
Sync resinator with upstream and fix INCLUDE env var handling
Ryan Liptak
2023-10-18
compiler: fix LTO availability logic
Andrew Kelley
2023-10-18
compiler: better default for valgrind
Andrew Kelley
2023-10-18
Merge pull request #17524 from Vexu/aro-translate-c
Andrew Kelley
2023-10-17
add c_frontend to translate-c cache hash
Veikka Tuominen
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
[next]