| Age | Commit message (Expand) | Author | Lines |
| 2018-07-18 | Don't call `local_def_id` twice on the same node id | Oliver Schneider | -7/+9 |
| 2018-07-18 | Add test for using existential types in associated types | Oliver Schneider | -0/+36 |
| 2018-07-18 | Only check existential types, not the desugared impl Trait | Oliver Schneider | -50/+58 |
| 2018-07-18 | Typeck existential types properly | Oliver Schneider | -9/+50 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -117/+1385 |
| 2018-07-17 | Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomez | bors | -63/+63 |
| 2018-07-17 | Auto merge of #52433 - kennytm:rollup, r=kennytm | bors | -44/+114 |
| 2018-07-17 | Fix doc link | Felix Rabe | -63/+63 |
| 2018-07-17 | Auto merge of #52190 - davidtwco:issue-52028, r=nikomatsakis | bors | -121/+174 |
| 2018-07-17 | Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre... | kennytm | -1/+26 |
| 2018-07-17 | Rollup merge of #52446 - kennytm:block-beta-on-clippy, r=nrc | kennytm | -7/+9 |
| 2018-07-17 | Rollup merge of #52434 - Mark-Simulacrum:incremental-keep-stage, r=alexcrichton | kennytm | -4/+1 |
| 2018-07-17 | Rollup merge of #52338 - RalfJung:miri, r=oli-obk | kennytm | -2511/+11927 |
| 2018-07-17 | Rollup merge of #52435 - ljedrz:misc_capacity, r=estebank | kennytm | -2/+3 |
| 2018-07-17 | Rollup merge of #52306 - ljedrz:obligation_forest_clone, r=varkor | kennytm | -3/+8 |
| 2018-07-17 | Rollup merge of #52286 - ljedrz:dyn_librustc_errors, r=varkor | kennytm | -17/+20 |
| 2018-07-17 | Rollup merge of #52430 - RalfJung:nomicon, r=kennytm | kennytm | -0/+0 |
| 2018-07-17 | update miri | Ralf Jung | -14/+14 |
| 2018-07-17 | update miri (Windows tests fixed) | Ralf Jung | -14/+14 |
| 2018-07-17 | update miri | Ralf Jung | -7/+44 |
| 2018-07-17 | Auto merge of #52335 - nnethercote:BitSlice-fixes, r=nikomatsakis | bors | -44/+28 |
| 2018-07-17 | Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obk | bors | -17/+9577 |
| 2018-07-16 | Generate region values directly to reduce memory usage. | David Wood | -121/+174 |
| 2018-07-16 | Return tests that have platform dependant output | Esteban Küber | -59/+0 |
| 2018-07-17 | Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakis | bors | -51/+53 |
| 2018-07-16 | Update clippy | Manish Goregaokar | -5/+8 |
| 2018-07-17 | Block beta if clippy breaks. | kennytm | -7/+9 |
| 2018-07-16 | Auto merge of #52081 - alexcrichton:proc-macro-stable, r=petrochenkov | bors | -515/+241 |
| 2018-07-17 | Rollup merge of #52392 - heycam:patch-1, r=steveklabnik | kennytm | -3/+3 |
| 2018-07-16 | Calculate the exact capacity for 2 HashMaps | ljedrz | -2/+3 |
| 2018-07-16 | Enable incremental independent of stage | Mark Rousskov | -4/+1 |
| 2018-07-16 | Rollup merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakis | kennytm | -51/+53 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -515/+241 |
| 2018-07-16 | update nomicon | Ralf Jung | -0/+0 |
| 2018-07-16 | Update the clippy submodule | Oliver Schneider | -5/+5 |
| 2018-07-16 | Update a debug string | Oliver Schneider | -1/+1 |
| 2018-07-16 | Fix tidy | csmoe | -42/+131 |
| 2018-07-16 | ItemKind | csmoe | -696/+696 |
| 2018-07-16 | ForeignItemKind | csmoe | -61/+60 |
| 2018-07-16 | TyKind | csmoe | -142/+143 |
| 2018-07-16 | ExprKind | csmoe | -667/+666 |
| 2018-07-16 | VariantKind | csmoe | -11/+11 |
| 2018-07-16 | DeclKind | csmoe | -37/+36 |
| 2018-07-16 | StmtKind | csmoe | -63/+62 |
| 2018-07-16 | BinOpKind | csmoe | -293/+297 |
| 2018-07-16 | Auto merge of #52422 - michaelwoerister:revert-52266, r=oli-obk | bors | -457/+171 |
| 2018-07-16 | Auto merge of #52395 - zackmdavis:and_the_case_of_the_renamed_lint, r=estebank | bors | -17/+27 |
| 2018-07-16 | Revert "Provide a way of accessing the ThinLTO module import map in rustc." | Michael Woerister | -132/+1 |
| 2018-07-16 | Revert "Persist ThinLTO import data in incr. comp. session directory." | Michael Woerister | -107/+4 |
| 2018-07-16 | Revert "Clean up CodegenUnit name generation." | Michael Woerister | -154/+57 |