| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ↵ | John Kåre Alsaker | -4/+4 | |
| names | ||||
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -4/+4 | |
| 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-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 | -26/+0 | |
| 2017-10-26 | incr.comp.: Update overflow-check logic in HIR hashing. | Michael Woerister | -20/+26 | |
| 2017-10-12 | incr comp: rustc_clean/dirty auto assert | Garrett Berg | -34/+26 | |
| 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. | ||||
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -8/+16 | |
| 2016-10-08 | Add ICH test case for statics | Florian Diebold | -0/+185 | |
| Fixes #37001. | ||||
