| Age | Commit message (Expand) | Author | Lines |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -398/+1474 |
| 2021-07-19 | Auto merge of #87271 - flip1995:clippyup, r=Manishearth | bors | -298/+468 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -398/+1474 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -47/+91 |
| 2021-07-19 | Auto merge of #87269 - GuillaumeGomez:rollup-qukedv0, r=GuillaumeGomez | bors | -126/+239 |
| 2021-07-19 | Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup | flip1995 | -298/+468 |
| 2021-07-19 | Auto merge of #7476 - flip1995:rustup, r=flip1995 | bors | -36/+26 |
| 2021-07-19 | Bump nightly version -> 2021-07-19 | flip1995 | -1/+1 |
| 2021-07-19 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -318/+492 |
| 2021-07-19 | Rollup merge of #87268 - SkiFire13:fix-uninit-ref-list, r=nagisa | Guillaume Gomez | -6/+6 |
| 2021-07-19 | Rollup merge of #87259 - Llandy3d:triagebot_shortcuts, r=nikomatsakis | Guillaume Gomez | -0/+2 |
| 2021-07-19 | Rollup merge of #87256 - Aaron1011:hir-wf-assoc-default, r=oli-obk | Guillaume Gomez | -7/+11 |
| 2021-07-19 | Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle | Guillaume Gomez | -0/+13 |
| 2021-07-19 | Rollup merge of #87236 - sunfishcode:avoid-locking-args, r=joshtriplett | Guillaume Gomez | -22/+3 |
| 2021-07-19 | Rollup merge of #87227 - bstrie:asm2arch, r=Amanieu | Guillaume Gomez | -49/+73 |
| 2021-07-19 | Rollup merge of #87210 - notriddle:notriddle/rustdoc-sidebar-headers, r=Guill... | Guillaume Gomez | -41/+45 |
| 2021-07-19 | Rollup merge of #86230 - GuillaumeGomez:nocapture, r=camelid | Guillaume Gomez | -1/+86 |
| 2021-07-19 | Auto merge of #7470 - DevinR528:fix-ice7447, r=flip1995 | bors | -1/+29 |
| 2021-07-19 | Don't create references to uninitialized data in List::from_arena | Giacomo Stevanato | -6/+6 |
| 2021-07-19 | Auto merge of #87196 - oxalica:option-insert-must-use, r=joshtriplett | bors | -0/+1 |
| 2021-07-19 | Auto merge of #7403 - Anthuang:redundant-method-names, r=Manishearth | bors | -64/+252 |
| 2021-07-19 | Run bless | Anthony Huang | -1/+1 |
| 2021-07-19 | Auto merge of #87146 - Aaron1011:better-macro-lint, r=petrochenkov | bors | -59/+226 |
| 2021-07-19 | Auto merge of #86848 - notriddle:notriddle/drop-dyn, r=varkor | bors | -5/+122 |
| 2021-07-18 | Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrum | bors | -1/+6 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -49/+73 |
| 2021-07-18 | Auto merge of #86950 - tmiasko:personality, r=nagisa | bors | -5/+38 |
| 2021-07-18 | triagebot shortcut config | Llandy Riveron Del Risco | -0/+2 |
| 2021-07-18 | Auto merge of #7474 - camsteffen:binop, r=Manishearth | bors | -216/+98 |
| 2021-07-18 | Extend HIR-based WF checking to associated type defaults | Aaron Hill | -7/+11 |
| 2021-07-18 | fix(clippy): add missing allow(dyn_drop) | Michael Howell | -1/+1 |
| 2021-07-18 | Add `#![allow(dyn_drop)]` to test cases with `dyn Drop` in them | Michael Howell | -3/+5 |
| 2021-07-18 | feat(rustc_lint): add `dyn_drop` | Michael Howell | -1/+116 |
| 2021-07-18 | Auto merge of #87252 - RalfJung:miri, r=RalfJung | bors | -9/+12 |
| 2021-07-18 | update Miri | Ralf Jung | -9/+12 |
| 2021-07-18 | Auto merge of #86698 - cjgillot:modc, r=estebank | bors | -204/+231 |
| 2021-07-18 | Add test to check width of item-info | Guillaume Gomez | -0/+10 |
| 2021-07-18 | Fix item info display | Guillaume Gomez | -0/+3 |
| 2021-07-18 | Add invalid rust code for test | Guillaume Gomez | -0/+36 |
| 2021-07-18 | Don't capture child process output at all when --no-capture is used | Guillaume Gomez | -4/+10 |
| 2021-07-18 | Add doc for --nocapture | Guillaume Gomez | -0/+7 |
| 2021-07-18 | Add test for rustdoc --nocapture option | Guillaume Gomez | -0/+18 |
| 2021-07-18 | Add --nocapture option to rustdoc | Guillaume Gomez | -0/+18 |
| 2021-07-18 | Remove deadlock virtual call. | Camille GILLOT | -11/+9 |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -197/+226 |
| 2021-07-18 | Auto merge of #87242 - JohnTitor:rollup-t9rmwpo, r=JohnTitor | bors | -101/+352 |
| 2021-07-17 | Add tests for command line lint control | inquisitivecrystal | -0/+72 |
| 2021-07-17 | Make `--force-warns` a normal lint level option | inquisitivecrystal | -47/+19 |
| 2021-07-18 | Auto merge of #87071 - inquisitivecrystal:inclusive-range, r=estebank | bors | -7/+62 |
| 2021-07-18 | Rollup merge of #87205 - matthiaskrgr:clippy_cln, r=oli-obk | Yuki Okushi | -3/+2 |