| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-17 | Delay a bug when overwriting fed value. | Camille GILLOT | -0/+1 | |
| 2023-05-17 | Add incremental test. | Camille GILLOT | -0/+16 | |
| 2023-05-02 | Add needs-unwind annotations to tests that need stack unwinding | bjorn3 | -0/+2 | |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -8/+8 | |
| 2023-04-20 | Add incremental tests. | Camille GILLOT | -0/+97 | |
| 2023-04-04 | incr.comp.: Make sure dependencies are recorded when feeding queries during ↵ | Michael Woerister | -0/+16 | |
| eval-always queries. | ||||
| 2023-03-19 | Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-Simulacrum | Dylan DPC | -0/+47 | |
| Add note for mismatched types because of circular dependencies If you have crate A with a dependency on crate B, and crate B with a dev-dependency on A, then you might see "mismatched types" errors on types that seem to be equal. This PR adds a note that explains that the types are different, because crate B is compiled twice, one time with `cfg(test)` and one time without. I haven't found a good way to create circular dependencies in UI tests, so I abused the incremental tests instead. As a bonus, incremental tests support "cpass" now. related to https://github.com/rust-lang/rust/issues/22750 | ||||
| 2023-03-14 | Bless incremental test. | Camille GILLOT | -2/+2 | |
| 2023-03-05 | Add note for mismatched types with circular dependencies | Lukas Markeffsky | -0/+47 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+13563 | |
