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
/
incr-check.zig
Age
Commit message (
Expand
)
Author
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
incr-check: windows source files depend on ws2_32
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-05-18
incr-check: normalize path separators in file names in errors
mlugg
2025-05-18
incr-check: support basic modules
mlugg
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-20
compiler: integrate `@compileLog` with incremental compilation
mlugg
2025-02-25
correct some bugs
David Rubin
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-05
Dwarf: implement new incremental line number update API
Jacob Young
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-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-12
Replace deprecated default initializations with decl literals
Linus Groh
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-07-20
incr-check: support running the generated binary
Andrew Kelley
2024-07-20
incr-test: running an update
Andrew Kelley
2024-07-20
init incremental compilation check tool
Andrew Kelley