| Age | Commit message (Expand) | Author | Lines |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-17 | Include the closing paren to the span of ast::NestedMetaItem | Seiichi Uchida | -11/+6 |
| 2017-08-17 | Use respan() | Seiichi Uchida | -3/+3 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -3/+2 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -238/+239 |
| 2017-08-16 | Eat open paren when parsing list | Seiichi Uchida | -6/+4 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -238/+239 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -28/+85 |
| 2017-08-13 | Rollup merge of #43822 - topecongiro:missing-span-let, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -5/+5 |
| 2017-08-13 | Rollup merge of #43782 - nrc:include, r=GuillaumeGomez | Guillaume Gomez | -5/+6 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -0/+13 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -5/+5 |
| 2017-08-12 | Auto merge of #43746 - eddyb:sound-thread-local, r=alexcrichton | bors | -15/+58 |
| 2017-08-12 | Include 'let' keyword to the span for ast::Local | topecongiro | -1/+1 |
| 2017-08-12 | syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. | Eduard-Mihai Burtescu | -15/+58 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -2/+2 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -12/+12 |
| 2017-08-11 | Rollup merge of #43779 - mattico:fix-unicode-typo, r=aidanhs | Guillaume Gomez | -1/+1 |
| 2017-08-11 | Rollup merge of #43773 - ubsan:patch-1, r=eddyb | Guillaume Gomez | -1/+1 |
| 2017-08-11 | Rollup merge of #43712 - oli-obk:cfg, r=arielb1 | Guillaume Gomez | -10/+10 |
| 2017-08-11 | Issue warnings for unnecessary path disambiguators | Vadim Petrochenkov | -13/+19 |
| 2017-08-11 | syntax: Relax path grammar | Vadim Petrochenkov | -13/+2 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -36/+209 |
| 2017-08-10 | Auto merge of #43720 - pornel:staticconst, r=petrochenkov | bors | -10/+13 |
| 2017-08-10 | Reword error hint | Kornel | -1/+2 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -3/+3 |
| 2017-08-10 | Some tidying up around include! | Nick Cameron | -5/+6 |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+13 |
| 2017-08-10 | Auto merge of #43735 - est31:master, r=alexcrichton | bors | -0/+10 |
| 2017-08-10 | Add a feature gate | est31 | -0/+10 |
| 2017-08-09 | Fix typo in unicode char definition | Matt Ickstadt | -1/+1 |
| 2017-08-10 | Better diagnostics and recovery for `const` in extern blocks | Vadim Petrochenkov | -12/+12 |
| 2017-08-09 | fix a typo | nicole mazzuca | -1/+1 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -43/+236 |
| 2017-08-09 | extended information for E0557 feature has been removed | Zack M. Davis | -1/+12 |
| 2017-08-09 | extended information for E0552 unrecognized representation hint | Zack M. Davis | -1/+30 |
| 2017-08-09 | extended information for E0554 feature attributes only work on nightlies | Zack M. Davis | -2/+16 |
| 2017-08-08 | Auto merge of #43698 - MaloJaffre:confusables, r=eddyb | bors | -19/+125 |
| 2017-08-07 | Hint correct extern constant syntax | Kornel | -1/+3 |
| 2017-08-07 | Reexport all SyntaxExtension variants | Oliver Schneider | -10/+10 |
| 2017-08-06 | fixing doctest failures in resurfaced extended information | Zack M. Davis | -10/+22 |
| 2017-08-06 | de-orphan extended information | Zack M. Davis | -1/+1 |
| 2017-08-06 | Fix typo in unicode_chars.rs | Malo Jaffré | -1/+1 |
| 2017-08-06 | Update the list of confusable characters | Malo Jaffré | -19/+125 |
| 2017-08-02 | Auto merge of #43584 - arielb1:unused-reads, r=eddyb | bors | -2/+3 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -3/+3 |
| 2017-08-01 | syntax: avoid loading the same source-file multiple times | Ariel Ben-Yehuda | -2/+3 |