| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-25 | Implement outlives requirements inference for dyn and projections. | toidiu | -0/+6 |
| 2018-05-24 | restore emplacement syntax (obsolete) | Niko Matsakis | -5/+44 |
| 2018-05-24 | Replace `ScalarKind` with `Primitive` | Oliver Schneider | -35/+2 |
| 2018-05-24 | Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakis | bors | -1/+1 |
| 2018-05-24 | Auto merge of #51023 - kennytm:rollup, r=kennytm | bors | -8/+8 |
| 2018-05-24 | Rollup merge of #50979 - Manishearth:type-only, r=estebank | kennytm | -8/+8 |
| 2018-05-24 | Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov | bors | -82/+98 |
| 2018-05-24 | implement Ord for OutlivesPredicate and other types | toidiu | -1/+1 |
| 2018-05-24 | Auto merge of #50943 - oli-obk:cleanups, r=estebank | bors | -0/+72 |