| Age | Commit message (Expand) | Author | Lines |
| 2017-03-09 | Fix ICE: don't use `struct_variant` on enums | Esteban Küber | -0/+34 |
| 2017-02-23 | Fix ICE when accessing mutably an immutable enum | Esteban Küber | -0/+30 |
| 2017-02-23 | remove vestiges of the old suggestion machinery | Niko Matsakis | -0/+91 |
| 2017-02-23 | add some sample UI error test cases | Niko Matsakis | -0/+243 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -3/+3 |
| 2017-01-27 | Auto merge of #37057 - brson:nosuggest, r=nikomatsakis | bors | -53/+0 |
| 2017-01-26 | rustc: Remove all "consider using an explicit lifetime parameter" suggestions | Brian Anderson | -53/+0 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -15/+153 |
| 2017-01-21 | Resolve `Self` in impl headers | Vadim Petrochenkov | -10/+2 |
| 2017-01-20 | Test fixes from the rollup | Alex Crichton | -12/+2 |
| 2017-01-20 | Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov | Alex Crichton | -21/+21 |
| 2017-01-20 | Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis | bors | -15/+255 |
| 2017-01-18 | calling convention for MSP430 interrupts | Jorge Aparicio | -1/+1 |
| 2017-01-18 | Use multiline Diagnostic for candidate in other module | Esteban Küber | -21/+21 |
| 2017-01-18 | Auto merge of #38168 - estebank:help-E0034, r=nrc | bors | -0/+269 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -15/+255 |
| 2017-01-16 | Auto merge of #38806 - comex:lint-attr-fix, r=nrc | bors | -12/+12 |
| 2017-01-15 | Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakis | bors | -4/+116 |
| 2017-01-14 | Merge branch 'master' into lint-attr-fix | comex | -132/+457 |
| 2017-01-13 | resolve: Levenshtein-based suggestions for non-import paths | Vadim Petrochenkov | -3/+92 |
| 2017-01-13 | Use multiline Diagnostic for "relevant impl" list | Esteban Küber | -4/+116 |
| 2017-01-13 | Auto merge of #38890 - petrochenkov:noresolve, r=nrc | bors | -118/+118 |
| 2017-01-12 | E0034: provide disambiguated syntax for candidates | Esteban Küber | -0/+269 |
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -118/+118 |
| 2017-01-12 | Auto merge of #38605 - estebank:fix-38371, r=nikomatsakis | bors | -0/+73 |
| 2017-01-11 | Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakis | bors | -9/+9 |
| 2017-01-10 | update test case to include `fn(&&u32: Foo)` | Niko Matsakis | -3/+15 |
| 2017-01-10 | Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichton | Seo Sanghyeon | -0/+59 |
| 2017-01-10 | Rollup merge of #38606 - estebank:test-for-27522, r=petrochenkov | Seo Sanghyeon | -0/+30 |
| 2017-01-07 | Teach diagnostics to have correctly padded lists | Esteban Küber | -9/+9 |
| 2017-01-07 | add test case | Esteban Küber | -8/+31 |
| 2017-01-06 | Fix test/ui/span/issue-24690.stderr | comex | -12/+12 |
| 2017-01-06 | Test for appropriate span on second custom derive | Esteban Küber | -0/+59 |
| 2017-01-06 | Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakis | bors | -2/+2 |
| 2017-01-04 | review comments | Esteban Küber | -2/+1 |
| 2017-01-04 | Add test for correct span for type | Esteban Küber | -0/+30 |
| 2017-01-04 | typeck::coherence::builtin - sort impls in the DefId order | Ariel Ben-Yehuda | -21/+21 |
| 2017-01-04 | simplify Copy implementation error reporting | Ariel Ben-Yehuda | -0/+74 |
| 2017-01-03 | Improve error message, fix and add tests. | Andrew Cann | -2/+2 |
| 2016-12-30 | Further and hopefully final Windows fixes | Simonas Kazlauskas | -1/+1 |
| 2016-12-29 | Rollup merge of #38559 - japaric:ptx2, r=alexcrichton | Alex Crichton | -1/+1 |
| 2016-12-28 | Suggest solutions for `fn foo(&foo: Foo)` | Esteban Küber | -0/+39 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -8/+8 |
| 2016-12-26 | fix ui test | Jorge Aparicio | -1/+1 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -257/+299 |
| 2016-12-26 | Move some compile-fail tests into UI directory | Vadim Petrochenkov | -0/+1953 |
| 2016-12-21 | Disable field reordering | Austin Hicks | -29/+32 |
| 2016-12-21 | Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakis | bors | -0/+102 |
| 2016-12-20 | Rollup merge of #38245 - estebank:cast-deref-hint-2, r=nikomatsakis | Alex Crichton | -0/+322 |
| 2016-12-20 | Update ui test stderr | Guillaume Gomez | -2/+5 |