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
2022-07-28
stage2: ensure 'std', 'builtin', and 'root' is always available to `@import`
Meghan
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-19
delete the stage1 implementation of autodoc
Andrew Kelley
2022-07-19
Autodoc: skip docs when compile errors occur
Andrew Kelley
2022-07-19
autodocs: add support for indirect decl references
Loris Cro
2022-07-19
autodoc: init work
Loris Cro
2022-07-16
Merge pull request #12121 from Vexu/span
Veikka Tuominen
2022-07-16
style: add missing comma
r00ster91
2022-07-15
Compilation: point caret in error message at the main token
Veikka Tuominen
2022-07-14
stage2: point to error location using spans
Veikka Tuominen
2022-07-11
Merge pull request #12044 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-11
Merge pull request #11863 from motiejus/compress-debug-sections
Andrew Kelley
2022-07-11
stage2: cleanups to --compress-debug-sections
Andrew Kelley
2022-07-12
Compilation: indent multiline error messages properly
r00ster91
2022-07-11
ELF: understand -Wl,--compress-debug-sections
Motiejus Jakštys
2022-07-11
Compilation: do not repeat AstGen error source line for notes
Veikka Tuominen
2022-07-10
Compilation: do not repeat same source line for notes
Veikka Tuominen
2022-07-05
stage2: propagate use_stage1 to sub-compilation
Andrew Kelley
2022-07-05
CLI: add support for -fno-builtin
Andrew Kelley
2022-07-04
stage2: ELF: improve error reporting when libc is missing
Andrew Kelley
2022-06-30
stage2: object format affects whether LLVM can be used
Andrew Kelley
2022-06-28
Pass -O0 rather than -Og to Clang for Debug builds
Ken Micklas
2022-06-27
macho: implement and handle `-needed-*` and `-needed_*` family of flags
Jakub Konka
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
macho: implement -headerpad_size option
Jakub Konka
2022-06-25
cache setting macho search strategy flags
Jakub Konka
2022-06-24
macho: implement -search_dylibs_first linker option
Jakub Konka
2022-06-24
link:clarification & enable MachO getGlobalSymbol
Luuk de Gram
2022-06-24
stage2: Enable compiler-rt when LLVM is existant
Luuk de Gram
2022-06-20
macho: round down pagezero size to page size
Jakub Konka
2022-06-20
[MachO] add -pagezero_size
Motiejus Jakštys
2022-06-17
stage2: rip out multi-compilation-unit compiler-rt
Andrew Kelley
2022-06-17
compiler-rt: disable separate compilation units
Andrew Kelley
2022-06-17
Compilation: multi-thread compiler-rt
Andrew Kelley
2022-06-17
compiler_rt: use single cache for libcompiler_rt.a static lib
Jakub Konka
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-06-10
Merge pull request #11819 from ziglang/std.debug.Trace
Andrew Kelley
2022-06-09
linker: remove `-z noexecstack` option
Isaac Freund
2022-06-09
stage2: fold redundant error notes
Andrew Kelley
2022-06-08
linker: Enable full RELRO by default
Isaac Freund
2022-05-31
stage2: -fbuild-id causes default linker to be LLD
Andrew Kelley
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
2022-05-22
Return an error when macOS ABI is not {none, simulator, macabi}
Jakub Konka
2022-05-22
Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by default
Jakub Konka
2022-05-19
[Elf] add -z nocopyreloc
Motiejus Jakštys
2022-05-16
stage2: enable error return tracing on llvm backend
Veikka Tuominen
[next]