| Age | Commit message (Expand) | Author | Lines |
| 2017-03-11 | Rollup merge of #40404 - cengizIO:master, r=nikomatsakis | Ariel Ben-Yehuda | -0/+38 |
| 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-10 | move related tests to type-check ui test directory | Cengiz Can | -0/+0 |
| 2017-03-10 | fix #40294 obligation cause.body_id is not always a NodeExpr | Cengiz Can | -0/+38 |
| 2017-03-08 | Auto merge of #39713 - estebank:issue-39698, r=jonathandturner | bors | -1/+65 |
| 2017-03-06 | Clean up "pattern doesn't bind x" messages | Esteban Küber | -1/+65 |
| 2017-03-06 | Fix ICE: don't use `struct_variant` on enums | Esteban Küber | -0/+34 |
| 2017-03-04 | Separate "ui-fulldeps" tests from "ui" tests | Vadim Petrochenkov | -60/+0 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -8/+8 |
| 2017-03-02 | Auto merge of #40216 - frewsxcv:rollup, r=frewsxcv | bors | -1/+1 |
| 2017-03-02 | Add support for x86-interrupt calling convention | Philipp Oppermann | -1/+1 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -0/+188 |
| 2017-03-02 | note -> help | Alex Burka | -2/+2 |
| 2017-02-28 | walk the bodies "in order" by traversing the crate | Niko Matsakis | -8/+8 |
| 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 | Fix suggestion span error with a line containing non-ASCIIs | sinkuu | -0/+27 |
| 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-09 | suggest doubling recursion limit in more situations | Alex Burka | -0/+188 |
| 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 |