| Age | Commit message (Expand) | Author | Lines |
| 2018-07-13 | Fix some RangeInclusive test cases. | kennytm | -10/+19 |
| 2018-07-13 | Change RangeInclusive to a three-field struct. | kennytm | -97/+155 |
| 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 | 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/libsyntax_ext | ljedrz | -35/+37 |
| 2018-07-12 | Deny bare trait objects in src/librustc_resolve | ljedrz | -4/+6 |
| 2018-07-12 | Auto merge of #52282 - kennytm:fix-rls-break, r=oli-obk | bors | -23/+2 |
| 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 | Uncapitalize "If" | Matt Kraai | -1/+1 |
| 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 | 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 |
| 2018-07-11 | Rollup merge of #52254 - ljedrz:dyn_librustc_metadata, r=cramertj | Mark Rousskov | -12/+14 |
| 2018-07-11 | Rollup merge of #52253 - ljedrz:dyn_librustc_data_structures, r=cramertj | Mark Rousskov | -28/+30 |
| 2018-07-11 | Rollup merge of #52252 - ljedrz:dyn_librustc_codegen_llvm, r=varkor | Mark Rousskov | -33/+34 |
| 2018-07-11 | Rollup merge of #52248 - ljedrz:dyn_librustc_allocator, r=oli-obk | Mark Rousskov | -3/+4 |
| 2018-07-11 | Rollup merge of #52247 - ljedrz:dyn_librustc, r=oli-obk | Mark Rousskov | -5/+7 |
| 2018-07-11 | Rollup merge of #52239 - CAD97:patch-1, r=alexcrichton | Mark Rousskov | -6/+6 |
| 2018-07-11 | Rollup merge of #52224 - ljedrz:dyn_libsyntax, r=oli-obk | Mark Rousskov | -73/+76 |
| 2018-07-11 | Rollup merge of #52223 - ljedrz:dyn_liballoc, r=cramertj | Mark Rousskov | -38/+39 |
| 2018-07-11 | Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebank | Mark Rousskov | -50/+114 |
| 2018-07-11 | Rollup merge of #52193 - Emerentius:step_by_note, r=alexcrichton | Mark Rousskov | -1/+22 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -173/+450 |
| 2018-07-11 | Rollup merge of #51614 - csmoe:lit_sugg, r=estebank | Mark Rousskov | -29/+38 |
| 2018-07-11 | use proper footnote syntax for references | Andy Russell | -13/+11 |
| 2018-07-11 | Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obk | bors | -26/+301 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_codegen_utils | ljedrz | -12/+13 |
| 2018-07-11 | Deny bare trait objects in in src/libpanic_unwind | ljedrz | -17/+18 |
| 2018-07-11 | Auto merge of #51553 - jD91mZM2:uds, r=sfackler | bors | -1/+740 |
| 2018-07-11 | add a missing `dyn` | ljedrz | -1/+1 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_metadata | ljedrz | -12/+14 |
| 2018-07-11 | Enforce #![deny(bare_trait_objects)] in src/librustc_data_structures tests | ljedrz | -14/+14 |
| 2018-07-11 | Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix | bors | -15/+31 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_data_structures | ljedrz | -13/+15 |
| 2018-07-11 | suggest on new snippet | csmoe | -33/+31 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_codegen_llvm | ljedrz | -33/+34 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_allocator | ljedrz | -3/+4 |
| 2018-07-11 | Deny bare trait objects in in src/librustc | ljedrz | -5/+7 |