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-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-13
validate number literals in AstGen
Veikka Tuominen
2022-09-12
libcxx: define _LIBCPP_ABI_VERSION and _LIBCPP_ABI_NAMESPACE
Andrew Kelley
2022-09-11
Compilation: handle system C compiler not found
Andrew Kelley
2022-09-11
stage2: no condition on system libs to link native libc
Andrew Kelley
2022-09-08
[ld] add --print-* for diagnostics
Motiejus Jakštys
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
coff: set some defaults for PE headers
Jakub Konka
2022-08-29
link: add force_undefined_symbols to cache hash
Andrew Kelley
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-08-25
fix order of CLI args passed to clang
Andrew Kelley
2022-08-24
Compilation: move comptime condition first
Andrew Kelley
2022-08-24
compilation: avoid pointless caching
Loris Cro
2022-08-23
make LLVM and Clang emit DWARF 4 instead of 5
Andrew Kelley
2022-08-19
LLVM: add DLL export attribute
Andrew Kelley
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-19
build: remove the option to omit stage2
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-10
better default for use_stage1 when -ofmt=c is provided
Andrew Kelley
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
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
[next]