| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2018-03-18 | Return a is_raw parameter from Token::ident rather than having separate methods. | Lymia Aluysia | -34/+19 |
| 2018-03-18 | Move raw_identifiers check to the lexer. | Lymia Aluysia | -4/+5 |
| 2018-03-18 | Feature gate raw identifiers. | Lymia Aluysia | -1/+23 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -128/+215 |
| 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 | -169/+135 |
| 2018-03-17 | Add some docs + Fix rebase | Vadim Petrochenkov | -1/+7 |
| 2018-03-17 | Cleanup import parsing | Vadim Petrochenkov | -54/+23 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -12/+12 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -47/+41 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -26/+36 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -30/+17 |
| 2018-03-17 | Reject `_` in `ident` matcher | Vadim Petrochenkov | -17/+19 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -42/+28 |
| 2018-03-17 | remove FIXME(#8372) since for-loops wont support borrowing iterators | Niv Kaminer | -2/+0 |