about summary refs log tree commit diff
path: root/src/test/incremental
AgeCommit message (Expand)AuthorLines
2016-10-07Auto merge of #36940 - eulerdisk:incr_test_for_hash_trait, r=michaelwoeristerbors-0/+1121
2016-10-06Changed some namesAndrea Pretto-6/+6
2016-10-05ICH: update saw_ty for TyBareFn; Update tests for functioninterfacesMathieu Borderé-5/+23
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-05ICH - Add test cases for function interfacesMathieu Borderé-0/+382
2016-10-04Rollup merge of #36798 - gavinb:fix/36164, r=GuillaumeGomezManish Goregaokar-2/+2
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
2016-10-02Improve error message and snippet for "did you mean `x`"Gavin Baker-2/+2
2016-09-30Fix another comment in test/incremental/hashes/enum_defsMichael Woerister-1/+1
2016-09-30Fix comment in test/incremental/hashes/enum_defsMichael Woerister-1/+1
2016-09-30Fixes requested by @michaelwoerister.Andrea Pretto-2/+2
2016-09-29Test Case for Incr. Comp. Hash for enums #36674.Andrea Pretto-0/+715
2016-09-28Rollup merge of #36460 - mikhail-m1:35123-map3, r=nikomatsakisJonathan Turner-0/+62
2016-09-26incr.comp.: Add test case for cache artifact file headers.Michael Woerister-0/+29
2016-09-23ICH: Add ability to test the ICH of exported metadata items.Michael Woerister-0/+238
2016-09-23Merge branch 'master' into 35123-map3Mikhail Modin-1/+306
2016-09-14map create numbers between compilationsMikhail Modin-0/+62
2016-09-12Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoeristerbors-0/+111
2016-09-06Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakisbors-0/+194
2016-09-06expanding a def-id is not a readNiko Matsakis-0/+46
2016-09-06allow testing DepNode::Krate edges directlyNiko Matsakis-5/+7
2016-09-06ignore dep-graph when loading inlined HIRNiko Matsakis-0/+29
2016-09-06write to inherent_impls during the visitorNiko Matsakis-0/+34
2016-09-03Fix rebase, fix some testsVadim Petrochenkov-1/+1
2016-09-01incr.comp. Add tests for stable span hashing.Michael Woerister-0/+194
2016-08-23fix stray commentNiko Matsakis-2/+1
2016-08-23consider DepNode::Krate to be an inputNiko Matsakis-0/+40
2016-08-23add regression test for #35593Niko Matsakis-0/+21
2016-08-20compute and cache HIR hashes at beginningNiko Matsakis-8/+2
2016-08-11Fix incremental/commandline-args test.Michael Woerister-1/+1
2016-08-11Save dep-tracking hash of commandline arguments in dep-graph file.Michael Woerister-0/+30
2016-08-09incorporate resolve results into hashingNiko Matsakis-2/+138
2016-08-09stop hashing nested items, and add a testNiko Matsakis-0/+36
2016-08-09use preds to serialize just what we needNiko Matsakis-6/+12
2016-08-02watch out for krate numbers being reassignedNiko Matsakis-0/+44
2016-08-02remap Hir(InlinedDefId) to MetaData(OriginalDefId)Niko Matsakis-0/+33
2016-08-01hash foreign items tooNiko Matsakis-0/+45
2016-07-28Keep multiple files per work-productNiko Matsakis-0/+63
2016-07-28Address mw nitsNiko Matsakis-10/+0
2016-07-28Add a testing mechanism and a simple spike testNiko Matsakis-0/+197
2016-05-31add def-ids from nominal types into TraitSelectNiko Matsakis-5/+5
2016-05-31extend type alias test to include a clean revNiko Matsakis-1/+7
2016-05-31add a series of tests for changes to structsNiko Matsakis-0/+326
2016-05-18always make at least one codegen-unitNiko Matsakis-2/+0
2016-05-18basic tests for cross-crate hashingNiko Matsakis-0/+102
2016-04-06Fix test cases to reflect that #32014...went awayNiko Matsakis-4/+3
2016-04-06add incremental test runner and some testsNiko Matsakis-0/+158