| Age | Commit message (Expand) | Author | Lines |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -7/+1 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -9/+9 |
| 2017-02-25 | rustc_typeck: simplify AstConv requests as implemented by collect. | Eduard-Mihai Burtescu | -2/+9 |
| 2017-02-25 | Rollup merge of #39905 - estebank:useless-error, r=arielb1 | Eduard-Mihai Burtescu | -0/+6 |
| 2017-02-17 | remove vestiges of the old suggestion machinery | Niko Matsakis | -0/+91 |
| 2017-02-17 | Properly display note/expected details | Esteban Küber | -0/+6 |
| 2017-02-17 | add some sample UI error test cases | Niko Matsakis | -0/+243 |
| 2017-02-14 | Show five traits implementation in help when there are exactly five | Sebastian Waisbrot | -0/+80 |
| 2017-02-13 | Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis | bors | -2/+3 |
| 2017-02-12 | Auto merge of #39554 - zackmdavis:assert_eq_has_a_terrible_error_message_when... | bors | -0/+38 |
| 2017-02-10 | Fix tests | Simonas Kazlauskas | -2/+2 |
| 2017-02-10 | If is now always a SwitchInt in MIR | Simonas Kazlauskas | -0/+1 |
| 2017-02-09 | change span_notes to notes in E0368/E0369 | Alex Burka | -10/+2 |
| 2017-02-09 | Rollup merge of #39602 - estebank:fix-39544, r=eddyb | Corey Farwell | -0/+30 |
| 2017-02-07 | Rollup merge of #39361 - cengizIO:master, r=arielb1 | Corey Farwell | -16/+40 |
| 2017-02-06 | improve error message when two-arg assert_eq! receives a trailing comma | Zack M. Davis | -0/+38 |
| 2017-02-06 | Fix ICE when accessing mutably an immutable enum | Esteban Küber | -0/+30 |
| 2017-02-05 | make lifetimes that only appear in return type early-bound | Niko Matsakis | -0/+70 |
| 2017-02-05 | Rollup merge of #39443 - phungleson:remove-unresolved-things, r=nikomatsakis | Corey Farwell | -0/+29 |
| 2017-02-05 | Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfried | Corey Farwell | -1/+1 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -1/+1 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -1/+1 |
| 2017-02-04 | Add a new ui test and update existing ones | Cengiz Can | -19/+41 |
| 2017-02-04 | Remove extra newlines from expectation files | Cengiz Can | -2/+0 |
| 2017-02-04 | Improve error message for uninferrable types #38812 | Cengiz Can | -4/+8 |
| 2017-02-04 | note wording: lint implied by lint group, not lint group implies lint | Zack M. Davis | -11/+11 |
| 2017-02-04 | make lint-group-style test a UI rather than a compile-fail test | Zack M. Davis | -0/+103 |
| 2017-02-04 | note lint group set on command line triggering individual lint | Zack M. Davis | -0/+88 |
| 2017-02-04 | note individual lint name set via lint group attribute in notes | Zack M. Davis | -3/+11 |
| 2017-02-02 | Suggest only if resolution was previously resolved | Son | -0/+29 |
| 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-02-02 | Auto merge of #38932 - petrochenkov:privctor, r=jseyfried | bors | -0/+137 |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -18/+16 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -3/+3 |
| 2017-01-29 | Improve diagnostics for inaccessible constructors | Vadim Petrochenkov | -0/+137 |
| 2017-01-28 | Add clearer error message using `&str + &str` | Michael Gattozzi | -0/+51 |
| 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 |