aboutsummaryrefslogtreecommitdiff
path: root/test/incremental
AgeCommit message (Expand)Author
2025-08-15Dwarf: implement comptime-known extern valuesJacob Young
2025-07-31disable failing incremental test cases due to dwarf linker logicAndrew Kelley
2025-07-21disable failing testAndrew Kelley
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-06-07Dwarf: restore missing non-entry paddingJacob Young
2025-06-01compiler: combine `@intCast` safety checksmlugg
2025-05-25Zcu: fix `nav_ty` dependency on `nav_val`mlugg
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-04-27make `@memcpy` and `@memmove` share panic handlersAndrew Kelley
2025-04-26compiler: add @memmove builtindweiller
2025-04-20compiler: integrate `@compileLog` with incremental compilationmlugg
2025-04-20incremental: correctly handle dead exportersmlugg
2025-04-02incremental: add test for ZON file without result typemlugg
2025-03-31Elf: fix incrementally reallocating the last atom in a sectionJacob Young
2025-03-03incremental: invalidate namespace dependencies when a name changes visibilitymlugg
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg
2025-02-05incremental: fix crash when introducing syntax errormlugg
2025-02-04incremental: add ZON testmlugg
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25incr-check: check compile errors against expectedmlugg
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-18incremental: fix enum resolution bugsmlugg
2025-01-16Revert "disable flaky incremental compilation tests"Jacob Young
2025-01-16disable flaky incremental compilation testsAndrew Kelley
2025-01-15wasm linker: incremental test coverageAndrew Kelley
2025-01-05Dwarf: implement new incremental line number update APIJacob Young
2025-01-04incremental: add new test casesmlugg
2025-01-01incremental: fix errors not being deleted upon re-analysismlugg
2024-11-16link: fix failing incremental test casesJacob Young
2024-11-11test: add new incremental casemlugg
2024-11-11test: remove old-style incremental cases, add a few new incremental casesmlugg
2024-10-18incremental: disable flaky testmlugg
2024-10-16incremental: disable failing testmlugg
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-10-16incremental: add new test casemlugg
2024-10-05test: add x86_64-windows-cbe target to incremental casesmlugg
2024-09-25incr-check: specify backend in manifest, allow multiple targets/backendsmlugg
2024-08-24incremental: fix adding/removing aggregate fieldsmlugg
2024-08-21Sema: register correct dependencies for inline callsmlugg
2024-08-21test: remove accidental hard tabmlugg
2024-08-21test: add incremental compilation test for moving `@src()` callmlugg
2024-08-18test: add incremental casemlugg
2024-08-17test: add new incremental testmlugg
2024-08-17tools,test: improve incr-check and add new incremental testsmlugg
2024-08-17tools: improve incr-checkmlugg
2024-07-20incr-test: running an updateAndrew Kelley
2024-07-20init incremental compilation check toolAndrew Kelley
2022-05-04test: move compile errors and incremental tests into common dirJakub Konka