about summary refs log tree commit diff
path: root/src/test/incremental
AgeCommit message (Expand)AuthorLines
2016-11-08ICH: Add test case for let-expressions.Michael Woerister-0/+228
2016-11-07Fix typos and redundant codeoldmanmike-5/+3
2016-11-07Apply changes recommended in code reviewoldmanmike-21/+40
2016-11-05Add unary and binary tests for incr-compoldmanmike-0/+497
2016-11-02Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakisJonathan Turner-0/+424
2016-11-02ICH: Add test case for when overflow checks are disabled.Michael Woerister-0/+251
2016-11-01Auto merge of #37332 - nikomatsakis:incr-comp-benchmark-2, r=michaelwoeristerbors-0/+356
2016-11-01ICH: Hash expression spans if their source location is captured for panicsMichael Woerister-0/+173
2016-10-26Prohibit patterns in trait methods without bodiesVadim Petrochenkov-4/+4
2016-10-21test case for changing a private fn in root of another crateNiko Matsakis-0/+121
2016-10-21add a test case for changing a private impl method across cratesNiko Matsakis-0/+124
2016-10-21add test case for changes to a private fnNiko Matsakis-0/+111
2016-10-19Rollup merge of #37124 - nikomatsakis:incr-comp-benchmark, r=michaelwoeristerEduard-Mihai Burtescu-0/+114
2016-10-17Fix typoMichael Woerister-1/+1
2016-10-12add test case for changing private methodsNiko Matsakis-0/+114
2016-10-12Rollup merge of #36831 - michaelwoerister:ich-updates, r=nikomatsakisAlex Crichton-0/+71
2016-10-11Rollup merge of #37072 - michaelwoerister:enable-trait-ich-tests, r=nikomatsakisGuillaume Gomez-91/+85
2016-10-10ICH: Enable some cases in trait definition hashing.Michael Woerister-91/+85
2016-10-08Add ICH test case for constsFlorian Diebold-0/+132
2016-10-08Add ICH test case for staticsFlorian Diebold-0/+185
2016-10-07incr.comp.: Cover indirect changes in struct ICH test caseMichael Woerister-0/+71
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