| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-27 | Do not overwrite binders for another HirId. | Camille GILLOT | -2/+2 |
| 2022-09-27 | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | -49/+10 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+56682 |