| Age | Commit message (Expand) | Author | Lines |
| 2018-01-17 | Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelix | Guillaume Gomez | -47/+253 |
| 2018-01-17 | Rollup merge of #47468 - estebank:closure-mut-mut, r=pnkfelix | Guillaume Gomez | -0/+35 |
| 2018-01-17 | Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus | Guillaume Gomez | -0/+40 |
| 2018-01-17 | Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-Simulacrum | Guillaume Gomez | -0/+142 |
| 2018-01-18 | Rollup merge of #47481 - estebank:unused-args, r=arielb1 | kennytm | -39/+30 |
| 2018-01-18 | Rollup merge of #47479 - zackmdavis:and_the_case_of_the_suggested_double-pub,... | kennytm | -10/+32 |
| 2018-01-18 | Rollup merge of #47467 - arielb1:cleanup-shims, r=eddyb | kennytm | -0/+32 |
| 2018-01-18 | Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebank | kennytm | -13/+48 |
| 2018-01-18 | Rollup merge of #47456 - chrisvittal:nll-tests, r=nikomatsakis | kennytm | -0/+41 |
| 2018-01-18 | Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=est... | kennytm | -5/+5 |
| 2018-01-18 | Rollup merge of #47407 - gaurikholkar:master, r=estebank | kennytm | -0/+53 |
| 2018-01-16 | Add secondary span pointing at the statement (error span) | Esteban Küber | -15/+25 |
| 2018-01-16 | Allow a trailing comma in lint_array; fix #47428 | Mark Mansi | -13/+48 |
| 2018-01-17 | fix minor errors | Gauri | -12/+11 |
| 2018-01-17 | using tabs in ui tests | Gauri | -6/+7 |
| 2018-01-17 | fix tidy checks | Gauri | -21/+22 |
| 2018-01-16 | in which the private no-mangle lints receive a valued lesson in humility | Zack M. Davis | -10/+32 |
| 2018-01-15 | Point at unused arguments for format string | Esteban Küber | -45/+26 |
| 2018-01-15 | On E0283, point at method with the requirements | Esteban Küber | -47/+253 |
| 2018-01-15 | Do not suggest to make `mut` binding external to `Fn` closure | Esteban Küber | -0/+35 |
| 2018-01-16 | remove noop landing pads in cleanup shims | Ariel Ben-Yehuda | -0/+32 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -7/+7 |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -24/+26 |
| 2018-01-15 | Add NLL test for #45045 | Christopher Vittal | -0/+41 |
| 2018-01-15 | Auto merge of #47413 - GuillaumeGomez:unstable-error-code, r=estebank | bors | -296/+309 |
| 2018-01-15 | Rollup merge of #47432 - etaoins:make-fulldeps-update-references-exec, r=petr... | kennytm | -0/+0 |
| 2018-01-15 | Rollup merge of #47372 - topecongiro:issue-43925, r=alexcrichton | kennytm | -0/+30 |
| 2018-01-15 | Rollup merge of #47368 - chrisvittal:nll-tests, r=nikomatsakis | kennytm | -0/+75 |
| 2018-01-15 | Add error code for unstable feature errors | Guillaume Gomez | -296/+309 |
| 2018-01-15 | Don't include bang in macro replacement suggestion | Ryan Cumming | -5/+5 |
| 2018-01-15 | Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakis | bors | -19/+52 |
| 2018-01-15 | Make ui-fulldeps/update-references executable | Ryan Cumming | -0/+0 |
| 2018-01-14 | Auto merge of #46455 - petrochenkov:pimpl, r=nikomatsakis | bors | -30/+138 |
| 2018-01-14 | syntax: Disambiguate generics and qualified paths | Vadim Petrochenkov | -3/+21 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -27/+117 |
| 2018-01-14 | Auto merge of #47322 - nikomatsakis:nll-ice, r=pnkfelix | bors | -0/+47 |
| 2018-01-14 | Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavus | bors | -0/+29 |
| 2018-01-14 | Auto merge of #47261 - estebank:immutable-arg, r=petrochenkov | bors | -3/+41 |
| 2018-01-14 | Auto merge of #47223 - alexcrichton:new-target-feature, r=eddyb | bors | -2/+71 |
| 2018-01-13 | rustc: Refactor attribute checking to operate on HIR | Alex Crichton | -12/+14 |
| 2018-01-13 | Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkov | bors | -195/+57 |
| 2018-01-13 | rustc: Tweak `#[target_feature]` syntax | Alex Crichton | -0/+67 |
| 2018-01-13 | Re-add support for `impl Trait for ..` to the parser | Vadim Petrochenkov | -0/+29 |
| 2018-01-13 | Address review. | leonardo.yvens | -14/+6 |
| 2018-01-13 | Parse `auto trait` inside fns. | leonardo.yvens | -1/+4 |
| 2018-01-13 | Remove wfcheck for auto traits, remove dead error codes | leonardo.yvens | -9/+5 |
| 2018-01-13 | Adjust tests for removal of `impl Foo for .. {}` | leonardo.yvens | -166/+27 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -19/+0 |
| 2018-01-13 | Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb | bors | -466/+411 |
| 2018-01-13 | Auto merge of #47242 - estebank:issue-15980, r=petrochenkov | bors | -4/+60 |