| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-08 | rustc_passes::consts -> rvalue_promotion | Oliver Schneider | -2/+2 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -8/+0 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -147/+1 |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -3/+3 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -9/+14 |
| 2018-03-06 | make bounds on higher-kinded lifetimes a hard error in ast_validation | Ralf Jung | -0/+41 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+5 |
| 2018-02-24 | Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis | Manish Goregaokar | -0/+137 |
| 2018-02-24 | Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddyb | Manish Goregaokar | -297/+0 |
| 2018-02-23 | Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov | bors | -15/+14 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -1/+0 |
| 2018-02-17 | Auto merge of #47408 - eddyb:deref-danger, r=nikomatsakis | bors | -13/+12 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -15/+14 |
| 2018-02-13 | Disallow projections from impl Trait types | Taylor Cramer | -1/+68 |
| 2018-02-13 | Make nested impl Trait a hard error | Taylor Cramer | -0/+70 |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -4/+14 |
| 2018-02-10 | Remove "static item recursion checking" in favor of relying on cycle checks i... | John Kåre Alsaker | -297/+0 |
| 2018-02-07 | Add `-Zteach` documentation | Esteban Küber | -4/+14 |