| Age | Commit message (Expand) | Author | Lines |
| 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 | Add missing dyn in tests | ljedrz | -9/+9 |
| 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-10 | rustc: Search all derives for inert attributes | Alex Crichton | -1/+69 |
| 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 |
| 2018-07-10 | Rollup merge of #52171 - bharrisau:fsub-count, r=estebank | Guillaume Gomez | -3/+4 |
| 2018-07-10 | Rollup merge of #52151 - GuillaumeGomez:trait-impl-settings, r=QuietMisdreavus | Guillaume Gomez | -14/+18 |
| 2018-07-10 | Rollup merge of #52149 - willmo:transparent-atomics, r=cramertj | Guillaume Gomez | -0/+3 |
| 2018-07-10 | Rollup merge of #52064 - Valloric:patch-1, r=cramertj | Guillaume Gomez | -1/+4 |
| 2018-07-10 | Rollup merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelix | Guillaume Gomez | -2/+49 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -195/+199 |
| 2018-07-10 | Auto merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelix | bors | -2/+49 |
| 2018-07-10 | Add missing dyn in liballoc | ljedrz | -37/+36 |
| 2018-07-10 | Pacify tidy | ljedrz | -1/+2 |
| 2018-07-10 | Restore #![deny(warnings)] | ljedrz | -0/+1 |
| 2018-07-10 | Deny bare trait objects in in src/libsyntax | ljedrz | -73/+75 |
| 2018-07-10 | Add missing `dyn` for cloudabi, redox, unix and wasm | ljedrz | -7/+7 |
| 2018-07-10 | Deny bare trait objects in in src/liballoc | ljedrz | -12/+13 |
| 2018-07-10 | Deny bare trait objects in `src/libstd`. | ljedrz | -98/+99 |
| 2018-07-10 | Change wording for {copy, clone}_from_slice | Anirudh Balaji | -6/+6 |
| 2018-07-10 | Auto merge of #52196 - ollie27:rustdoc_ctor_imports, r=QuietMisdreavus | bors | -5/+32 |
| 2018-07-10 | Amend option.take examples | Ben Berman | -2/+4 |
| 2018-07-10 | Deny bare trait objects in `src/bootstrap`. | ljedrz | -6/+6 |
| 2018-07-10 | Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton | bors | -8/+253 |
| 2018-07-10 | bootstrap: our best to achieve atomic rename on Win32 | NODA, Kai | -1/+6 |
| 2018-07-10 | bootstrap: write texts to a .tmp file first for atomicity | NODA, Kai | -5/+13 |
| 2018-07-10 | Remove rustdoc plugins | steveklabnik | -58/+12 |
| 2018-07-10 | Auto merge of #52168 - nikomatsakis:nll-region-name, r=estebank | bors | -22/+300 |
| 2018-07-10 | Auto merge of #52204 - zackmdavis:and_the_crate_of_the_missing_module, r=oli-obk | bors | -1/+55 |