| Age | Commit message (Expand) | Author | Lines |
| 2018-07-11 | Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelix | bors | -1/+1 |
| 2018-07-11 | use the adjusted type for cat_pattern in tuple patterns | Ariel Ben-Yehuda | -1/+1 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -1/+17 |
| 2018-07-05 | Auto merge of #51967 - varkor:const-body-break-continue, r=estebank | bors | -25/+28 |
| 2018-07-03 | Rollup merge of #51979 - oli-obk:lowering_cleanups4, r=nikomatsakis | Pietro Albini | -91/+100 |
| 2018-07-02 | Add more safeguards to "missing binding mode" errors | varkor | -25/+28 |
| 2018-07-02 | Get rid of `TyImplTraitExistential` | Oliver Schneider | -91/+100 |
| 2018-07-01 | add FIXMEs pleading for post-@ edit of commentary on mem_categorization | Zack M. Davis | -8/+14 |
| 2018-07-01 | use HirId in middle::mem_categorization::cmt_, and consequences of that | Zack M. Davis | -54/+53 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -2/+2 |
| 2018-07-01 | Rollup merge of #51921 - japaric:panic-impl-error, r=nagisa | Pietro Albini | -3/+7 |
| 2018-07-01 | Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank | bors | -2/+6 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -2/+2 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -3/+3 |
| 2018-06-29 | improve the error message when `#[panic_implementation]` is missing | Jorge Aparicio | -3/+7 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -178/+0 |
| 2018-06-28 | Always check type_dependent_defs | varkor | -2/+6 |
| 2018-06-28 | Auto merge of #51687 - japaric:gh51671, r=alexcrichton | bors | -0/+10 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -125/+0 |
| 2018-06-28 | Move the Lrc outside the error type and name the fields | Oliver Schneider | -6/+7 |
| 2018-06-28 | Remove unused type | Oliver Schneider | -18/+0 |
| 2018-06-28 | Address review comments | Oliver Schneider | -1/+1 |
| 2018-06-28 | Eliminate old CTFE's `ErrKind` | Oliver Schneider | -47/+14 |
| 2018-06-28 | Simplify const error reporting | Oliver Schneider | -10/+7 |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -12/+12 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -3/+4 |
| 2018-06-28 | Use `Ident`s in a number of structures in HIR | Vadim Petrochenkov | -36/+30 |
| 2018-06-28 | Use `Ident`s for lifetimes in HIR | Vadim Petrochenkov | -15/+16 |
| 2018-06-28 | Auto merge of #51444 - estebank:impl-static, r=nikomatsakis | bors | -1/+1 |
| 2018-06-26 | Flatten some occurrences of `[P<T>]` to `[T]` | Oliver Schneider | -1/+1 |
| 2018-06-24 | Update broken rustc-guide links | Alex Kitchens | -1/+1 |
| 2018-06-23 | Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov | bors | -5/+5 |
| 2018-06-23 | Rename ExprAgain to ExprContinue | varkor | -5/+5 |
| 2018-06-23 | Auto merge of #51580 - cramertj:async-await, r=eddyb | bors | -3/+3 |
| 2018-06-23 | Auto merge of #51697 - estebank:once-used-lifetime-label, r=oli-obk | bors | -3/+6 |
| 2018-06-22 | Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche... | bors | -2/+4 |
| 2018-06-22 | Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin... | bors | -5/+6 |
| 2018-06-21 | Parse async fn header. | Without Boats | -3/+3 |
| 2018-06-21 | Add label to lint for lifetimes used once | Esteban Küber | -3/+6 |
| 2018-06-21 | Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk | bors | -2/+11 |
| 2018-06-21 | do not introduce *false* results from lifetime resolution | Niko Matsakis | -2/+11 |
| 2018-06-21 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -2/+3 |
| 2018-06-21 | rename `pat_ty` to `pat_ty_adjusted` for clarity | Niko Matsakis | -4/+4 |
| 2018-06-21 | translate / export weak lang items | Jorge Aparicio | -0/+10 |
| 2018-06-21 | Support future deprecation for rustc_deprecated | varkor | -2/+4 |
| 2018-06-20 | Use ty::Generics instead of hir::Generics for various checks | varkor | -16/+23 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -3/+3 |
| 2018-06-20 | Address various comments | varkor | -22/+21 |
| 2018-06-20 | Rename TraitTyParamBound to ParamBound::Trait | varkor | -1/+1 |
| 2018-06-20 | Introduce ParamName and use it in place of LifetimeName | varkor | -80/+67 |