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
/
tools
Age
Commit message (
Expand
)
Author
2024-11-23
gen_stubs: Require less manual intervention and produce better output.
Alex Rønne Petersen
2024-11-03
Merge pull request #21843 from alexrp/callconv-followup
Alex Rønne Petersen
2024-11-02
std.Target: Rename amdgpu module to amdgcn.
Alex Rønne Petersen
2024-11-02
generate_linux_syscalls: Generate syscalls for x32.
Alex Rønne Petersen
2024-11-02
process_headers: Add muslabin32 and muslx32 support.
Alex Rønne Petersen
2024-11-02
process_headers: Simplify the code a bit.
Alex Rønne Petersen
2024-11-02
std.Target: Remove armv7k/armv7s.
Alex Rønne Petersen
2024-10-28
Fix small TODO in tools/migrate_langref.zig (#21825)
Krzysztof Wolicki
2024-10-09
lldb: disable pretty printers on self-hosted backends
Jacob Young
2024-10-07
Merge pull request #21499 from alexrp/loongarch-gnusf
Alex Rønne Petersen
2024-10-06
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen
2024-10-05
incr-check: minor fixes
mlugg
2024-10-05
incr-check: clean up temporary directory by default
mlugg
2024-10-05
incr-check: better progress output, support external executors
mlugg
2024-10-05
tests: add `test-incremental` step
mlugg
2024-10-04
Merge pull request #21572 from alexrp/tests-llvm-targets
Alex Rønne Petersen
2024-10-03
generate_linux_syscalls: Rename mmap_pgoff to mmap2.
Alex Rønne Petersen
2024-10-03
update_cpu_features: Don't delete the output file if there are no CPU features.
Alex Rønne Petersen
2024-10-03
process_headers: Add loongarch64-linux-gnusf.
Alex Rønne Petersen
2024-10-03
Merge pull request #21505 from alexrp/cpu-features-exts
Alex Rønne Petersen
2024-09-25
incr-check: specify backend in manifest, allow multiple targets/backends
mlugg
2024-09-25
incr-check: actually handle end message for a compiler update
Jakub Konka
2024-09-25
incr-check: add --debug-link flag for verbose linker logging
Jakub Konka
2024-09-24
update_cpu_features: Don't set trustzone on cortex-m85.
Alex Rønne Petersen
2024-09-24
update_cpu_features: Add support for parsing DefaultExts as used for aarch64.
Alex Rønne Petersen
2024-09-19
update_cpu_features: Fix feature_overrides logic and replace an omit_cpus mis...
Alex Rønne Petersen
2024-09-19
update_cpu_features: Update for LLVM 19.
Alex Rønne Petersen
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-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-17
tools: add CBE option to incr-check
mlugg
2024-08-17
tools,test: improve incr-check and add new incremental tests
mlugg
2024-08-17
tools: improve incr-check
mlugg
2024-08-14
Merge pull request #21031 from linusg/std-target-naming
Andrew Kelley
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: fix broken logic
Andrew Kelley
2024-08-12
std.Target: Rename c_type_* functions to camel case
Linus Groh
2024-08-12
std.Target: Rename feature_set_fns to FeatureSetFns
Linus Groh
2024-08-09
fix(fmt): remove additional trailing newline
ippsav
2024-08-08
more optimized and correct management of 8-bit PC counters
Andrew Kelley
2024-08-08
generate_c_size_and_align_checks: Remove extraneous newline
Alex Rønne Petersen
2024-08-07
Merge pull request #20975 from squeek502/cpu-features-update
Andrew Kelley
2024-08-07
Merge pull request #20958 from ziglang/fuzz
Andrew Kelley
2024-08-07
update_cpu_features: Add x86 alias and arm override
Ryan Liptak
2024-08-07
Merge pull request #20909 from alexrp/glibc-riscv
Andrew Kelley
2024-08-07
process_headers: Add arc-linux-gnu.
Alex Rønne Petersen
2024-08-07
dump-cov: show seen PCs
Andrew Kelley
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
[next]