| Age | Commit message (Expand) | Author | Lines |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Use is_const() | Yuki Okushi | -2/+2 |
| 2019-08-15 | Use a match guard to avoid code repetition | Yuki Okushi | -8/+5 |
| 2019-08-15 | Check FnHeader not to cause ICE | Yuki Okushi | -3/+14 |
| 2019-08-15 | Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centril | bors | -106/+245 |
| 2019-08-14 | Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r | Mazdak Farrokhzad | -47/+45 |
| 2019-08-14 | Rollup merge of #63509 - estebank:async-span, r=Centril | Mazdak Farrokhzad | -1/+4 |
| 2019-08-14 | Rollup merge of #63507 - estebank:type-inference-error, r=Centril | Mazdak Farrokhzad | -57/+192 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -1/+4 |
| 2019-08-14 | Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centril | bors | -12/+12 |
| 2019-08-14 | review comments | Esteban Küber | -64/+73 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -47/+45 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -12/+12 |
| 2019-08-14 | Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r... | Mazdak Farrokhzad | -9/+40 |
| 2019-08-14 | Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-... | Mazdak Farrokhzad | -125/+102 |
| 2019-08-13 | Suggest giving return type to closures on E0282 | Esteban Küber | -71/+142 |
| 2019-08-13 | review comments | Esteban Küber | -5/+7 |
| 2019-08-13 | Do not track the sysroot. | Joel Galenson | -8/+1 |
| 2019-08-13 | Point at the right enclosing scope when using `await` in non-async fn | Esteban Küber | -1/+4 |
| 2019-08-12 | Suggest `Box::new` when appropriate | Esteban Küber | -4/+24 |
| 2019-08-12 | Fix tidy | Esteban Küber | -1/+1 |
| 2019-08-12 | Resolve types when suggesting boxed closure | Esteban Küber | -4/+23 |
| 2019-08-12 | clear in-scope lifetimes for nested items in HIR lowering | Niko Matsakis | -4/+28 |
| 2019-08-12 | When needing type annotations in local bindings, account for impl Trait and c... | Esteban Küber | -2/+16 |
| 2019-08-12 | revamp comment | Niko Matsakis | -15/+61 |
| 2019-08-12 | use `modern` everywhere | Niko Matsakis | -1/+4 |
| 2019-08-12 | revamp how we handle elision in async fn | Niko Matsakis | -125/+56 |
| 2019-08-12 | Hash the remapped sysroot instead of the original. | Joel Galenson | -2/+9 |
| 2019-08-12 | use `ParamName` to track in-scope lifetimes instead of Ident | Niko Matsakis | -5/+9 |
| 2019-08-12 | Rollup merge of #62108 - Zoxc:sharded-queries, r=oli-obk | Mazdak Farrokhzad | -26/+28 |
| 2019-08-11 | Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb | Mark Rousskov | -2/+2 |
| 2019-08-11 | Rollup merge of #63441 - bjorn3:patch-1, r=Mark-Simulacrum | Mark Rousskov | -2/+2 |
| 2019-08-11 | Rollup merge of #63440 - RalfJung:ctfe-backtrace, r=oli-obk | Mark Rousskov | -1/+1 |
| 2019-08-11 | Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddyb | Mark Rousskov | -10/+23 |
| 2019-08-11 | Copy ty::Instance instead of passing by reference | Mark Rousskov | -2/+2 |
| 2019-08-11 | Derive Debug for NativeLibrary and NativeLibraryKind | bjorn3 | -2/+2 |
| 2019-08-11 | Remove `HAS_NORMALIZABLE_PROJECTION` | Matthew Jasper | -17/+8 |
| 2019-08-11 | Don't gensym `Self` parameters | Matthew Jasper | -10/+1 |
| 2019-08-11 | Remove `is_self` and `has_self_ty` methods | Matthew Jasper | -113/+99 |
| 2019-08-11 | Auto merge of #63446 - Centril:refactor-lowering, r=oli-obk | bors | -2780/+2912 |
| 2019-08-11 | proper doc comment for 'recovered' field of variant | Ralf Jung | -2/+2 |
| 2019-08-11 | note a FIXME | Ralf Jung | -0/+1 |
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -8/+20 |
| 2019-08-11 | fix a comment | Ralf Jung | -1/+1 |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -3/+5 |
| 2019-08-10 | lowering: move lower_arg -> item.rs | Mazdak Farrokhzad | -9/+9 |
| 2019-08-10 | lowering: move scope & capture_clause stuff -> expr.rs | Mazdak Farrokhzad | -66/+66 |
| 2019-08-10 | lowering: refactor into item.rs | Mazdak Farrokhzad | -1417/+1444 |
| 2019-08-10 | lowering: move {lower_arm,arm} -> expr.rs | Mazdak Farrokhzad | -25/+29 |
| 2019-08-10 | lowering: move field -> expr.rs | Mazdak Farrokhzad | -10/+10 |