| Age | Commit message (Expand) | Author | Lines |
| 2018-04-19 | add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio... | Kurtis Nusbaum | -1/+11 |
| 2018-04-19 | rustc: Blanket whitelist `#[target_feature]` | Alex Crichton | -1/+1 |
| 2018-04-19 | add --edition option | Kurtis Nusbaum | -6/+2 |
| 2018-04-18 | proc_macro: Stay on the "use the cache" path more | Alex Crichton | -9/+125 |
| 2018-04-19 | Avoid allocating when parsing \u{...} literals. | Nicholas Nethercote | -2/+10 |
| 2018-04-18 | Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obk | bors | -1/+2 |
| 2018-04-18 | Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton | bors | -11/+16 |
| 2018-04-17 | Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushi | bors | -11/+16 |
| 2018-04-16 | Separately gate each target_feature feature | Alex Crichton | -0/+11 |
| 2018-04-16 | Reorder injection of std to get better compilation error | Russell Cohen | -1/+2 |
| 2018-04-17 | Remove `underscore_lifetimes` and `match_default_bindings` from active featur... | kennytm | -6/+0 |
| 2018-04-16 | Stabilize x86/x86_64 SIMD | Alex Crichton | -11/+5 |
| 2018-04-16 | Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov | bors | -67/+22 |
| 2018-04-15 | don't see issue #0 | Zack M. Davis | -4/+3 |
| 2018-04-15 | Auto merge of #48173 - GuillaumeGomez:error-codes-libsyntax_ext, r=estebank | bors | -1/+4 |
| 2018-04-14 | Add error codes for libsyntax_ext | Guillaume Gomez | -1/+4 |
| 2018-04-14 | Rollup merge of #49852 - alexcrichton:fix-more-proc-macros, r=nrc | kennytm | -12/+27 |
| 2018-04-14 | macros: Do not match on "complex" nonterminals requiring AST comparisons | Vadim Petrochenkov | -1/+17 |
| 2018-04-13 | Auto merge of #49718 - petrochenkov:fieldcmp, r=eddyb | bors | -59/+9 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -5/+4 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -58/+9 |
| 2018-04-12 | Implement inferring outlives requirements for references, structs, enum, unio... | toidiu | -0/+9 |
| 2018-04-12 | Change the hashcounts in raw `Lit` variants from usize to u16. | Nicholas Nethercote | -11/+16 |
| 2018-04-12 | Auto merge of #48528 - bitshifter:repr_packed, r=eddyb | bors | -20/+45 |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -3/+3 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+1 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -2/+2 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -20/+45 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -1/+2 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -1/+0 |
| 2018-04-10 | proc_macro: Avoid cached TokenStream more often | Alex Crichton | -12/+27 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -38/+31 |
| 2018-04-09 | in which `!` is suggested for erroneous identifier `not` | Zack M. Davis | -2/+52 |
| 2018-04-09 | don't suggest placing code in block if next token is open-brace | Zack M. Davis | -0/+5 |
| 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 |