about summary refs log tree commit diff
path: root/src/test/incremental/hashes/closure_expressions.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-124/+0
2023-01-07Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwcobors-2/+2
Perform SimplifyLocals before ConstProp. MIR before `ConstProp` may have a lot of dead writes, this makes `ConstProp` do unnecessary work. r? `@ghost`
2022-12-25Remove references to removed option from tests.Camille GILLOT-3/+0
2022-12-25Bless incremental test.Camille GILLOT-2/+2
2022-05-27Switch incremental/hashes tests to all use optimizations.Jakob Degen-4/+4
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-18/+36
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-2/+2
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-4/+4
2020-07-15mir_built is a lieBastian Kauschke-3/+3
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-6/+6
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-2/+2
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-6/+6
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-6/+6
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-2/+2
2019-03-30Update testsJohn Kåre Alsaker-4/+4
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-4/+4
2019-02-08Update testsJohn Kåre Alsaker-4/+4
2018-12-25Remove licensesMark Rousskov-11/+0
2018-10-26Fix tests and assertions; add some commentsNick Cameron-1/+1
2018-10-22fix incremental testNiko Matsakis-1/+1
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-02-20rustc_mir: always run the deaggregator.Eduard-Mihai Burtescu-1/+1
2017-12-08incr.comp.: Hash spans unconditionally for full accuracy.Michael Woerister-1/+1
2017-12-05Update closure expression fingerprint hash testsJeff Crocker-36/+24
2017-11-29incr.comp.: Update test cases after metadata hashing removal.Michael Woerister-12/+0
2016-12-06ICH: Add test case for closure expressions.Michael Woerister-0/+144