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
/
main.zig
Age
Commit message (
Expand
)
Author
2023-09-22
Merge pull request #17069 from squeek502/resinator
Andrew Kelley
2023-09-17
rc compilation: Use MSVC includes if present, fallback to mingw
Ryan Liptak
2023-09-17
Disallow .rc/.res files unless the object format is coff
Ryan Liptak
2023-09-17
Add a .rc -> .res compiler to the Zig compiler
Ryan Liptak
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-09-14
Add -includes option to zig libc
Ryan Liptak
2023-08-21
frontend: directly pass resolved frameworks container to the linker
Jakub Konka
2023-08-20
frontend: move framework path resolution from the linker to frontend
Jakub Konka
2023-08-20
macho: we no longer need to resolve framework dirs against sysroot
Jakub Konka
2023-08-18
comp: forward -iframework/-iframeworkwithsysroot paths to the backend
Jakub Konka
2023-08-18
cc: disambiguate includes with sysroot in ClangSearchSanitizer
Jakub Konka
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-04
Fix typo: headerpat -> headerpad
Jeremy Volkman
2023-08-03
CLI: fix a typo that made static/dynamic do the opposite
Andrew Kelley
2023-08-03
darwin: pass -iframework to clang for system frameworks
Andrew Kelley
2023-08-03
CLI: add native paths only if ABI is also native
Andrew Kelley
2023-08-03
std.zig.system.darwin: fix redundant names
Andrew Kelley
2023-08-03
zig libc: restore functionality on macOS
Andrew Kelley
2023-08-03
std.zig.system.NativePaths: simplify and integrate with Darwin SDK
Andrew Kelley
2023-08-03
CLI: reduce code size bloat
Andrew Kelley
2023-08-03
CLI: delete redundant logic and use null instead of undef
Andrew Kelley
2023-08-03
CLI: add -search_paths_first_static to complete the API
Andrew Kelley
2023-08-03
CLI: revert -l behavior
Andrew Kelley
2023-08-03
CLI: Windows: system DLLs no longer trigger native paths detection
Andrew Kelley
2023-08-03
CLI: adjust order of operations of system libraries
Andrew Kelley
2023-08-03
CLI: remove --ambiguous-static-library
Andrew Kelley
2023-08-03
CLI: add --ambiguous-static-library
Andrew Kelley
2023-08-03
frontend: fix linking to Windows DLLs as system libs
Andrew Kelley
2023-08-03
compiler: resolve library paths in the frontend
Andrew Kelley
2023-08-01
CLI: stop special-casing LLVM, LLD, and Clang
Andrew Kelley
2023-07-28
package manager: don't show progress indicator on dumb terminals
mlugg
2023-07-26
Add --verbose-generic-instances to provide visibility on the number of generi...
kcbanner
2023-07-25
Package: add progress indicator for package fetching
mlugg
2023-07-24
zig fmt: make `--exclude` work on files
Ian Johnson
2023-07-24
CLI: delete dead option -femit-analysis
Andrew Kelley
2023-07-22
move installation logic to the build script where it belongs
Andrew Kelley
2023-07-19
llvm: minor fixes
Jacob Young
2023-07-19
llvm: start tracking more things without relying on the llvm api
Jacob Young
2023-06-28
ld: support -version-script
Motiejus Jakštys
2023-06-26
default to single-threaded for WebAssembly
Luuk de Gram
2023-06-26
wasm-ld: implement `--export-memory` flag
Luuk de Gram
2023-06-25
Recognize the .res extension and link it as if it were an object file
Ryan Liptak
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
Add support for the "--version" linker argument (#16154)
Matteo Briani
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-16
zig build: add option to only print failed steps
Veikka Tuominen
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-10
CLI: introduce --verbose-intern-pool
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
[next]