| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -715/+0 | |
| 2022-12-25 | Remove references to removed option from tests. | Camille GILLOT | -3/+0 | |
| 2022-08-03 | Bless incremental tests. | Camille GILLOT | -4/+4 | |
| 2022-05-27 | Switch incremental/hashes tests to all use optimizations. | Jakob Degen | -1/+1 | |
| 2022-04-23 | Bless incremental tests. | Camille GILLOT | -5/+3 | |
| 2021-09-10 | Duplicate tests for incremental spans mode. | Camille GILLOT | -79/+157 | |
| 2021-05-16 | Remove remains of rustc_dirty. | Camille GILLOT | -10/+10 | |
| 2021-03-09 | Bless tests. | Camille GILLOT | -2/+2 | |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -27/+27 | |
| 2020-03-14 | Replace `Hir` with `hir_owner` in tests | John Kåre Alsaker | -26/+26 | |
| 2020-03-14 | Replace `HirBody` with `hir_owner_items` in tests | John Kåre Alsaker | -27/+27 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ↵ | John Kåre Alsaker | -23/+23 | |
| names | ||||
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -19/+19 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -11/+0 | |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -1/+1 | |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -2/+0 | |
| 2017-12-08 | incr.comp.: Hash spans unconditionally for full accuracy. | Michael Woerister | -1/+1 | |
| 2017-11-29 | incr.comp.: Update test cases after metadata hashing removal. | Michael Woerister | -115/+0 | |
| 2017-10-13 | fix review comments | Garrett Berg | -14/+4 | |
| 2017-10-12 | incr comp: rustc_clean/dirty auto assert | Garrett Berg | -78/+74 | |
| This adds auto-assertion to `rustc_clean/dirty` and also implements more comprehensive testing for - src/test/incremental/hashes/enum_constructors.rs - src/test/incremental/hashes/enum_defs.rs - src/test/incremental/hashes/extern_mods.rs - src/test/incremental/hashes/inherent_impls.rs - src/test/incremental/hashes/statics.rs - src/test/incremental/hashes/struct_constructors.rs - src/test/incremental/hashes/type_defs.rs trait_defs.rs and trait_impl.rs are blocked on a hard to triage compiler ICE (at least hard for a newbie like me) having to do with some DepNodes not getting computed for traits. A FIXME has been added in the source to reflect this continued work. | ||||
| 2017-09-23 | incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead ↵ | Michael Woerister | -1/+1 | |
| of DepNode existence. | ||||
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -2/+6 | |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -17/+75 | |
| Instead of collecting all potential inputs to some metadata entry and hashing those, we directly hash the values we are storing in metadata. This is more accurate and doesn't suffer from quadratic blow-up when many entries have the same dependencies. | ||||
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -1/+4 | |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -1/+5 | |
| 2016-09-30 | Fix another comment in test/incremental/hashes/enum_defs | Michael Woerister | -1/+1 | |
| 2016-09-30 | Fix comment in test/incremental/hashes/enum_defs | Michael Woerister | -1/+1 | |
| 2016-09-30 | Fixes requested by @michaelwoerister. | Andrea Pretto | -2/+2 | |
| 2016-09-29 | Test Case for Incr. Comp. Hash for enums #36674. | Andrea Pretto | -0/+715 | |
