| Age | Commit message (Expand) | Author | Lines |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -8/+5 |
| 2023-04-22 | Also arena-allocate `ast::MacroDef` to make `Item: Copy` | Nilstrieb | -4/+4 |
| 2023-04-22 | Impl `Copy` for almost all HIR types | Nilstrieb | -105/+65 |
| 2023-04-21 | offset_of | DrMeepster | -1/+10 |
| 2023-04-19 | Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillot | bors | -8/+31 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -8/+31 |
| 2023-04-19 | Fix wrong comment in rustc_hir/src/hir.rs | Askar Safin | -1/+1 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -4/+5 |
| 2023-04-17 | doc fix | Maybe Waffle | -2/+0 |
| 2023-04-17 | Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors | bors | -1/+2 |
| 2023-04-16 | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | -1/+2 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+1 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+1 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -11/+0 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -3/+19 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+1 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -5/+1 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -3/+19 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -0/+3 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+1 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+1 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -0/+6 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+1 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -8/+1 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -8/+1 |
| 2023-03-14 | Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-03-14 | Make fns from other crates with RPITIT work | Santiago Pastorino | -1/+5 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -1/+0 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -1/+0 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -18/+17 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -0/+15 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -2/+0 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -2/+0 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -5/+5 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -4/+4 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -0/+9 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -2/+4 |
| 2023-02-20 | Rollup merge of #108255 - fee1-dead-contrib:fix-old-fixme, r=cjgillot | Matthias Krüger | -2/+0 |
| 2023-02-20 | Remove old FIXMEs referring to #19596 | Deadbeef | -2/+0 |
| 2023-02-19 | Add associated_items_for_impl_trait_in_trait query | Santiago Pastorino | -2/+4 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -7/+4 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -6/+8 |
| 2023-02-13 | rustc_resolve: Remove `Resolver::clone_output` | Vadim Petrochenkov | -2/+2 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -1/+15 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -1/+1 |
| 2023-01-30 | Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next... | Matthias Krüger | -3/+360 |
| 2023-01-30 | fix `TraitItemKind::expect_type` docs | Maybe Waffle | -1/+1 |
| 2023-01-30 | Improve ICE messages for `*::expect_*` | Maybe Waffle | -49/+69 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -10/+2 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -21/+27 |