about summary refs log tree commit diff
path: root/src/test/incremental/string_constant.rs
AgeCommit message (Expand)AuthorLines
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-1/+1
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-03-30Update testsJohn Kåre Alsaker-2/+2
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-13/+14
2017-09-23incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o...Michael Woerister-1/+4
2017-06-12kill various tasks we no longer need and remove outdated README textNiko Matsakis-3/+0
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-3/+3
2017-01-25merge TypeckItemBody and Tables depnodesNiko Matsakis-3/+3
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-2/+2
2016-08-20compute and cache HIR hashes at beginningNiko Matsakis-8/+2
2016-08-09incorporate resolve results into hashingNiko Matsakis-2/+4
2016-08-09use preds to serialize just what we needNiko Matsakis-0/+1
2016-04-06Fix test cases to reflect that #32014...went awayNiko Matsakis-2/+2
2016-04-06add incremental test runner and some testsNiko Matsakis-0/+58