| Age | Commit message (Expand) | Author | Lines |
| 2018-05-06 | Fix assertion message generation | Shotaro Yamada | -1/+2 |
| 2018-04-30 | Remove new enum variant from #50092 backport | Pietro Albini | -9/+0 |
| 2018-04-30 | Warn on pointless `#[derive]` in more places | Austin Bonander | -14/+86 |
| 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 | 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 | Stabilize underscore lifetimes | Taylor Cramer | -8/+5 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -4/+3 |
| 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 | 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 |
| 2018-03-20 | change all appropriate EPOCH to EDITION | Kurtis Nusbaum | -1/+1 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -36/+36 |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -60/+57 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -12/+6 |
| 2018-03-20 | Rollup merge of #49104 - csmoe:semicolon_error, r=petrochenkov | kennytm | -10/+1 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -4/+6 |
| 2018-03-20 | Rollup merge of #48834 - ysiraichi:suggest-remove-ref, r=estebank | kennytm | -46/+50 |
| 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 | -4/+7 |
| 2018-03-18 | CodeMap functions refactored. | Yukio Siraichi | -50/+38 |
| 2018-03-18 | Review fixes. | Yukio Siraichi | -0/+16 |
| 2018-03-18 | Allow raw identifiers in diagnostic macros. | Lymia Aluysia | -5/+5 |