| Age | Commit message (Expand) | Author | Lines |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -38/+299 |
| 2021-07-20 | Auto merge of #87224 - RalfJung:miri-ptr-oob, r=oli-obk | bors | -28/+65 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -1950/+536 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -38/+155 |
| 2021-07-20 | Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebank | bors | -9/+19 |
| 2021-07-19 | Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov | bors | -6/+19 |
| 2021-07-19 | Remove special case for `ExprKind::Paren` in `MutVisitor` | Aaron Hill | -6/+19 |
| 2021-07-19 | Better diagnostics when mismatched types due to implict static lifetime | jackh726 | -24/+168 |
| 2021-07-19 | Auto merge of #87153 - michaelwoerister:debuginfo-names-dyn-trait-projection-... | bors | -108/+182 |
| 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 | [debuginfo] Adapt CDB tests after changes to whitespace usage in debuginfo ty... | Michael Woerister | -12/+12 |
| 2021-07-19 | Improve impl trait disallowed context error text | Santiago Pastorino | -100/+100 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -47/+91 |
| 2021-07-19 | Improve impl_trait_in_bindings removed feature text | Santiago Pastorino | -1/+1 |
| 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 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -737/+384 |
| 2021-07-18 | Move mir_def_id inside `eq_opaque_type_and_type` | Santiago Pastorino | -8/+5 |
| 2021-07-18 | Remove `sub_types_or_anon` | Santiago Pastorino | -113/+2 |
| 2021-07-18 | Add `sub_types` docs | Santiago Pastorino | -0/+1 |