about summary refs log tree commit diff
path: root/src/test/incremental/hashes/function_interfaces.rs
AgeCommit message (Expand)AuthorLines
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-9/+9
2020-07-15mir_built is a lieBastian Kauschke-7/+7
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-24/+24
2020-03-14Format function_interfaces.rsJohn Kåre Alsaker-46/+40
2020-03-14Replace `Hir` with `hir_owner` in testsJohn Kåre Alsaker-24/+24
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-24/+24
2019-09-14Ban non-extern rust intrinsicsMark Rousskov-12/+0
2019-08-25Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-03-30Update testsJohn Kåre Alsaker-10/+10
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-8/+8
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-10/+10
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-3/+3
2019-02-08Allow a dirty MirBuilt for make_extern and make_method_externJohn Kåre Alsaker-1/+1
2019-02-08Update testsJohn Kåre Alsaker-7/+7
2018-12-25Remove licensesMark Rousskov-11/+0
2018-06-07Add existential type definitonsOliver Schneider-1/+1
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+0
2017-12-08incr.comp.: Hash spans unconditionally for full accuracy.Michael Woerister-1/+1
2017-12-05Format function interface fingerprint hash testsJeff Crocker-56/+70
2017-12-05Update function interface fingerprint hash testsJeff Crocker-108/+108
2017-11-29incr.comp.: Update test cases after metadata hashing removal.Michael Woerister-52/+0
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-5/+5
2016-10-05ICH: update saw_ty for TyBareFn; Update tests for functioninterfacesMathieu Borderé-5/+23
2016-10-05ICH - Add test cases for function interfacesMathieu Borderé-0/+382