| Age | Commit message (Expand) | Author | Lines |
| 2018-04-27 | Feature gate where clauses on associated types | Matthew Jasper | -2/+6 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+7 |
| 2018-04-20 | Remove `underscore_lifetimes` and `match_default_bindings` from active featur... | kennytm | -6/+0 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -1/+1 |
| 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 |
| 2018-03-14 | Implement import renaming with `_` (RFC 2166) | Vadim Petrochenkov | -0/+18 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -6/+2 |
| 2018-03-08 | Make it possible to ungate features by epoch | Manish Goregaokar | -4/+16 |
| 2018-03-08 | Allow mentioning an optional epoch on features | Manish Goregaokar | -185/+186 |
| 2018-03-08 | Stabilize const_indexing feature | Oliver Schneider | -3/+2 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -0/+7 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -8/+0 |
| 2018-03-01 | Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakis | Manish Goregaokar | -0/+7 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -1/+1 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -0/+7 |
| 2018-02-24 | Rollup merge of #48490 - petrochenkov:orpat, r=eddyb | Manish Goregaokar | -0/+9 |
| 2018-02-24 | Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis | Manish Goregaokar | -69/+1 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -0/+9 |
| 2018-02-23 | Rollup merge of #48429 - toidiu:patch-1, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2018-02-22 | update tracking issue for nll | toidiu | -1/+1 |
| 2018-02-20 | make `#[unwind]` attribute specify expectations more clearly | Niko Matsakis | -1/+1 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -2/+2 |