| Age | Commit message (Expand) | Author | Lines |
| 2018-07-12 | Put the two halves of suggest_ampmut back together | ashtneoi | -22/+16 |
| 2018-07-12 | Don't try to suggest `ref mut` for implicit `ref` | ashtneoi | -20/+26 |
| 2018-07-12 | Reimplement some "add `mut`" suggestions under NLL | ashtneoi | -35/+88 |
| 2018-07-12 | Add `ref mut` suggestion test | ashtneoi | -0/+52 |
| 2018-07-13 | Auto merge of #52046 - cramertj:fix-generator-mir, r=eddyb | bors | -44/+246 |
| 2018-07-12 | Auto merge of #51339 - sdroege:exact-chunks-remainder, r=alexcrichton | bors | -8/+54 |
| 2018-07-12 | Ensure StorageDead is created even if variable initialization fails | Taylor Cramer | -44/+246 |
| 2018-07-12 | Auto merge of #52256 - tinco:issue_52255, r=sanxiyn | bors | -8/+5 |
| 2018-07-12 | Auto merge of #52303 - kennytm:rollup, r=kennytm | bors | -68/+182 |
| 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-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 | Auto merge of #52268 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -480/+865 |
| 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 |