| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-10-07 | Auto merge of #36940 - eulerdisk:incr_test_for_hash_trait, r=michaelwoerister | bors | -0/+1121 |
| 2016-10-06 | Changed some names | Andrea Pretto | -6/+6 |
| 2016-10-05 | ICH: update saw_ty for TyBareFn; Update tests for functioninterfaces | Mathieu Borderé | -5/+23 |
| 2016-10-05 | Added the third parameter to the "add second lifetime bound to method type pa... | Andrea Pretto | -1/+1 |
| 2016-10-05 | Fixes requested by @michaelwoerister | Andrea Pretto | -31/+32 |
| 2016-10-05 | ICH - Add test cases for function interfaces | Mathieu Borderé | -0/+382 |
| 2016-10-04 | Rollup merge of #36798 - gavinb:fix/36164, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2016-10-03 | Fixed lines longer than 100. | Andrea Pretto | -3/+6 |
| 2016-10-03 | Test Case for Incr. Comp. Hash for traits #36681. | Andrea Pretto | -0/+1117 |
| 2016-10-02 | Improve error message and snippet for "did you mean `x`" | Gavin Baker | -2/+2 |
| 2016-09-30 | Fix another comment in test/incremental/hashes/enum_defs | Michael Woerister | -1/+1 |
| 2016-09-30 | Fix comment in test/incremental/hashes/enum_defs | Michael Woerister | -1/+1 |
| 2016-09-30 | Fixes requested by @michaelwoerister. | Andrea Pretto | -2/+2 |
| 2016-09-29 | Test Case for Incr. Comp. Hash for enums #36674. | Andrea Pretto | -0/+715 |
| 2016-09-28 | Rollup merge of #36460 - mikhail-m1:35123-map3, r=nikomatsakis | Jonathan Turner | -0/+62 |
| 2016-09-26 | incr.comp.: Add test case for cache artifact file headers. | Michael Woerister | -0/+29 |
| 2016-09-23 | ICH: Add ability to test the ICH of exported metadata items. | Michael Woerister | -0/+238 |
| 2016-09-23 | Merge branch 'master' into 35123-map3 | Mikhail Modin | -1/+306 |
| 2016-09-14 | map create numbers between compilations | Mikhail Modin | -0/+62 |
| 2016-09-12 | Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoerister | bors | -0/+111 |
| 2016-09-06 | Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis | bors | -0/+194 |
| 2016-09-06 | expanding a def-id is not a read | Niko Matsakis | -0/+46 |
| 2016-09-06 | allow testing DepNode::Krate edges directly | Niko Matsakis | -5/+7 |
| 2016-09-06 | ignore dep-graph when loading inlined HIR | Niko Matsakis | -0/+29 |
| 2016-09-06 | write to inherent_impls during the visitor | Niko Matsakis | -0/+34 |
| 2016-09-03 | Fix rebase, fix some tests | Vadim Petrochenkov | -1/+1 |
| 2016-09-01 | incr.comp. Add tests for stable span hashing. | Michael Woerister | -0/+194 |
| 2016-08-23 | fix stray comment | Niko Matsakis | -2/+1 |
| 2016-08-23 | consider DepNode::Krate to be an input | Niko Matsakis | -0/+40 |