| Age | Commit message (Expand) | Author | Lines |
| 2018-07-11 | Uncapitalize "If" | Matt Kraai | -1/+1 |
| 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 | 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 |
| 2018-07-11 | Auto merge of #52245 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -168/+187 |
| 2018-07-11 | fix typo | Ralf Jung | -2/+2 |
| 2018-07-11 | Remove unused variable | Oliver Schneider | -1/+0 |
| 2018-07-11 | Hitchhike with rls into stable | Oliver Schneider | -1/+1 |
| 2018-07-11 | Revert borked changes in last commit. | ljedrz | -14/+15 |
| 2018-07-11 | Rollup merge of #52241 - felixrabe:patch-1, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2018-07-11 | Rollup merge of #52238 - frewsxcv:frewsxcv-unwrap, r=GuillaumeGomez | Guillaume Gomez | -1/+5 |
| 2018-07-11 | Rollup merge of #52233 - GuillaumeGomez:rustdoc-lint-handling, r=oli-obk | Guillaume Gomez | -3/+12 |
| 2018-07-11 | Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomez | Guillaume Gomez | -163/+163 |
| 2018-07-11 | Rollup merge of #51701 - anirudhb:master, r=frewsxcv | Guillaume Gomez | -0/+6 |
| 2018-07-11 | Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister | bors | -195/+199 |
| 2018-07-11 | Fix typo in E0433 docs | Felix Rabe | -1/+1 |
| 2018-07-10 | remove sync::Once::call_once 'static | Christopher Durham | -6/+6 |
| 2018-07-10 | Avoid unwrapping in PanicInfo doc example. | Corey Farwell | -1/+5 |
| 2018-07-11 | Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelix | bors | -4/+31 |
| 2018-07-11 | Improve lint handling in rustdoc | Guillaume Gomez | -3/+12 |
| 2018-07-11 | add test for #52213 | Ariel Ben-Yehuda | -0/+24 |
| 2018-07-11 | add a debug log for more MC failures | Ariel Ben-Yehuda | -3/+6 |
| 2018-07-11 | use the adjusted type for cat_pattern in tuple patterns | Ariel Ben-Yehuda | -1/+1 |
| 2018-07-10 | Fix typo in error message E0277 | Rémy Rakic | -163/+163 |
| 2018-07-10 | Rollup merge of #52195 - alexcrichton:no-tmp, r=pnkfelix | Guillaume Gomez | -3/+3 |