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-07-04
Compilation: don't give len=0 bufs to pwritev
Andrew Kelley
2024-07-04
Merge pull request #20494 from mlugg/the-great-decl-split
Andrew Kelley
2024-07-04
Compilation: rename tsan_static_lib to tsan_lib
Jakub Konka
2024-07-04
cbe: fix for export changes
Jacob Young
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: rework reference traces
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
compiler: rename AnalSubject to AnalUnit
mlugg
2024-07-04
tsan: build dynamic library on Apple platforms
Jakub Konka
2024-07-03
Compilation: pass libc include directories when compiling assembly_with_cpp
Krzysztof Wolicki
2024-06-26
InternPool: rename `Depender` to `AnalSubject`
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-15
Zcu: rework source locations
mlugg
2024-05-27
Compilation: fix sub-compilations given wrong progress node
Andrew Kelley
2024-05-27
Module: fix and improve progress reporting
mlugg
2024-05-27
Compilation: only create progress nodes for work actually being done
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
Merge pull request #20049 from ziglang/std.process.Child
Andrew Kelley
2024-05-26
Compilation: fix regressed assembly diagnostics
Jacob Young
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-22
Compilation: better cleanup of temporary files
Jacob Young
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
zig cc: -Wno-overriding-t-option was renamed
Andrew Kelley
2024-05-08
libcxx: update to LLVM 18
Andrew Kelley
2024-05-03
add std.Thread.Pool.spawnWg
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-05-03
lld: use a response file on `NameTooLong`
Jacob Young
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
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
[prev]
[next]