| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-05-22 | add `Span` information into `Qself` | Niko Matsakis | -10/+36 |
| 2018-05-22 | Fix span for type-only arguments | Manish Goregaokar | -8/+8 |
| 2018-05-22 | rustc: Correctly pretty-print macro delimiters | Alex Crichton | -82/+98 |
| 2018-05-23 | Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkov | kennytm | -1/+8 |
| 2018-05-23 | Rollup merge of #50914 - simartin:issue_50636, r=oli-obk | kennytm | -3/+12 |
| 2018-05-22 | Allow let bindings in const fn and constants | Oliver Schneider | -0/+3 |
| 2018-05-22 | Auto merge of #50838 - alexcrichton:token-impls, r=eddyb | bors | -17/+42 |
| 2018-05-21 | Remove rustc_serialize_exclude_null | Manish Goregaokar | -5/+0 |
| 2018-05-21 | Stabilize suggestion applicability field in json output | Manish Goregaokar | -17/+4 |
| 2018-05-21 | Satisfy tidy | Oliver Schneider | -2/+2 |
| 2018-05-21 | rustc: Fix procedural macros generating lifetime tokens | Alex Crichton | -1/+8 |
| 2018-05-21 | Improve the diagnostic around impl Trait <-> generic param mismatch | Oliver Schneider | -0/+72 |
| 2018-05-21 | Auto merge of #50924 - petrochenkov:spanover, r=alexcrichton | bors | -11/+13 |
| 2018-05-20 | Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakis | bors | -29/+73 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -67/+166 |