| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | Handle diagnostics customization on the fluent side | Oli Scherer | -12/+0 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -14/+14 |
| 2023-01-17 | Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorino | Matthias Krüger | -7/+2 |
| 2023-01-17 | Account for method call and indexing when looking for inner-most path in expr... | Esteban Küber | -1/+3 |
| 2023-01-17 | Account for field access when looking for inner-most path in expression | Esteban Küber | -1/+2 |
| 2023-01-17 | Account for `*` when looking for inner-most path in expression | Esteban Küber | -1/+3 |
| 2023-01-16 | Rollup merge of #106940 - oli-obk:tait_error, r=compiler-errors | Matthias Krüger | -12/+21 |
| 2023-01-16 | Improve a TAIT error and add an error code plus documentation | Oli Scherer | -12/+21 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -5/+33 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -27/+21 |
| 2023-01-15 | Make InstantiatedPredicates impl IntoIterator | Michael Goulet | -5/+1 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-14 | Removed various double spaces in compiler source comments. | André Vennberg | -1/+1 |
| 2023-01-13 | Unify Opaque/Projection handling in region outlives code | Michael Goulet | -7/+2 |
| 2023-01-13 | Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank | Matthias Krüger | -5/+145 |
| 2023-01-12 | Fix ICE formatting | Esteban Küber | -1/+1 |
| 2023-01-12 | take care when there is no args in method call | yukang | -14/+12 |
| 2023-01-12 | Provide help on closures capturing self causing borrow checker errors | yukang | -5/+147 |
| 2023-01-11 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -1/+1 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -3/+3 |
| 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 | -16/+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 |