| Age | Commit message (Expand) | Author | Lines |
| 2018-02-13 | Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix | bors | -0/+41 |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -0/+7536 |
| 2018-02-11 | Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis | bors | -0/+29 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -3/+34 |
| 2018-02-10 | Rollup merge of #48107 - matthiaskrgr:typo__substract_to_subtract, r=kennytm | kennytm | -3/+3 |
| 2018-02-10 | Rollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakis | kennytm | -0/+33 |
| 2018-02-10 | Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou... | kennytm | -3/+12 |
| 2018-02-10 | fix typo: substract -> subtract. | Matthias Krüger | -3/+3 |
| 2018-02-09 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -3/+34 |
| 2018-02-09 | Fix visitation order of calls so that it matches execution order. Fixes #48048 | John Kåre Alsaker | -0/+33 |
| 2018-02-08 | Fix the test | Mark Mansi | -2/+2 |
| 2018-02-08 | Update feature gate test | Mark Mansi | -1/+1 |
| 2018-02-08 | Move some E0XXX to `ui` | Esteban Küber | -0/+7536 |
| 2018-02-07 | Auto merge of #48053 - Manishearth:rollup, r=Manishearth | bors | -20/+265 |
| 2018-02-07 | Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebank | Manish Goregaokar | -0/+42 |
| 2018-02-07 | Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkov | Manish Goregaokar | -0/+51 |
| 2018-02-07 | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,... | Manish Goregaokar | -2/+75 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -18/+97 |
| 2018-02-07 | Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakis | bors | -0/+82 |
| 2018-02-07 | Fix ICE for mismatched args on target without span | Ryan Cumming | -3/+12 |
| 2018-02-07 | Update trait-associated-const test to new format | bobtwinkles | -20/+8 |
| 2018-02-06 | mir: Fix DefiningTy::Const | bobtwinkles | -0/+94 |
| 2018-02-07 | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis | bors | -0/+106 |
| 2018-02-06 | Added and updated tests to enable/disable overflow checks. | David Wood | -1/+54 |
| 2018-02-06 | improve wording: bounds -> generic bounds | Ralf Jung | -3/+3 |
| 2018-02-05 | correct E0619 span re method call receivers whose type must be known | Zack M. Davis | -0/+42 |
| 2018-02-05 | Swapped order of left/right visits to ensure consistency in read/write pass o... | David Wood | -4/+4 |
| 2018-02-05 | Warn about more ignored bounds on type aliases | Ralf Jung | -0/+51 |
| 2018-02-05 | Stabilize use_nested_groups | Pietro Albini | -61/+2 |
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe... | kennytm | -62/+0 |
| 2018-02-04 | Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary... | kennytm | -0/+55 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -18/+94 |
| 2018-02-03 | Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakis | bors | -0/+33 |
| 2018-02-03 | Auto merge of #47962 - kennytm:rollup, r=kennytm | bors | -2/+42 |
| 2018-02-03 | Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis | bors | -83/+177 |
| 2018-02-02 | Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird ... | kennytm | -2/+38 |
| 2018-02-02 | Rollup merge of #47829 - estebank:break-in-for, r=cramertj Suggest removing v... | kennytm | -0/+4 |
| 2018-02-02 | Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakis | bors | -29/+47 |
| 2018-02-01 | Fix test after rebase | Esteban Küber | -54/+30 |
| 2018-02-01 | Remove cast suggestions | Esteban Küber | -168/+0 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -37/+276 |
| 2018-02-01 | Change rustc_on_unimplemented for Iterator and binops | Esteban Küber | -147/+415 |
| 2018-02-01 | Add filtering options to `rustc_on_unimplemented` | Esteban Küber | -361/+125 |
| 2018-02-02 | add ellided lifetime | dpc | -0/+33 |
| 2018-02-01 | Minimize weird spans involving macro context | Esteban Küber | -2/+38 |
| 2018-01-31 | concerning well-formed suggestions for unused shorthand field patterns | Zack M. Davis | -2/+75 |
| 2018-01-31 | Rollup merge of #47844 - CAD97:patch-1, r=estebank | kennytm | -0/+28 |
| 2018-01-31 | Rollup merge of #47838 - euclio:snakecase-suggestion, r=petrochenkov | kennytm | -12/+12 |
| 2018-01-30 | wherein the parens lint keeps its own counsel re args in nested macros | Zack M. Davis | -0/+55 |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -62/+0 |