| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis | Eric Huss | -6/+6 |
| 2021-07-21 | Rollup merge of #87342 - midgleyc:add-E0757-long, r=GuillaumeGomez | Guillaume Gomez | -1/+34 |
| 2021-07-21 | Rollup merge of #87321 - midgleyc:add-E0722-long, r=GuillaumeGomez | Guillaume Gomez | -1/+32 |
| 2021-07-21 | Rollup merge of #87311 - oli-obk:nll_suggestion_span, r=estebank | Guillaume Gomez | -4/+6 |
| 2021-07-21 | Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk | Guillaume Gomez | -22/+34 |
| 2021-07-21 | Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwco | Guillaume Gomez | -9/+5 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -6/+6 |
| 2021-07-21 | docs: normalise wording in line with docs | Chris Midgley | -1/+1 |
| 2021-07-21 | docs: add additional links for ffi_pure / ffi_const | Chris Midgley | -2/+10 |
| 2021-07-21 | Add long explanation for E0757 | Chris Midgley | -1/+26 |
| 2021-07-21 | docs: add newline before example | Chris Midgley | -0/+1 |
| 2021-07-21 | docs: remove spurious main functions | Chris Midgley | -4/+0 |
| 2021-07-21 | add working code example | Chris Midgley | -0/+10 |
| 2021-07-20 | Add long explanation for E0722 | Chris Midgley | -1/+25 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -4/+6 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -31/+149 |
| 2021-07-20 | Auto merge of #87224 - RalfJung:miri-ptr-oob, r=oli-obk | bors | -18/+40 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -313/+61 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -31/+53 |
| 2021-07-20 | Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebank | bors | -7/+7 |
| 2021-07-19 | Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov | bors | -6/+0 |
| 2021-07-19 | Remove special case for `ExprKind::Paren` in `MutVisitor` | Aaron Hill | -6/+0 |
| 2021-07-19 | Better diagnostics when mismatched types due to implict static lifetime | jackh726 | -16/+112 |
| 2021-07-19 | Auto merge of #87153 - michaelwoerister:debuginfo-names-dyn-trait-projection-... | bors | -71/+140 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -28/+52 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -28/+52 |
| 2021-07-19 | Improve impl trait disallowed context error text | Santiago Pastorino | -1/+1 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -46/+18 |
| 2021-07-19 | Improve impl_trait_in_bindings removed feature text | Santiago Pastorino | -1/+1 |
| 2021-07-19 | Recognize bounds on impls as const bounds | Deadbeef | -14/+23 |
| 2021-07-19 | Iterate through impls only when permitted | Deadbeef | -8/+11 |
| 2021-07-19 | Rollup merge of #87268 - SkiFire13:fix-uninit-ref-list, r=nagisa | Guillaume Gomez | -6/+6 |
| 2021-07-19 | Rollup merge of #87256 - Aaron1011:hir-wf-assoc-default, r=oli-obk | Guillaume Gomez | -1/+5 |
| 2021-07-19 | Don't create references to uninitialized data in List::from_arena | Giacomo Stevanato | -6/+6 |
| 2021-07-19 | Auto merge of #87146 - Aaron1011:better-macro-lint, r=petrochenkov | bors | -44/+119 |
| 2021-07-19 | Auto merge of #86848 - notriddle:notriddle/drop-dyn, r=varkor | bors | -1/+62 |
| 2021-07-18 | Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrum | bors | -1/+6 |
| 2021-07-18 | Auto merge of #86950 - tmiasko:personality, r=nagisa | bors | -5/+14 |
| 2021-07-18 | Extend HIR-based WF checking to associated type defaults | Aaron Hill | -1/+5 |
| 2021-07-18 | feat(rustc_lint): add `dyn_drop` | Michael Howell | -1/+62 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -42/+16 |
| 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 | -30/+2 |
| 2021-07-18 | Add `sub_types` docs | Santiago Pastorino | -0/+1 |
| 2021-07-18 | Revert "structural_match: non-structural-match ty closures" | Santiago Pastorino | -8/+1 |
| 2021-07-18 | Remove origin field from TypeAliasesOpaqueTy | Santiago Pastorino | -10/+4 |
| 2021-07-18 | Use == to compare OpaqueTyOrigin values | Santiago Pastorino | -2/+2 |
| 2021-07-18 | Remove OpaqueTyOrigin::Misc, use TyAlias instead | Santiago Pastorino | -9/+6 |
| 2021-07-18 | Removing unhandled region constraint error that is only for impl_trait_in_bin... | Santiago Pastorino | -34/+5 |
| 2021-07-18 | Remove impl_trait_in_bindings handling on inference error reporting | Santiago Pastorino | -5/+2 |