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-06-10
CLI: introduce --verbose-intern-pool
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-06-01
Use the word 'base' consistently instead of 'radix'
Evin Yulo
2023-05-30
zig ld: handle `--library :path/to/lib.so`
Motiejus Jakštys
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-17
rename omit_pkg_fetching_code to only_core_functionality
Andrew Kelley
2023-05-17
zig2.c: omit non-essential subcommands
Andrew Kelley
2023-05-17
Merge pull request #15459 from motiejus/build-id-full
Andrew Kelley
2023-05-17
zig cc: implement `-###` (dry run)
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: remove cleanup logic for stdin temp file
Andrew Kelley
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
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Fix SplitIterator and TokenIterator type instantiation
Ryan Liptak
2023-05-05
main: add debug dump-zir command
Jacob Young
2023-04-29
main: parse --dynamicbase linker arg
kcbanner
2023-04-23
Improvements to docs and text
zooster
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-17
compilation: fix non-zig compilations not using CacheMode.whole
kcbanner
2023-04-14
fix zig cc linker flags for Wasm
Luuk de Gram
2023-04-11
CLI: remove --enable-cache option
Andrew Kelley
2023-04-08
zig cc: handle the -r flag
Andrew Kelley
2023-04-07
zig cc: complete the -wrap flag implementation
Andrew Kelley
2023-04-07
add linker -wrap flag
Zach Cheung
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-30
coff: use copy in zig-cache for child process in HCS
Jakub Konka
2023-03-26
main: recognize --dynamicbase
kcbanner
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-03-18
darwin: put posix spawn constants in POSIX_SPAWN struct
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-03-18
delete `--prominent-compile-errors` from help
square
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
add compile log output to build runner
Andrew Kelley
2023-03-15
CLI: remove the experimental --watch flag
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
zig objcopy: support the compiler protocol
Andrew Kelley
2023-03-15
build runner enhancements in preparation for test-cases
Andrew Kelley
2023-03-15
CLI: fix ast-check printing ZIR errors twice
Andrew Kelley
2023-03-15
std.Build.RunStep: add maxrss, duration, and cached status
Andrew Kelley
2023-03-15
stage2: avoid bloat when using -Donly-c
Andrew Kelley
2023-03-15
stage2: avoid networking when generating zig2.c
Andrew Kelley
2023-03-15
stage2: avoid linux-only APIs on other operating systems
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
fix zig fmt crash
Andrew Kelley
2023-03-15
fix std.Build.TranslateCStep
Andrew Kelley
[next]