| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | Resolve nested inference variables. | Oli Scherer | -19/+7 |
| 2021-07-22 | Remove an unnecessary variable | Oli Scherer | -2/+1 |
| 2021-07-22 | Use instrument debugging for more readable logs | Oli Scherer | -13/+9 |
| 2021-07-22 | Make mir borrowck's use of opaque types independent of the typeck query's result | Oli Scherer | -87/+66 |
| 2021-07-22 | Fix VecMap::iter_mut | Oli Scherer | -5/+6 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -47/+172 |
| 2021-07-22 | Auto merge of #87250 - robojumper:87199-sized-relaxation, r=nikomatsakis | bors | -0/+1 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -36/+108 |
| 2021-07-21 | Improve caching during trait evaluation | Aaron Hill | -28/+49 |
| 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 | Support HIR wf checking for function signatures | Aaron Hill | -47/+172 |
| 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 |