| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -0/+1 |
| 2018-01-28 | Suggest removing value from `break` when invalid | Esteban Küber | -0/+5 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -8/+5 |
| 2018-01-15 | Rollup merge of #47417 - petrochenkov:noasm, r=estebank | kennytm | -48/+3 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -2/+60 |
| 2018-01-13 | Move "no asm" check into AST validation | Vadim Petrochenkov | -48/+3 |
| 2018-01-13 | Re-add support for `impl Trait for ..` to the parser | Vadim Petrochenkov | -1/+6 |
| 2018-01-13 | Address review. | leonardo.yvens | -5/+5 |
| 2018-01-13 | Remove wfcheck for auto traits, remove dead error codes | leonardo.yvens | -6/+15 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -3/+0 |
| 2018-01-13 | Don't promote to 'static the result of dereferences. | Eduard-Mihai Burtescu | -13/+12 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -0/+1 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -3/+2 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+1 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -23/+34 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -0/+1 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+14 |
| 2017-12-12 | Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obk | bors | -0/+1 |
| 2017-12-07 | Ignore `unsopported constant expr` error | Agustin Chiappe Berrini | -0/+1 |
| 2017-12-07 | remove unnecessary change | Agustin Chiappe Berrini | -1/+1 |