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
2024-11-12
compiler: un-jit `zig fmt`
mlugg
2024-11-05
Compilation: Move no_builtin to Package.Module.
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-29
CLI: don't warn on missing host-detected directories
Andrew Kelley
2024-10-23
fix windows build
Andrew Kelley
2024-10-23
CLI: dylibs provided by path act as inferred root module
Andrew Kelley
2024-10-23
CLI: fix detection of link inputs
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-23
move ld script processing to the frontend
Andrew Kelley
2024-10-16
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen
2024-10-16
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-10-16
std.Target: Change Cpu.baseline() to also be able to take OS into consideration.
Alex Rønne Petersen
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-09
zig fetch: update saved dependency with resolved URL
Ian Johnson
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-10-02
handle -x language flag without spaces
xdBronch
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-26
update crash report to the new panic interface
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-24
fetch: fix mutating unrelated fields when saving (#19816)
Krzysztof Wolicki
2024-09-17
cc: Add support for -Wp,
Maciej 'vesim' Kuliński
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-09
zig cc: Support `-rtlib=none` for disabling compiler-rt.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-21
translate-c: populate file system inputs on error
mlugg
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-17
compiler: use incremental cache mode with -fincremental
mlugg
2024-08-08
Compilation: Mark .c++ files as having C++ extension
sin-ack
2024-08-07
Merge pull request #20512 from aikawayataro/add-v-linker-arg
Andrew Kelley
2024-08-02
main: Give a more helpful message when we have a minimum glibc version.
Alex Rønne Petersen
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-26
remove deprecated --mod CLI now that a zig1.wasm update happened
Andrew Kelley
2024-07-25
main: Don't pass `--seed` for `zig run`.
Alex Rønne Petersen
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
Merge pull request #20783 from ziglang/cache-fix
Andrew Kelley
2024-07-25
main: avoid sending an empty file system inputs message
Jacob Young
2024-07-24
CLI: better error message when build runner cannot be spawned
Andrew Kelley
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-23
Merge pull request #20725 from ziglang/fuzz
Andrew Kelley
2024-07-23
zig ld: handle -V linker arg
Aikawa Yataro
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-07-22
add more tracy hooks
Jakub Konka
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-16
Merge pull request #20632 from jacobly0/codegen-thread
Jacob Young
2024-07-16
InternPool: reduce max tid width by one bit
Jacob Young
[prev]
[next]