| Age | Commit message (Expand) | Author | Lines |
| 2017-01-24 | incr.comp.: Make cross-crate tracking for incr. comp. opt-in. | Michael Woerister | -0/+15 |
| 2017-01-05 | ICH: Add some more test cases for trait impls. | Michael Woerister | -0/+152 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -1/+11 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -15/+35 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -28/+140 |
| 2016-12-28 | Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakis | bors | -0/+272 |
| 2016-12-24 | Rollup merge of #38557 - michaelwoerister:inline-asm-ich, r=nikomatsakis | Steve Klabnik | -0/+265 |
| 2016-12-22 | ICH: Add test case for InlineAsm hashes. | Michael Woerister | -0/+265 |
| 2016-12-21 | ICH: Add test case for extern mods. | Michael Woerister | -0/+272 |
| 2016-12-20 | ICH: Add test cases for inherent impls. | Michael Woerister | -1/+409 |
| 2016-12-13 | Auto merge of #38325 - frewsxcv:rollup, r=frewsxcv | bors | -0/+786 |
| 2016-12-12 | Rollup merge of #38202 - michaelwoerister:closure-ich-test, r=nikomatsakis | Corey Farwell | -0/+786 |
| 2016-12-12 | incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginf... | Michael Woerister | -0/+40 |
| 2016-12-09 | incr.comp.: Add test case for symbol visibility changes | Michael Woerister | -0/+42 |
| 2016-12-06 | ICH: Add missing annotations for struct constructor expr test case. | Michael Woerister | -0/+12 |
| 2016-12-06 | ICH: Add test case for enum constructor expressions. | Michael Woerister | -0/+387 |
| 2016-12-06 | ICH: Add test case for indexing expressions. | Michael Woerister | -0/+157 |
| 2016-12-06 | ICH: Add test case sensitive to function bodies in metadata. | Michael Woerister | -0/+86 |
| 2016-12-06 | ICH: Add test case for closure expressions. | Michael Woerister | -0/+144 |
| 2016-12-03 | Rollup merge of #37919 - nikomatsakis:incremental-36168, r=mw | Corey Farwell | -0/+112 |
| 2016-11-29 | Fix SVH tests some more | Florian Diebold | -166/+228 |
| 2016-11-29 | Address remaining review comments | Florian Diebold | -0/+5 |
| 2016-11-29 | Fix remaining SVH tests | Florian Diebold | -37/+101 |
| 2016-11-29 | WIP: update tests to pass -- not complete | Niko Matsakis | -33/+51 |
| 2016-11-29 | restructure `CollectItem` dep-node to separate fn sigs from bodies | Niko Matsakis | -14/+7 |
| 2016-11-29 | Make hello_world test work again | Florian Diebold | -6/+7 |
| 2016-11-29 | Fix new tests | Florian Diebold | -56/+184 |
| 2016-11-29 | Give function bodies their own dep graph node | Florian Diebold | -9/+20 |
| 2016-11-28 | fixup test cases | Niko Matsakis | -14/+7 |
| 2016-11-22 | ICH: Add test case for struct constructor expressions. | Michael Woerister | -0/+254 |
| 2016-11-21 | add regression test for #36168 | Niko Matsakis | -0/+119 |
| 2016-11-20 | Rollup merge of #37841 - michaelwoerister:ich-loop-tests, r=nikomatsakis | Guillaume Gomez | -0/+1049 |
| 2016-11-18 | remove FIXMEs; issue fixed | Niko Matsakis | -9/+5 |
| 2016-11-18 | improve comments | Niko Matsakis | -11/+31 |
| 2016-11-18 | add test for adding a field | Niko Matsakis | -0/+142 |
| 2016-11-18 | add test for changing pub inherent method signature | Niko Matsakis | -0/+117 |
| 2016-11-18 | add test for changing pub inherent method body | Niko Matsakis | -0/+107 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -20/+547 |
| 2016-11-17 | add test for hashing trait impls | Niko Matsakis | -0/+404 |
| 2016-11-17 | ICH: Add regression tests for various kinds of loops. | Michael Woerister | -0/+1049 |
| 2016-11-17 | fix change_private_impl_method_cc test | Niko Matsakis | -3/+1 |
| 2016-11-17 | hash the contents of impl-item-ref by adding them to visitor | Niko Matsakis | -0/+128 |
| 2016-11-17 | when creating an AssociatedItem, read data from impl, not impl item | Niko Matsakis | -20/+17 |
| 2016-11-16 | ICH: Add test case for type alias definitions | Michael Woerister | -0/+249 |
| 2016-11-13 | Adapt accidentally fixed test case. | Michael Woerister | -4/+1 |
| 2016-11-12 | Rollup merge of #37694 - michaelwoerister:test-if-ich, r=brson | Eduard-Mihai Burtescu | -0/+232 |
| 2016-11-10 | ICH: Add test case for if- and if-let-expressions. | Michael Woerister | -0/+232 |
| 2016-11-10 | ICH: Add test case for call expressions. | Michael Woerister | -0/+203 |
| 2016-11-09 | Rollup merge of #37654 - michaelwoerister:test-let-ich, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+570 |
| 2016-11-08 | ICH: Add test case for match-expressions | Michael Woerister | -0/+342 |