| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -6/+6 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -6/+2 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -6/+6 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -0/+2 |
| 2018-07-26 | Add flag indicating whether AST `borrowck` query signalled any error. | Felix S. Klock II | -0/+8 |
| 2018-07-25 | Change ManuallyDrop from an union to a struct and make it a lang item. | Eduard-Mihai Burtescu | -0/+2 |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -1/+1 |
| 2018-07-22 | in which the elided-lifetimes-in-paths lint undergoes a revolution | Zack M. Davis | -16/+4 |
| 2018-07-21 | Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb | bors | -10/+6 |
| 2018-07-20 | Refactor a few push loops to iterators in librustc | ljedrz | -10/+6 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -1/+2 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -17/+57 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -1/+2 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -17/+57 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -5/+0 |
| 2018-07-16 | Fix tidy | csmoe | -17/+44 |
| 2018-07-16 | ItemKind | csmoe | -79/+79 |
| 2018-07-16 | ForeignItemKind | csmoe | -3/+3 |
| 2018-07-16 | TyKind | csmoe | -14/+14 |
| 2018-07-16 | ExprKind | csmoe | -136/+136 |
| 2018-07-16 | VariantKind | csmoe | -1/+1 |
| 2018-07-16 | DeclKind | csmoe | -4/+4 |
| 2018-07-16 | StmtKind | csmoe | -7/+7 |
| 2018-07-16 | BinOpKind | csmoe | -2/+2 |
| 2018-07-15 | Auto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb | bors | -5/+1 |
| 2018-07-14 | Remove `ty_to_def_id` | Oliver Schneider | -5/+1 |
| 2018-07-14 | Remove most of `Hash` impls from AST and HIR structures | Vadim Petrochenkov | -1/+1 |
| 2018-07-13 | Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix | bors | -1/+1 |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -1/+1 |
| 2018-07-12 | rename `graph` to `control_flow_graph::implementation` | Niko Matsakis | -1/+1 |
| 2018-07-11 | Rollup merge of #52247 - ljedrz:dyn_librustc, r=oli-obk | Mark Rousskov | -1/+1 |
| 2018-07-11 | Deny bare trait objects in in src/librustc | ljedrz | -1/+1 |
| 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 |