| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister | Pietro Albini | -38/+20 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-13 | Rollup merge of #55905 - nnethercote:short_name-to-literal_name, r=Mark-Simul... | kennytm | -8/+8 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -2/+2 |
| 2018-11-13 | Rollup merge of #55805 - nnethercote:mv-static_assert, r=Mark-Simulacrum | kennytm | -0/+6 |
| 2018-11-13 | Move two `static_assert!`s to better spots. | Nicholas Nethercote | -0/+1 |
| 2018-11-13 | Add a static assertion about the size of `ast::Expr`. | Nicholas Nethercote | -0/+5 |
| 2018-11-12 | Reintroduce the original debug formatting for NodeIds | Oliver Scherer | -0/+1 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -38/+19 |
| 2018-11-12 | Change `Lit::short_name` to `Lit::literal_name`. | Nicholas Nethercote | -8/+8 |
| 2018-11-12 | Make `MatcherPos::stack` a `SmallVec`. | Niko Matsakis | -34/+57 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -2/+2 |
| 2018-11-08 | Rollup merge of #55777 - nnethercote:less-P-in-ast, r=petrochenkov | Mark Rousskov | -6/+6 |
| 2018-11-08 | Use `Lit` rather than `P<Lit>` in `ast::ExprKind`. | Nicholas Nethercote | -6/+6 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -3/+3 |
| 2018-11-07 | Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkov | kennytm | -1/+6 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -3/+3 |
| 2018-11-06 | Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelix | kennytm | -19/+8 |
| 2018-11-05 | Auto merge of #55451 - estebank:arg-doc, r=pnkfelix | bors | -20/+65 |
| 2018-11-04 | Auto merge of #55455 - estebank:expected-descr, r=michaelwoerister | bors | -24/+26 |
| 2018-11-04 | Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebank | bors | -9/+81 |
| 2018-11-03 | Extended elaboration for trait aliases to include arbitrary bounds. | Alexander Regueiro | -5/+5 |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -5/+5 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -7/+10 |
| 2018-11-02 | implement existing parser fns in terms of fallible fns | QuietMisdreavus | -14/+21 |
| 2018-11-02 | Remove deprecated unstable `#[panic_implementation]` | Vadim Petrochenkov | -13/+2 |
| 2018-11-02 | Fix tracking issue numbers for some unstable features | Vadim Petrochenkov | -6/+6 |
| 2018-11-01 | buffer errors from initial tokenization when parsing | QuietMisdreavus | -3/+68 |
| 2018-11-01 | Rollup merge of #55558 - nnethercote:tweak-MatcherPos-matches, r=petrochenkov | Pietro Albini | -6/+13 |
| 2018-11-01 | Rollup merge of #55542 - ljedrz:syntax_alloc_improvements, r=kennytm | Pietro Albini | -0/+2 |
| 2018-11-01 | Use `SmallVec` for the inner vectors in `MatcherPos::matches`. | Nicholas Nethercote | -5/+7 |
| 2018-11-01 | Share empty `Vec`s more within `MatcherPos::matches`. | Nicholas Nethercote | -4/+9 |
| 2018-10-31 | syntax: improve a few allocations | ljedrz | -0/+2 |
| 2018-10-31 | use String::from() instead of format!() macro to construct Strings. | Matthias Krüger | -1/+1 |
| 2018-10-31 | Fix feature gate only being checked on first repr attr. | Cameron Hart | -1/+6 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -162/+163 |
| 2018-10-29 | Fix regression | Esteban Küber | -1/+1 |
| 2018-10-29 | Rollup merge of #55384 - nnethercote:better-integer_lit-float_lit, r=michaelw... | Pietro Albini | -4/+19 |
| 2018-10-28 | Use token description in "expected/found" parse messages | Esteban Küber | -23/+25 |
| 2018-10-28 | Provide specific label for patern parsing error | Esteban Küber | -22/+28 |
| 2018-10-28 | Point at `match` when a parse failure ocurrs inside of it | Esteban Küber | -1/+5 |
| 2018-10-28 | Produce targeted diagnostic when using doc comments on fn args | Esteban Küber | -1/+36 |
| 2018-10-28 | Auto merge of #55192 - cramertj:nested-mod, r=petrochenkov | bors | -0/+11 |
| 2018-10-27 | feature-gate lint reasons | Zack M. Davis | -0/+3 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -56/+165 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -5/+4 |
| 2018-10-26 | Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkov | kennytm | -44/+94 |
| 2018-10-26 | Rollup merge of #55298 - estebank:macro-def, r=pnkfelix | kennytm | -13/+39 |
| 2018-10-26 | Rollup merge of #55292 - estebank:macro-eof, r=pnkfelix | kennytm | -5/+28 |