| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-08 | update `ParamKindOrd` | lcnr | -3/+3 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -8/+37 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -9/+9 |
| 2022-09-08 | Generator return doesn't need to be a lang item | Michael Goulet | -1/+0 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -1/+1 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -5/+10 |
| 2022-09-07 | suggest adding array lengths to references to arrays | Takayuki Maeda | -0/+8 |
| 2022-09-06 | change stdlib circular dependencies handling | Daniil Belov | -0/+6 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -34/+5 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -7/+8 |
| 2022-09-05 | use `propagate_through_exprs` instead of `propagate_through_expr` | Takayuki Maeda | -1/+1 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -12/+14 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -3/+3 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -3/+4 |
| 2022-09-05 | Rollup merge of #101420 - kraktus:doc_hir_local, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -20/+36 |
| 2022-09-05 | Address review comments. | Nicholas Nethercote | -4/+2 |
| 2022-09-05 | Make `hir::PathSegment::hir_id` non-optional. | Nicholas Nethercote | -5/+8 |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -9/+6 |
| 2022-09-05 | Add some blank lines to the definition of `Res`. | Nicholas Nethercote | -1/+5 |