| Age | Commit message (Expand) | Author | Lines |
| 2018-04-06 | Use `Span::apply_mark` where possible | Vadim Petrochenkov | -5/+5 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -117/+95 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -44/+40 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -15/+12 |
| 2018-04-05 | No separator for `?`. No `?` as a separator. | Mark Mansi | -67/+22 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -58/+209 |
| 2018-04-05 | Correct a few stability attributes | Oliver Middleton | -1/+1 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -2/+0 |
| 2018-04-05 | Auto merge of #49684 - kennytm:rollup, r=kennytm | bors | -6/+6 |
| 2018-04-05 | Stabilize attributes on generic parameters | Vadim Petrochenkov | -18/+2 |
| 2018-04-04 | Add more features to rust_2018_preview | Manish Goregaokar | -6/+6 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -58/+209 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -53/+4 |
| 2018-04-02 | Auto merge of #49252 - Manishearth:easy-feature-flag, r=nikomatsakis | bors | -13/+30 |
| 2018-04-02 | Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander | bors | -30/+106 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -30/+106 |
| 2018-04-01 | Auto merge of #49478 - Phlosioneer:fix-windows-file-not-found, r=petrochenkov | bors | -1/+1 |
| 2018-03-29 | Fix escaped backslash in windows file not found message | Phlosioneer | -1/+1 |
| 2018-03-29 | Add easy edition feature flag | Manish Goregaokar | -13/+30 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -8/+5 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -4/+3 |
| 2018-03-28 | Make ParseSess thread-safe | John Kåre Alsaker | -14/+12 |
| 2018-03-28 | Make SyntaxExtension thread-safe | John Kåre Alsaker | -9/+13 |
| 2018-03-28 | Make LazyTokenStream thread-safe | John Kåre Alsaker | -15/+6 |
| 2018-03-27 | Rollup merge of #49417 - TimNN:fix-ios, r=alexcrichton | kennytm | -6/+6 |
| 2018-03-27 | Rollup merge of #49395 - petrochenkov:obsolete, r=alexcrichton | kennytm | -74/+0 |
| 2018-03-27 | Rollup merge of #49369 - petrochenkov:rprint, r=oli-obk | kennytm | -2/+13 |
| 2018-03-27 | Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichton | bors | -6/+6 |
| 2018-03-27 | libsyntax: Remove obsolete.rs | Vadim Petrochenkov | -74/+0 |
| 2018-03-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -2/+13 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -2/+2 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -4/+8 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -16/+3 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -3/+2 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -3/+2 |
| 2018-03-25 | Feature gate where clauses on associated types | Matthew Jasper | -2/+6 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -23/+3 |
| 2018-03-25 | Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkov | kennytm | -1/+7 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -6/+8 |
| 2018-03-24 | Better diagnostics for '..' pattern fragment not in the last position | Hidehito Yabuuchi | -1/+7 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -36/+36 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -128/+224 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -23/+3 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -0/+7 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+8 |
| 2018-03-22 | Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b... | varkor | -6/+6 |
| 2018-03-22 | Clarify description of raw_identifiers feature flag. | Lymia Aluysia | -1/+1 |
| 2018-03-22 | Clean up raw identifier handling when recovering tokens from AST. | Lymia Aluysia | -4/+5 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -9/+14 |
| 2018-03-20 | Revert "Stabilize termination_trait in 1.25, not 1.26" | Tyler Mandry | -2/+2 |