| Age | Commit message (Expand) | Author | Lines |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -2/+2 |
| 2023-01-09 | Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-dead | bors | -92/+63 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -2/+2 |
| 2023-01-09 | Rollup merge of #106549 - wcampbell0x2a:use-fmt-named-parameters-borrowck, r=... | fee1-dead | -92/+63 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -150/+130 |
| 2023-01-08 | Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler... | Yuki Okushi | -11/+16 |
| 2023-01-07 | Rollup merge of #106509 - estebank:closure-in-block, r=davidtwco | Matthias Krüger | -11/+41 |
| 2023-01-07 | make ascribe_user_type a TypeOp | Ali MJ Al-Nasrawy | -150/+130 |
| 2023-01-06 | Use fmt named parameters in rustc_borrowck | wcampbell | -92/+63 |
| 2023-01-05 | Suggests adding named lifetime when the return contains value borrowed from m... | yanchen4791 | -2/+11 |
| 2023-01-05 | Detect closures assigned to binding in block | Esteban Küber | -11/+41 |
| 2023-01-05 | Explain error with `&mut self` for unsized trait impls | clubby789 | -11/+16 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -2/+2 |
| 2023-01-04 | Merge borrowck permission checks | Giacomo Pasini | -37/+11 |
| 2023-01-04 | Address comments | Michael Goulet | -67/+8 |
| 2023-01-04 | Simplify some iterator combinators | Michael Goulet | -42/+31 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -2/+2 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -3/+3 |
| 2023-01-01 | Merge multiple mutable borrows of immutable binding errors | Esteban Küber | -35/+107 |
| 2022-12-31 | Auto merge of #106245 - estebank:mutability-suggestions, r=jyn514 | bors | -21/+12 |
| 2022-12-28 | Use verbose suggestions for mutability errors | Esteban Küber | -21/+12 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -7/+4 |
| 2022-12-27 | Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errors | bors | -10/+59 |
| 2022-12-26 | review comments | Esteban Küber | -7/+5 |
| 2022-12-25 | Remove redundant clone suggestion | Esteban Küber | -1/+13 |
| 2022-12-25 | Create new inference context | Esteban Küber | -29/+33 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -23/+22 |
| 2022-12-23 | Do not use `hir_ty_to_ty` | Esteban Küber | -15/+10 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -11/+8 |
| 2022-12-23 | Verify receiver is of `self: Pin<&mut Self>` | Esteban Küber | -2/+6 |
| 2022-12-23 | Suggest `.clone()` on method call move errors | Esteban Küber | -9/+34 |
| 2022-12-23 | Suggest `Pin::as_mut` when encountering borrow error | Esteban Küber | -0/+11 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -11/+8 |
| 2022-12-20 | Hackily fix an opaque type ICE | Oli Scherer | -5/+13 |
| 2022-12-20 | Some style nits | Oli Scherer | -1/+1 |
| 2022-12-20 | Replace a `find` with a loop to simplify the logic. | Oli Scherer | -19/+22 |
| 2022-12-20 | Make it easier to debug where a region error was created | Oli Scherer | -3/+19 |
| 2022-12-20 | Some tracing cleanups | Oli Scherer | -4/+2 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -18/+15 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -6/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -6/+1 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2022-12-18 | Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -11/+6 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -7/+9 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -3/+3 |
| 2022-12-18 | remove redundant fn params that were only "used" in recursion | Matthias Krüger | -26/+3 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -2/+2 |
| 2022-12-15 | Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnr | bors | -2/+2 |
| 2022-12-15 | Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obk | bors | -20/+7 |