| Age | Commit message (Expand) | Author | Lines |
| 2017-03-17 | Rollup merge of #40433 - mattico:test-issue-29595, r=estebank | Corey Farwell | -0/+29 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -9/+7 |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -2/+2 |
| 2017-03-13 | Add test for issue #29595 | Matt Ickstadt | -0/+29 |
| 2017-03-10 | Rollup merge of #40287 - estebank:label-overlap, r=nrc | Alex Crichton | -0/+27 |
| 2017-03-10 | Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelix | Alex Crichton | -0/+27 |
| 2017-03-10 | Fix incorrect span label formatting | Esteban Küber | -0/+27 |
| 2017-03-10 | Point to enclosing block/fn on nested unsafe | Esteban Küber | -0/+182 |
| 2017-03-06 | Clean up "pattern doesn't bind x" messages | Esteban Küber | -0/+64 |
| 2017-02-28 | walk the bodies "in order" by traversing the crate | Niko Matsakis | -8/+8 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -9/+9 |
| 2017-02-25 | Fix suggestion span error with a line containing non-ASCIIs | sinkuu | -0/+27 |
| 2017-02-09 | change span_notes to notes in E0368/E0369 | Alex Burka | -10/+2 |
| 2017-02-04 | note wording: lint implied by lint group, not lint group implies lint | Zack M. Davis | -3/+3 |
| 2017-02-04 | note individual lint name set via lint group attribute in notes | Zack M. Davis | -1/+7 |
| 2017-02-02 | Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichton | bors | -18/+16 |
| 2017-02-02 | Auto merge of #39116 - mgattozzi:better-string-message, r=nrc | bors | -0/+51 |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -18/+16 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -1/+1 |
| 2017-01-28 | Add clearer error message using `&str + &str` | Michael Gattozzi | -0/+51 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -15/+17 |
| 2017-01-20 | Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov | Alex Crichton | -1/+1 |
| 2017-01-20 | Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis | bors | -7/+7 |
| 2017-01-18 | Use multiline Diagnostic for candidate in other module | Esteban Küber | -1/+1 |
| 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 | -7/+7 |
| 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/+4 |
| 2017-01-14 | Merge branch 'master' into lint-attr-fix | comex | -9/+113 |
| 2017-01-13 | Use multiline Diagnostic for "relevant impl" list | Esteban Küber | -4/+4 |
| 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 | -3/+3 |
| 2017-01-11 | Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakis | bors | -6/+6 |
| 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 | -6/+6 |
| 2017-01-06 | Fix test/ui/span/issue-24690.stderr | comex | -12/+12 |
| 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 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -8/+8 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -7/+14 |
| 2016-12-20 | Update ui test stderr | Guillaume Gomez | -2/+5 |
| 2016-12-20 | improve suggestions output and add ui test | Guillaume Gomez | -0/+99 |
| 2016-12-06 | Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakis | bors | -6/+2 |
| 2016-12-03 | Rollup merge of #38065 - estebank:fix-37618, r=jonathandturner | Corey Farwell | -3/+3 |
| 2016-12-01 | Point arg num mismatch errors back to their definition | Jonathan Turner | -6/+2 |
| 2016-11-29 | Auto merge of #37863 - mikhail-m1:mut_error, r=nikomatsakis | bors | -0/+640 |
| 2016-11-29 | Auto merge of #37369 - estebank:multiline-span, r=nikomatsakis | bors | -18/+107 |
| 2016-11-28 | Show `Trait` instead of `<Struct as Trait>` in E0323 | Esteban Küber | -3/+3 |
| 2016-11-29 | add hint to fix error for immutable ref in arg | Mikhail Modin | -0/+640 |