| Age | Commit message (Expand) | Author | Lines |
| 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-16 | cleanup unnecessary else | Michael Lamparski | -6/+4 |
| 2018-07-17 | Rollup merge of #52392 - heycam:patch-1, r=steveklabnik | kennytm | -3/+3 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -328/+147 |
| 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 | Revert some changes from #51917 to fix #52317. | O01eg | -2/+3 |
| 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 | Enable default inlining in platform intrinsics | ljedrz | -21/+0 |
| 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 |
| 2018-07-16 | Revert "Clean up LLVM module naming (just use CodegenUnit names)." | Michael Woerister | -39/+69 |
| 2018-07-16 | Revert "Adapt codegen-unit tests to new CGU naming scheme." | Michael Woerister | -58/+35 |
| 2018-07-16 | Revert "Fix some run-make tests after object file naming has changed." | Michael Woerister | -5/+5 |
| 2018-07-16 | Revert "Use callback-based interface to load ThinLTO import data into rustc." | Michael Woerister | -58/+96 |
| 2018-07-15 | Fix tests | Esteban Küber | -32/+0 |
| 2018-07-16 | Auto merge of #52386 - Manishearth:quote-clarify, r=petrochenkov | bors | -0/+5 |
| 2018-07-16 | Auto merge of #52373 - eonil:master, r=kennytm | bors | -0/+2 |
| 2018-07-15 | Move some `compile-fail` tests to `ui` | Esteban Küber | -17/+9668 |
| 2018-07-15 | Auto merge of #52401 - semarie:tidy-extdeps, r=alexcrichton | bors | -0/+52 |
| 2018-07-15 | Auto merge of #52400 - RalfJung:match, r=oli-obk | bors | -4/+61 |
| 2018-07-15 | Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton | bors | -11/+247 |
| 2018-07-15 | fix line numbers | Ralf Jung | -3/+3 |
| 2018-07-15 | Auto merge of #52399 - semarie:llvmtools, r=alexcrichton | bors | -0/+9 |
| 2018-07-15 | impl PartialEq+Eq for BuildHasherDefault | Marco Neumann | -0/+10 |
| 2018-07-15 | Auto merge of #52372 - KarolinePlum:Duration-rounding-documentation, r=joshtr... | bors | -4/+4 |
| 2018-07-15 | Remove a clone in mir/transform/add_validation. | ljedrz | -10/+11 |
| 2018-07-15 | add license text | Ralf Jung | -0/+10 |
| 2018-07-15 | add test case | Ralf Jung | -0/+42 |
| 2018-07-15 | tidy: add a new test for external dependencies | Sébastien Marie | -0/+52 |
| 2018-07-15 | Auto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb | bors | -31/+20 |