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
2025-01-25
incr-check: check compile errors against expected
mlugg
2025-01-25
incr-check: deal with Windows stupidity
mlugg
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-22
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen
2025-01-22
std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.
Alex Rønne Petersen
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-16
x86_64: rewrite
Jacob Young
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2024-12-23
Merge pull request #22280 from jacobly0/stage2-pp
Andrew Kelley
2024-12-23
Merge pull request #22293 from alexrp/macos-header-tool
Alex Rønne Petersen
2024-12-23
fetch_them_macos_headers: Simplify, remove unused code.
Alex Rønne Petersen
2024-12-22
fetch_them_macos_headers: Fix some file names.
Alex Rønne Petersen
2024-12-22
fetch_them_macos_headers: Remove a TODO we're probably never addressing.
Alex Rønne Petersen
2024-12-20
lldb: add pretty printer for cau and nav indices
Jacob Young
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-19
Dwarf: remove redundant debug info
Jacob Young
2024-12-16
lldb: add pretty printer for `InternPool.Local.List`
Jacob Young
2024-12-14
Move fetch-them-macos-headers tools to ziglang/zig.
Alex Rønne Petersen
2024-12-13
update_mingw: Update blacklist to dcd7fefc703fb4b12187235386900d34cc13fdc5.
Alex Rønne Petersen
2024-12-13
update_mingw: Remove some leftover code.
Alex Rønne Petersen
2024-12-13
Merge pull request #22035 from alexrp/unwind-fixes
Alex Rønne Petersen
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-11-28
process_headers: Use glibcRuntimeTriple() and muslArchName() from std.zig.tar...
Alex Rønne Petersen
2024-11-25
refactor `update_cpu_features.zig`
David Rubin
2024-11-25
make `crc32` a featdep of `sse4.2`
David Rubin
2024-11-25
cleanup `update_cpu_feature.zig`
David Rubin
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
[next]