| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-27 | Impl HashStable/Encodable/Decodable for ObligationCause. | Camille GILLOT | -2/+2 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -0/+11 |
| 2023-01-23 | Add hint for missing lifetime bound on trait object when type alias is used | yanchen4791 | -0/+7 |
| 2023-01-20 | Add and use expect methods to hir. | Maybe Waffle | -3/+340 |
| 2023-01-19 | Rollup merge of #106927 - Ezrashaw:e0606-make-machine-applicable, r=estebank | Guillaume Gomez | -0/+8 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+1 |
| 2023-01-18 | special case removing `&` suggestion | Ezra Shaw | -0/+8 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -3/+3 |
| 2023-01-12 | parse const closures | Deadbeef | -0/+2 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -0/+3 |
| 2023-01-11 | Turn format arguments types into lang items. | Mara Bos | -0/+8 |
| 2023-01-11 | fix typo LocalItemId -> ItemLocalId | klensy | -2/+2 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -9/+7 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -1/+1 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -1/+1 |
| 2023-01-02 | Reduce HIR debug output | Nilstrieb | -4/+33 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -3/+3 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -3/+3 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -8/+1 |
| 2022-12-22 | abort immediately on bad mem::zeroed/uninit | Ralf Jung | -2/+3 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -1/+1 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -1/+2 |