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
2024-04-12
Autodoc: fix root module name in sources.tar
Ian Johnson
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-30
cbe: fix bugs revealed by an upcoming commit
Jacob Young
2024-03-28
Merge pull request #19399 from ypsvlq/mingw
Andrew Kelley
2024-03-28
Autodoc: add all modules to sources.tar
Ian Johnson
2024-03-27
mingw: support -municode
Elaine Gibson
2024-03-26
Zcu: eliminate `Decl.alive` field
mlugg
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-21
std.Build.Cache: use an array hash map for files
Andrew Kelley
2024-03-20
mingw: define _WIN32_WINNT when building CRT
Elaine Gibson
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
Merge pull request #19174 from squeek502/lazy-resinator
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-11
Fix progress when multiple zig rc child processes are building resinator
Ryan Liptak
2024-03-11
Report the progress of lazily building zig rc
Ryan Liptak
2024-03-11
Integrate resinator errors with Zig using std.zig.Server and ErrorBundle
Ryan Liptak
2024-03-11
Lazily compile the `zig rc` subcommand and use it during `zig build-exe`
Ryan Liptak
2024-03-10
add missing field to module creation
Andrew Kelley
2024-03-10
fix 32 bit compilation
Andrew Kelley
2024-03-10
autodocs: fix root name and missing dir close
Andrew Kelley
2024-03-10
-femit-docs: create main.wasm artifact
Andrew Kelley
2024-03-10
-femit-docs: creating sources.tar
Andrew Kelley
2024-03-10
frontend: skeleton for creating autodocs
Andrew Kelley
2024-03-10
better to use AST than ZIR for doc generation
Andrew Kelley
2024-03-07
Merge pull request #19190 from mlugg/struct-equivalence
Andrew Kelley
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-28
use hash.addListOfBytes where applicable
Andrew Kelley
2024-02-28
add missing export symbol names to whole mode wasm cache hash
Andrew Kelley
2024-02-28
make aro-based translate-c lazily built from source
Andrew Kelley
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-09
Merge pull request #18875 from ziglang/macho-zo-dwarf
Jakub Konka
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-08
builtin: enable panic handler on self-hosted macho
Jakub Konka
2024-02-06
Merge pull request #18814 from mlugg/incremental-dependencies
Matthew Lugg
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-04
compiler: lock incremental dependency tracking behind --debug-incremental
mlugg
2024-02-04
Zcu: refactor Decl.analysis field
mlugg
2024-02-04
Zcu: incremental compilation improvements
mlugg
2024-02-04
Zcu: more dependency tracking logic
mlugg
2024-02-04
compiler: re-introduce dependencies for incremental compilation
mlugg
2024-02-02
Compilation: delete clang diag files afterwards
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-26
Merge pull request #18654 from mlugg/incremental-the-second
Andrew Kelley
[next]