| Age | Commit message (Expand) | Author | Lines |
| 2018-04-09 | Convert sort_by to sort_by_cached_key | varkor | -1/+2 |
| 2018-04-09 | Auto merge of #49673 - ollie27:stab, r=sfackler | bors | -1/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -2/+0 |
| 2018-04-07 | Inject the `compiler_builtins` crate whenever the `core` crate is injected | Oliver Schneider | -16/+27 |
| 2018-04-06 | Fix feature gating for crate/extern in paths | Vadim Petrochenkov | -2/+10 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -96/+77 |
| 2018-04-06 | Make lifetime nonterminals closer to identifier nonterminals | Vadim Petrochenkov | -47/+47 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -97/+79 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -18/+14 |
| 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 |