| Age | Commit message (Expand) | Author | Lines |
| 2018-07-12 | Auto merge of #52256 - tinco:issue_52255, r=sanxiyn | bors | -8/+5 |
| 2018-07-12 | Fix some run-make tests after object file naming has changed. | Michael Woerister | -5/+5 |
| 2018-07-12 | Rollup merge of #52298 - RalfJung:dirs, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-07-12 | Rollup merge of #52295 - ljedrz:dyn_libsyntax_ext, r=petrochenkov | kennytm | -35/+37 |
| 2018-07-12 | Rollup merge of #52287 - ljedrz:dyn_librustc_resolve, r=petrochenkov | kennytm | -4/+6 |
| 2018-07-12 | Rollup merge of #52277 - kraai:patch-2, r=kennytm | kennytm | -1/+1 |
| 2018-07-12 | Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkov | kennytm | -4/+78 |
| 2018-07-12 | Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytm | kennytm | -5/+6 |
| 2018-07-12 | Rollup merge of #52164 - euclio:references, r=TimNN | kennytm | -13/+11 |
| 2018-07-12 | Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichton | kennytm | -0/+24 |
| 2018-07-12 | Rollup merge of #51816 - nodakai:conf-py-tmpfile, r=kennytm | kennytm | -5/+18 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+43 |
| 2018-07-12 | Deny bare trait objects in librustc_target and libtest | ljedrz | -7/+12 |
| 2018-07-12 | Deny bare trait objects in src/libserialize | ljedrz | -8/+10 |
| 2018-07-12 | make reference to dirs crate clickable in terminals | Ralf Jung | -1/+1 |
| 2018-07-12 | Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkov | bors | -1/+69 |
| 2018-07-12 | Deny bare trait objects in src/libterm | ljedrz | -6/+7 |
| 2018-07-12 | Deny bare trait objects in src/libsyntax_ext | ljedrz | -35/+37 |
| 2018-07-12 | Deny bare trait objects in librustc_typeck | ljedrz | -14/+15 |
| 2018-07-12 | Adapt codegen-unit tests to new CGU naming scheme. | Michael Woerister | -35/+58 |
| 2018-07-12 | Add missing dyn in driver.rs | ljedrz | -1/+1 |
| 2018-07-12 | Deny bare trait objects in src/librustc_save_analysis | ljedrz | -3/+4 |
| 2018-07-12 | Deny bare trait objects in src/librustc_resolve | ljedrz | -4/+6 |
| 2018-07-12 | Don't display default generic parameters in diagnostics that compare types. | Mike Hommey | -31/+87 |
| 2018-07-12 | Auto merge of #52282 - kennytm:fix-rls-break, r=oli-obk | bors | -23/+2 |
| 2018-07-12 | Add UI tests for diagnostics comparing types | Mike Hommey | -0/+518 |
| 2018-07-12 | Deny bare trait objects in librustc_driver | ljedrz | -50/+52 |
| 2018-07-12 | make `RegionValues` generic over its domain | Niko Matsakis | -15/+15 |
| 2018-07-12 | introduce a generic SCC computation | Niko Matsakis | -3/+531 |
| 2018-07-12 | strengthen `Idx` to require `Ord + Hash` | Niko Matsakis | -1/+2 |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -21/+21 |
| 2018-07-12 | rename `graph` to `control_flow_graph::implementation` | Niko Matsakis | -12/+16 |
| 2018-07-12 | deconstruct the `ControlFlowGraph` trait into more granular traits | Niko Matsakis | -64/+130 |
| 2018-07-12 | rename `constraint_set` to `constraints` | Niko Matsakis | -6/+5 |
| 2018-07-12 | introduce `ConstraintGraph`, stop mutating constraints in place | Niko Matsakis | -94/+76 |
| 2018-07-12 | generate reborrow constraints at type check time | Niko Matsakis | -152/+154 |
| 2018-07-12 | fix `debug!` | Niko Matsakis | -1/+1 |
| 2018-07-12 | Auto merge of #52194 - steveklabnik:remove-plugins, r=QuietMisdreavus,Guillau... | bors | -58/+12 |
| 2018-07-12 | Update [patch] section of clippy to include clippy_lints. | kennytm | -23/+2 |
| 2018-07-12 | Auto merge of #52089 - eddyb:issue-51907, r=nagisa | bors | -37/+69 |
| 2018-07-11 | Use fast TLS on Fuchsia | Taylor Cramer | -6/+1 |
| 2018-07-11 | llvm-tools-preview: fix build-manifest | Jorge Aparicio | -1/+1 |
| 2018-07-11 | Uncapitalize "If" | Matt Kraai | -1/+1 |
| 2018-07-12 | fix expected output of pretty/cast-lt and issue-4264 tests | Tinco Andringa | -4/+2 |
| 2018-07-11 | rustc: Verify #[proc_macro] is only a word | Alex Crichton | -4/+78 |
| 2018-07-11 | Auto merge of #52172 - oli-obk:clippy_in_rls, r=nrc | bors | -32/+28 |
| 2018-07-11 | Clean up LLVM module naming (just use CodegenUnit names). | Michael Woerister | -69/+39 |
| 2018-07-11 | simplify assertions | Andy Russell | -5/+4 |
| 2018-07-11 | Rollup merge of #52265 - ljedrz:dyn_librustc_codegen_utils, r=oli-obk | Mark Rousskov | -12/+13 |
| 2018-07-11 | Rollup merge of #52261 - ljedrz:dyn_libpanic_unwind, r=alexcrichton | Mark Rousskov | -17/+18 |