| Age | Commit message (Expand) | Author | Lines |
| 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-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-12 | Implement inferring outlives requirements for references, structs, enum, unio... | toidiu | -0/+9 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -4/+15 |
| 2018-04-09 | Auto merge of #49673 - ollie27:stab, r=sfackler | bors | -1/+1 |
| 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 | -2/+2 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -2/+2 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -0/+11 |
| 2018-04-05 | Correct a few stability attributes | Oliver Middleton | -1/+1 |
| 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 | -0/+11 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -7/+0 |
| 2018-04-02 | Auto merge of #49252 - Manishearth:easy-feature-flag, r=nikomatsakis | bors | -13/+23 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -1/+1 |
| 2018-03-29 | Add easy edition feature flag | Manish Goregaokar | -13/+23 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -8/+5 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -3/+2 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -15/+2 |
| 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 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -23/+3 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -2/+4 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -10/+10 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -0/+14 |
| 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 | Clarify description of raw_identifiers feature flag. | Lymia Aluysia | -1/+1 |
| 2018-03-20 | Revert "Stabilize termination_trait in 1.25, not 1.26" | Tyler Mandry | -2/+2 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -10/+10 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -11/+5 |
| 2018-03-19 | Stabilize termination_trait in 1.25, not 1.26 | Tyler Mandry | -2/+2 |
| 2018-03-19 | Stabilize termination_trait | Tyler Mandry | -3/+2 |
| 2018-03-19 | Split out termination_trait_test feature gate | Tyler Mandry | -0/+3 |
| 2018-03-18 | Feature gate raw identifiers. | Lymia Aluysia | -0/+14 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -0/+7 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -1/+1 |
| 2018-03-17 | Add some docs + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -1/+1 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -0/+18 |
| 2018-03-16 | Rollup merge of #48922 - petrochenkov:asunder, r=nikomatsakis | kennytm | -0/+18 |
| 2018-03-15 | Stabilize `dotdoteq_in_patterns` language feature. | kennytm | -8/+3 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -8/+2 |
| 2018-03-14 | Add MVP for chalkification | scalexm | -0/+7 |