| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | Do not promote union field accesses | Oliver Schneider | -1/+8 |
| 2018-06-01 | also check `let` arms and nested patterns for mutable borrows | Niko Matsakis | -5/+34 |
| 2018-05-31 | Auto merge of #51182 - eddyb:not-just-visibility, r=nikomatsakis | bors | -8/+8 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -8/+8 |
| 2018-05-30 | rustc: don't visit lifetime parameters through visit_lifetime. | Eduard-Mihai Burtescu | -0/+7 |
| 2018-05-29 | rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR. | Felix S. Klock II | -0/+1 |
| 2018-05-25 | pacify the mercilous tidy | Niko Matsakis | -1/+2 |
| 2018-05-24 | restore emplacement syntax (obsolete) | Niko Matsakis | -0/+6 |
| 2018-05-24 | Enforce stability of const fn in promoteds | Oliver Schneider | -4/+24 |
| 2018-05-23 | Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoerister | kennytm | -1/+2 |
| 2018-05-20 | Rollup merge of #50829 - est31:master, r=estebank | kennytm | -0/+2 |
| 2018-05-17 | CheckLoopVisitor: also visit closure arguments | est31 | -1/+2 |
| 2018-05-17 | Turn some functions from `token.rs` into methods on `Ident` | Vadim Petrochenkov | -4/+2 |
| 2018-05-17 | CheckLoopVisitor: also visit break expressions | est31 | -0/+2 |
| 2018-05-17 | Rollup merge of #50793 - jrlusby:master, r=petrochenkov | kennytm | -10/+95 |
| 2018-05-17 | Rollup merge of #50788 - varkor:missing-const-cast, r=cramertj | kennytm | -1/+1 |
| 2018-05-16 | Address review comments | est31 | -11/+11 |
| 2018-05-16 | Add feature gate label_break_value | est31 | -0/+1 |
| 2018-05-16 | Add E0696 for continue pointing to a labeled block | est31 | -2/+17 |
| 2018-05-16 | Extend error E0695 to unlabeled continue statements | est31 | -9/+17 |
| 2018-05-16 | Add E0695 for unlabeled breaks | est31 | -0/+45 |
| 2018-05-16 | Make the compiler support the label-break-value feature | est31 | -5/+21 |
| 2018-05-16 | label-break-value: Parsing and AST/HIR changes | est31 | -2/+2 |
| 2018-05-16 | Fix an ICE when casting a nonexistent const | varkor | -1/+1 |
| 2018-05-15 | Remove LoopIdResult | est31 | -2/+1 |
| 2018-05-15 | Remove hir::ScopeTarget | est31 | -16/+16 |
| 2018-05-13 | Macros: Add a 'literal' fragment specifier | Dan Aloni | -1/+1 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -6/+6 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -6/+6 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -4/+9 |
| 2018-04-30 | Removed unused dependencies on rustc_const_math | Oliver Schneider | -2/+0 |
| 2018-04-23 | Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisa | bors | -1/+3 |
| 2018-04-16 | Changed help message to note | Phlosioneer | -1/+1 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -1/+0 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -17/+18 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -1/+17 |
| 2018-03-27 | Add emit call to error message | Phlosioneer | -1/+1 |
| 2018-03-26 | Better error message when trying to write default impls | Phlosioneer | -1/+3 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+1 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -2/+2 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -0/+1 |
| 2018-03-21 | Fix type_dependent_defs ICE on method calls | varkor | -4/+8 |
| 2018-03-19 | #49133 - Reworded the Error message: "`pub` not needed here" message | Dileep Bapat | -1/+1 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -2/+2 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -2/+4 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -2/+1 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -0/+41 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -11/+2 |
| 2018-03-08 | Typo | Oliver Schneider | -1/+1 |