| Age | Commit message (Expand) | Author | Lines |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -37/+36 |
| 2022-10-06 | reviews | Boxy | -41/+41 |
| 2022-10-06 | Rollup merge of #102708 - TaKO8Ki:improve-eqeq-suggestion, r=estebank | Matthias Krüger | -2/+10 |
| 2022-10-06 | Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwco | Matthias Krüger | -6/+136 |
| 2022-10-05 | do not reverse the expected type and found type for ObligationCauseCode of If... | Yiming Lei | -1/+1 |
| 2022-10-05 | Update compiler/rustc_hir_analysis/src/check/callee.rs | Michael Goulet | -1/+1 |
| 2022-10-05 | suggest `==` to the rest of assign expr | Takayuki Maeda | -0/+8 |
| 2022-10-05 | use smaller span | Takayuki Maeda | -2/+2 |
| 2022-10-05 | Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwco | Dylan DPC | -36/+119 |
| 2022-10-05 | Suggest calling method if fn does not exist | Michael Goulet | -6/+120 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -1/+17 |
| 2022-10-04 | Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-... | Michael Howell | -1/+1 |
| 2022-10-05 | Suggest `.into()` when all other coercion suggestions fail | Michael Goulet | -36/+119 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -9/+7 |
| 2022-10-04 | slightly improve no return for returning function error | Rageking8 | -1/+1 |
| 2022-10-04 | Auto merge of #102644 - matthiaskrgr:rollup-rg0sw41, r=matthiaskrgr | bors | -2/+57 |
| 2022-10-04 | Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-er... | Matthias Krüger | -2/+57 |
| 2022-10-04 | Auto merge of #102395 - davidtwco:translation-rename-typeck, r=compiler-errors | bors | -44/+45 |
| 2022-10-03 | errors: rename `typeck.ftl` to `hir_analysis.ftl` | David Wood | -44/+45 |
| 2022-10-03 | `HirId` for `deferred_transmute_checks` | lcnr | -12/+15 |
| 2022-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -1/+1 |
| 2022-10-02 | fix #102320, suggest unwrap_or_else when a closure is passed to unwrap_or ins... | yukang | -2/+57 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -1/+1 |
| 2022-10-01 | Rollup merge of #102500 - compiler-errors:parse-sess-cleanup, r=cjgillot | Matthias Krüger | -3/+6 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -209/+219 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -209/+219 |
| 2022-09-30 | Rollup merge of #102492 - compiler-errors:simplify-deny-assoc-bindings, r=cjg... | Matthias Krüger | -11/+7 |
| 2022-09-30 | make query take `(LocalDefId, DefId)` | Boxy | -22/+22 |
| 2022-09-30 | make `compare_const_impl` a query and use it in `instance.rs` | Boxy | -54/+53 |
| 2022-09-30 | Remove expr_parentheses_needed from ParseSess | Michael Goulet | -3/+6 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -10/+14 |
| 2022-09-29 | Don't lower assoc bindings just to deny them | Michael Goulet | -11/+7 |
| 2022-09-29 | Rollup merge of #102476 - oli-obk:split_error_path, r=cjgillot | Michael Howell | -134/+140 |
| 2022-09-29 | Split out the error reporting logic into a separate function | Oli Scherer | -134/+140 |
| 2022-09-29 | Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPC | bors | -30/+87 |
| 2022-09-29 | Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726 | Dylan DPC | -30/+87 |
| 2022-09-29 | Split collect.rs | Oli Scherer | -1178/+1204 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -10/+14 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -6/+23 |
| 2022-09-28 | Auto merge of #101454 - cjgillot:concat-binders, r=estebank | bors | -2/+2 |
| 2022-09-28 | rustc_safe_intrinsic: Keep list of safe intrinsics within the compiler | Arthur Cohen | -3/+59 |
| 2022-09-28 | Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin... | Yuki Okushi | -3/+9 |
| 2022-09-28 | Deduplicate some logic | mejrs | -47/+27 |
| 2022-09-27 | Address feedback | mejrs | -16/+45 |
| 2022-09-27 | Wrapper suggestions | mejrs | -67/+146 |
| 2022-09-27 | Support bindings with anon consts in generics | Michael Goulet | -2/+45 |
| 2022-09-27 | Make type_of work correctly for const arg bindings | Michael Goulet | -3/+9 |
| 2022-09-27 | Format type_of | Michael Goulet | -28/+36 |
| 2022-09-27 | Deny associated type bindings within associated type bindings | Michael Goulet | -3/+9 |