| Age | Commit message (Expand) | Author | Lines |
| 2018-06-08 | rename `irrefutable_let_pattern` to `irrefutable_let_patterns` | Niko Matsakis | -1/+1 |
| 2018-06-08 | Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakis | kennytm | -22/+67 |
| 2018-06-08 | Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance... | kennytm | -3/+40 |
| 2018-06-07 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -22/+67 |
| 2018-06-06 | Allowing attributes to be on if let statements | Sebastian Malton | -1/+1 |
| 2018-06-07 | add an explanatory comment | Niko Matsakis | -0/+5 |
| 2018-06-06 | Auto merge of #51201 - estebank:dotdot, r=petrochenkov | bors | -69/+135 |
| 2018-06-06 | append unused variables with _ | dylan_DPC | -3/+3 |
| 2018-06-05 | remove redundant match branch | dylan_DPC | -1/+0 |
| 2018-06-05 | flag changed to none | dylan_DPC | -1/+1 |
| 2018-06-05 | Account for comma in suggestion | Esteban Küber | -1/+1 |
| 2018-06-05 | Improve diagnostics for incorrect `..` usage | Esteban Küber | -79/+135 |
| 2018-06-05 | Accept `..` in incorrect position to avoid further errors | Esteban Küber | -0/+10 |
| 2018-06-05 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+3 |
| 2018-06-05 | Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavus | bors | -0/+8 |
| 2018-06-04 | Fixed indentation error. | Crazycolorz5 | -2/+2 |
| 2018-06-04 | Fixed incorrect check_plus to token.is_like_plus. | Crazycolorz5 | -1/+1 |
| 2018-06-04 | Tidy fixes. | Crazycolorz5 | -6/+6 |
| 2018-06-04 | Added is_like_plus to token, and used that in place of equality comparison to... | Crazycolorz5 | -9/+29 |
| 2018-06-04 | Implemented eat_plus and used it in parsing parse_ty_param_bounds_common. | Crazycolorz5 | -1/+22 |
| 2018-06-05 | Auto merge of #51242 - ytausky:mut-ref, r=estebank | bors | -20/+22 |
| 2018-06-04 | Put doc keyword behind feature flag | Guillaume Gomez | -0/+8 |
| 2018-06-04 | Merge branch 'master' into stabilise/termination-test | Dylan DPC | -0/+8 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -0/+9 |
| 2018-06-02 | fixed feature gate to right place | dylan_DPC | -2/+2 |
| 2018-06-02 | Stabilize unit tests with non-`()` return type | dylan_DPC | -34/+10 |
| 2018-06-01 | Suggest not mutably borrowing a mutable reference | Yaron Tausky | -20/+22 |
| 2018-06-02 | Deny #[cfg] and #[cfg_attr] on generic parameters. | kennytm | -3/+40 |
| 2018-06-01 | Fix processing mod with multi-level path on Windows | Evgenii Pashkin | -1/+8 |
| 2018-06-01 | Add closing bracket expectation to sequences, modified appropriate test cases. | Crazycolorz5 | -2/+7 |
| 2018-05-31 | Rollup merge of #51240 - nnethercote:parse-2, r=nikomatsakis | Guillaume Gomez | -5/+3 |
| 2018-05-31 | Avoid an unnecessary `match` when lexing "<-". | Nicholas Nethercote | -5/+1 |
| 2018-05-31 | Tweak identifer lexing. | Nicholas Nethercote | -0/+2 |
| 2018-05-31 | Auto merge of #51145 - petrochenkov:npbot, r=alexcrichton | bors | -0/+10 |
| 2018-05-30 | resolve: Make sure indeterminate and inconsistent macro resolutions always ge... | Vadim Petrochenkov | -0/+10 |
| 2018-05-30 | rustc: don't visit lifetime parameters through visit_lifetime. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-05-30 | syntax: remove overloading of fold_lifetime{,_def}{,s}. | Eduard-Mihai Burtescu | -54/+20 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -67/+166 |
| 2018-05-27 | Auto merge of #51101 - 11Takanori:fix-typo, r=frewsxcv | bors | -1/+1 |
| 2018-05-27 | Ensure every unstable feature has a tracking issue. | kennytm | -22/+24 |
| 2018-05-27 | Auto merge of #51075 - estebank:and_the_case_of_the_confusable_float_exponent... | bors | -7/+18 |
| 2018-05-27 | Auto merge of #51066 - est31:master, r=sfackler | bors | -1/+1 |
| 2018-05-27 | innacurate -> inaccurate | Takanori Ishibashi | -1/+1 |
| 2018-05-26 | Fix test | Esteban Küber | -4/+8 |
| 2018-05-26 | Point to the current box syntax tracking issue | est31 | -1/+1 |
| 2018-05-26 | Auto merge of #51072 - petrochenkov:ifield, r=eddyb | bors | -15/+15 |
| 2018-05-26 | Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkov | bors | -5/+44 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -15/+15 |
| 2018-05-25 | in which we check for confusable Unicodepoints in float literal exponent | Zack M. Davis | -5/+12 |
| 2018-05-26 | Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakis | bors | -0/+6 |