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-06-10
CLI: introduce --verbose-intern-pool
Andrew Kelley
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
Module: remove tmp_hack_arena
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: add tmp_hack_arena for the InternPool transition
Andrew Kelley
2023-06-10
InternPool: add a dump function
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-29
Merge pull request #15891 from mlugg/fix/dont-emit-fn-called-at-comptime
Andrew Kelley
2023-05-30
zig ld: handle `--library :path/to/lib.so`
Motiejus Jakštys
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-17
rename omit_pkg_fetching_code to only_core_functionality
Andrew Kelley
2023-05-17
Merge pull request #15459 from motiejus/build-id-full
Andrew Kelley
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-16
stage2: implement --build-id styles
Motiejus Jakštys
2023-05-16
CLI: fix stdin dumping behavior
Andrew Kelley
2023-05-16
zig cc: support reading from non-files
Motiejus Jakštys
2023-05-13
std.mem: Rename splitFull/tokenizeFull to splitSequence/tokenizeSequence
Ryan Liptak
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
cbe: fix mutability issues with builtin test_functions
Jacob Young
2023-04-21
Merge pull request #15355 from mlugg/feat/liveness-control-flow
Andrew Kelley
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-20
Expose an option for producing 64-bit DWARF format
David Gonzalez Martin
2023-04-20
Liveness: add a liveness verification pass
Jacob Young
2023-04-18
compilation: fix generating coff debug info on -gnu
kcbanner
2023-04-18
Assembly file add soft float option for mips (#15340)
hequn
2023-04-17
compilation: fix non-zig compilations not using CacheMode.whole
kcbanner
2023-04-12
Autodoc usingnamespace (#15216)
Loris Cro
2023-04-09
spirv: cannot build libc
Robin Voetter
2023-04-09
dont destroy old bin file on link openpath failure
Robin Voetter
2023-04-07
zig cc: complete the -wrap flag implementation
Andrew Kelley
2023-04-07
add linker -wrap flag
Zach Cheung
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-25
compilation: fixup linker_dynamicbase default in InitOptions
kcbanner
2023-03-17
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-15
add compile log output to build runner
Andrew Kelley
2023-03-15
fix ZIR decoding of error notes
Andrew Kelley
2023-03-15
std.Build.RunStep: add maxrss, duration, and cached status
Andrew Kelley
2023-03-15
stage2: avoid linux-only APIs on other operating systems
Andrew Kelley
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
add builtin.zig_version_string
Andrew Kelley
2023-03-15
std.zig.ErrorBundle: rework binary encoding
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-03-15
stage2: hot code swapping PoC
Andrew Kelley
[next]