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
/
test
/
incremental
Age
Commit message (
Expand
)
Author
2025-08-15
Dwarf: implement comptime-known extern values
Jacob Young
2025-07-31
disable failing incremental test cases due to dwarf linker logic
Andrew Kelley
2025-07-21
disable failing test
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-06-07
Dwarf: restore missing non-entry padding
Jacob Young
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-05-25
Zcu: fix `nav_ty` dependency on `nav_val`
mlugg
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-20
compiler: integrate `@compileLog` with incremental compilation
mlugg
2025-04-20
incremental: correctly handle dead exporters
mlugg
2025-04-02
incremental: add test for ZON file without result type
mlugg
2025-03-31
Elf: fix incrementally reallocating the last atom in a section
Jacob Young
2025-03-03
incremental: invalidate namespace dependencies when a name changes visibility
mlugg
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-05
incremental: fix crash when introducing syntax error
mlugg
2025-02-04
incremental: add ZON test
mlugg
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
incr-check: check compile errors against expected
mlugg
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-18
incremental: fix enum resolution bugs
mlugg
2025-01-16
Revert "disable flaky incremental compilation tests"
Jacob Young
2025-01-16
disable flaky incremental compilation tests
Andrew Kelley
2025-01-15
wasm linker: incremental test coverage
Andrew Kelley
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2025-01-04
incremental: add new test cases
mlugg
2025-01-01
incremental: fix errors not being deleted upon re-analysis
mlugg
2024-11-16
link: fix failing incremental test cases
Jacob Young
2024-11-11
test: add new incremental case
mlugg
2024-11-11
test: remove old-style incremental cases, add a few new incremental cases
mlugg
2024-10-18
incremental: disable flaky test
mlugg
2024-10-16
incremental: disable failing test
mlugg
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-10-16
incremental: add new test case
mlugg
2024-10-05
test: add x86_64-windows-cbe target to incremental cases
mlugg
2024-09-25
incr-check: specify backend in manifest, allow multiple targets/backends
mlugg
2024-08-24
incremental: fix adding/removing aggregate fields
mlugg
2024-08-21
Sema: register correct dependencies for inline calls
mlugg
2024-08-21
test: remove accidental hard tab
mlugg
2024-08-21
test: add incremental compilation test for moving `@src()` call
mlugg
2024-08-18
test: add incremental case
mlugg
2024-08-17
test: add new incremental test
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-test: running an update
Andrew Kelley
2024-07-20
init incremental compilation check tool
Andrew Kelley
2022-05-04
test: move compile errors and incremental tests into common dir
Jakub Konka
[next]