| Age | Commit message (Expand) | Author | Lines |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -24/+68 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -44/+204 |
| 2022-07-07 | Fix borrowck closure span. | Camille GILLOT | -3/+1 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -1/+1 |
| 2022-07-07 | Move `dominators` from Body to BasicBlocks | Tomasz Miąsko | -2/+2 |
| 2022-07-07 | Move `predecessors` from Body to BasicBlocks | Tomasz Miąsko | -3/+3 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -6/+1 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -6/+9 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -4/+5 |
| 2022-07-04 | Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-07-04 | fully move dropck to mir | lcnr | -35/+53 |
| 2022-07-04 | more `rustc_pass_by_value` | lcnr | -1/+1 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-07-02 | Rollup merge of #98766 - lcnr:mir-visit-pass_by_value, r=oli-obk | Dylan DPC | -13/+13 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -1/+1 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -13/+13 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+1 |
| 2022-06-30 | promote placeholder bounds to 'static obligations | Niko Matsakis | -5/+33 |
| 2022-06-29 | Rollup merge of #98415 - compiler-errors:rustc-borrowck-session-diagnostic-1,... | Dylan DPC | -23/+72 |
| 2022-06-29 | Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd | bors | -1/+1 |
| 2022-06-28 | Migrate some rustc_borrowck diagnostics to SessionDiagnostic | Michael Goulet | -23/+72 |
| 2022-06-28 | Do not use a suggestion to change a binding's name to a type | Michael Goulet | -25/+30 |
| 2022-06-28 | Remove redundant logic to suggest `as_ref` | Michael Goulet | -46/+7 |
| 2022-06-28 | Rollup merge of #98420 - davidtwco:translation-lint-fixes-and-more-migration,... | Dylan DPC | -2/+6 |
| 2022-06-27 | fold_region: remove unused parameter | lcnr | -12/+10 |
| 2022-06-27 | outside of borrowck, do not provide an implicit_region_bound | lcnr | -8/+8 |
| 2022-06-27 | various: add `rustc_lint_diagnostics` to diag fns | David Wood | -2/+6 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-24 | Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 | bors | -21/+82 |
| 2022-06-23 | Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillot | Michael Goulet | -5/+56 |
| 2022-06-23 | run `x.py fmt` | Niko Matsakis | -4/+1 |
| 2022-06-23 | apply suggestions from oli-obk | Niko Matsakis | -1/+1 |
| 2022-06-23 | rename IfEqBound to IfEq | Niko Matsakis | -4/+4 |
| 2022-06-23 | remove VerifyBound::IfEq variant | Niko Matsakis | -23/+0 |
| 2022-06-22 | Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov | bors | -1/+8 |
| 2022-06-21 | Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obk | Yuki Okushi | -10/+14 |
| 2022-06-20 | Give name if anonymous region appears in impl signature | Michael Goulet | -5/+56 |
| 2022-06-19 | Only use special async fn case for actual async fns in borrowck diagnostics. | Camille GILLOT | -1/+8 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -1/+1 |
| 2022-06-15 | fix universes in the NLL type tests | Niko Matsakis | -1/+24 |
| 2022-06-15 | implement (unused) matching solver | Niko Matsakis | -22/+81 |
| 2022-06-15 | simply the IfEq bound -- we only ever use a region | Niko Matsakis | -3/+8 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -13/+15 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -16/+16 |
| 2022-06-12 | Fix erroneous span for borrowck error | Michael Goulet | -10/+14 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -13/+15 |
| 2022-06-10 | bound_vars -> infer: don't return lt map | lcnr | -7/+5 |
| 2022-06-10 | only expect lb lt for fn calls in mir typeck | lcnr | -6/+8 |
| 2022-06-07 | Auto merge of #97081 - oli-obk:outlives_query_fast_path, r=jackh726 | bors | -1/+1 |