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-10-08
rework package manager
Andrew Kelley
2023-10-06
std: fix memory bug in getExternalExecutor
Jakub Konka
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-02
zig fetch: enhanced error reporting
Andrew Kelley
2023-10-02
introduce the 'zig fetch' command + symlink support
Andrew Kelley
2023-10-01
aro-translate-c: translate enums
Veikka Tuominen
2023-10-01
add compiler flag for selecting C frontend
Veikka Tuominen
2023-09-28
Compilation: introduce saveState()
Andrew Kelley
2023-09-27
windows: fix not finding system libs when compiling for *-windows-msvc
kcbanner
2023-09-26
Add '--compress-debug-sections=zstd'
LinuxUserGD
2023-09-25
translate-c: convert clang errors messages into `std.zig.ErrorBundle`
Techatrix
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
[prev]
[next]