about summary refs log tree commit diff
path: root/src/test/incremental/hashes/trait_defs.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1409/+0
2022-12-25Remove references to removed option from tests.Camille GILLOT-3/+0
2022-08-03Bless incremental tests.Camille GILLOT-8/+8
2022-08-01Bless incremental tests.Camille GILLOT-16/+28
2022-05-27Switch incremental/hashes tests to all use optimizations.Jakob Degen-1/+1
2022-04-23Bless incremental tests.Camille GILLOT-2/+2
2022-01-26Bless incremental tests.Camille GILLOT-115/+133
2022-01-03Hash `Ident` spans in all HIR structuresAaron Hill-2/+2
2021-11-20Change `trait_defs.rs` incremental hash testEsteban Kuber-3/+3
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-166/+503
2021-05-15Fix tests on traits.Camille GILLOT-65/+71
2021-05-15Remove `label` in dirty/clean annotations.Camille GILLOT-212/+208
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-4/+4
2020-03-14Replace `Hir` with `hir_owner` in testsJohn Kåre Alsaker-208/+208
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-4/+4
2019-09-14Ban non-extern rust intrinsicsMark Rousskov-3/+2
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-61/+60
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2018-12-25Remove licensesMark Rousskov-11/+0
2018-10-02Improve implicit self mutability suggestions.David Wood-1/+1
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2017-12-08incr.comp.: Hash spans unconditionally for full accuracy.Michael Woerister-1/+1
2017-11-29incr.comp.: Update test cases after metadata hashing removal.Michael Woerister-207/+0
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-2/+2
2017-07-18Prohibit lifetime arguments in path segments with late bound lifetime parametersVadim Petrochenkov-1/+1
2017-07-06remove associated_consts feature gateSean McArthur-1/+0
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-48/+73
2017-02-03Let the ICH testing framework check that all #[rustc_dirty] attrs have been a...Michael Woerister-1/+3
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-1/+11
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-28/+140
2016-10-26Prohibit patterns in trait methods without bodiesVadim Petrochenkov-4/+4
2016-10-10ICH: Enable some cases in trait definition hashing.Michael Woerister-91/+85
2016-10-06Changed some namesAndrea Pretto-6/+6
2016-10-05Added the third parameter to the "add second lifetime bound to method type pa...Andrea Pretto-1/+1
2016-10-05Fixes requested by @michaelwoeristerAndrea Pretto-31/+32
2016-10-03Fixed lines longer than 100.Andrea Pretto-3/+6
2016-10-03Test Case for Incr. Comp. Hash for traits #36681.Andrea Pretto-0/+1117