| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-11-08 | ICH: Add test case for let-expressions. | Michael Woerister | -0/+228 |
| 2016-11-07 | Fix typos and redundant code | oldmanmike | -5/+3 |
| 2016-11-07 | Apply changes recommended in code review | oldmanmike | -21/+40 |
| 2016-11-05 | Add unary and binary tests for incr-comp | oldmanmike | -0/+497 |
| 2016-11-02 | Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakis | Jonathan Turner | -0/+424 |
| 2016-11-02 | ICH: Add test case for when overflow checks are disabled. | Michael Woerister | -0/+251 |
| 2016-11-01 | Auto merge of #37332 - nikomatsakis:incr-comp-benchmark-2, r=michaelwoerister | bors | -0/+356 |
| 2016-11-01 | ICH: Hash expression spans if their source location is captured for panics | Michael Woerister | -0/+173 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -4/+4 |
| 2016-10-21 | test case for changing a private fn in root of another crate | Niko Matsakis | -0/+121 |
| 2016-10-21 | add a test case for changing a private impl method across crates | Niko Matsakis | -0/+124 |
| 2016-10-21 | add test case for changes to a private fn | Niko Matsakis | -0/+111 |
| 2016-10-19 | Rollup merge of #37124 - nikomatsakis:incr-comp-benchmark, r=michaelwoerister | Eduard-Mihai Burtescu | -0/+114 |
| 2016-10-17 | Fix typo | Michael Woerister | -1/+1 |
| 2016-10-12 | add test case for changing private methods | Niko Matsakis | -0/+114 |
| 2016-10-12 | Rollup merge of #36831 - michaelwoerister:ich-updates, r=nikomatsakis | Alex Crichton | -0/+71 |
| 2016-10-11 | Rollup merge of #37072 - michaelwoerister:enable-trait-ich-tests, r=nikomatsakis | Guillaume Gomez | -91/+85 |
| 2016-10-10 | ICH: Enable some cases in trait definition hashing. | Michael Woerister | -91/+85 |
| 2016-10-08 | Add ICH test case for consts | Florian Diebold | -0/+132 |
| 2016-10-08 | Add ICH test case for statics | Florian Diebold | -0/+185 |
| 2016-10-07 | incr.comp.: Cover indirect changes in struct ICH test case | Michael Woerister | -0/+71 |