| Age | Commit message (Expand) | Author | Lines |
| 2022-11-01 | Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3 | Dylan DPC | -5/+1 |
| 2022-11-01 | Rollup merge of #103692 - smoelius:walk_generic_arg, r=fee1-dead | Yuki Okushi | -6/+10 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -5/+1 |
| 2022-10-29 | Simplify lang item groups | Cameron Steffen | -70/+62 |
| 2022-10-29 | Cleanup weak lang items | Cameron Steffen | -42/+19 |
| 2022-10-29 | Use an array in LanguageItems | Cameron Steffen | -13/+13 |
| 2022-10-29 | Factor out ITEM_REFS | Cameron Steffen | -12/+14 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -6/+1 |
| 2022-10-29 | Improve LanguageItems api | Cameron Steffen | -21/+38 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -30/+30 |
| 2022-10-28 | Add `walk_generic_arg` | Samuel Moelius | -6/+10 |
| 2022-10-27 | tidy + move logic to fn | Boxy | -0/+24 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -2/+3 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -0/+10 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -2/+2 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+0 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -54/+71 |
| 2022-09-27 | Do not overwrite binders for another HirId. | Camille GILLOT | -3/+12 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -6/+0 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -1/+1 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -31/+75 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -1/+1 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-16 | more simple formatting | Rageking8 | -5/+4 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -45/+28 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -1/+1 |
| 2022-09-13 | Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obk | Dylan DPC | -2/+1 |
| 2022-09-12 | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | -2/+7 |
| 2022-09-12 | Remove unused argument from `visit_poly_trait_ref`. | Nicholas Nethercote | -10/+6 |
| 2022-09-12 | Remove unused span argument from `visit_name`. | Nicholas Nethercote | -3/+3 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -0/+2 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -3/+2 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -29/+17 |
| 2022-09-12 | Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov | bors | -0/+9 |
| 2022-09-11 | Assert that HIR nodes are not their own parent. | Camille GILLOT | -0/+9 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -2/+1 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -2/+7 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -3/+3 |
| 2022-09-09 | Rollup merge of #101492 - TaKO8Ki:suggest-adding-array-length-to-ref-to-array... | Dylan DPC | -0/+8 |
| 2022-09-09 | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | -1/+0 |
| 2022-09-09 | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | -1/+0 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -25/+12 |
| 2022-09-09 | Address nits | Michael Goulet | -3/+6 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -0/+1 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+26 |
| 2022-09-08 | Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC | bors | -1/+1 |
| 2022-09-08 | Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk | Dylan DPC | -1/+1 |