| Age | Commit message (Expand) | Author | Lines |
| 2023-01-18 | Also remove `#![feature(control_flow_enum)]` where possible | Scott McMurray | -1/+0 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -12/+16 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -2/+2 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -4/+4 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -3/+1 |
| 2023-01-14 | change usages of const_param_default query to bound_const_param_default | Kyle Matsuda | -1/+3 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-08 | Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco | bors | -13/+16 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -1/+1 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -1/+1 |
| 2022-12-28 | Rework hir Bounds collection | Michael Goulet | -13/+16 |
| 2022-12-14 | Prevent the creation of `TraitRef` without dedicated methods | Oli Scherer | -14/+13 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -1/+1 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -12/+6 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+2 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -9/+3 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -2/+2 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -5/+5 |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -5/+5 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -13/+2 |
| 2022-11-25 | Make `expand_abstract_consts` infallible | Boxy | -7/+1 |
| 2022-11-25 | fmt | Boxy | -2/+3 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -6/+2 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -11/+9 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -7/+11 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -45/+26 |
| 2022-11-05 | privacy: Check effective visibility invariants | Vadim Petrochenkov | -0/+2 |
| 2022-11-05 | privacy: Print effective visibilities of constructors | Vadim Petrochenkov | -0/+8 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -53/+62 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -66/+66 |
| 2022-10-25 | Perf improvements for effective visibility calculating | Bryanskiy | -3/+5 |
| 2022-10-19 | manually inline and rm `visit_abstract_const_expr` | lcnr | -16/+9 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -9/+1 |
| 2022-10-16 | Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov | bors | -22/+25 |
| 2022-10-16 | Populate effective visibilities in 'rustc_resolve' | Bryanskiy | -22/+25 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -2/+14 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -3/+3 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -2/+14 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+3 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -2/+2 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -54/+63 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -8/+29 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -8/+29 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -1/+1 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -1/+1 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -1/+0 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -8/+3 |