| Age | Commit message (Expand) | Author | Lines |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -33/+33 |
| 2022-09-21 | UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic | Jhonny Bill Mena | -3/+3 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -33/+33 |
| 2022-09-19 | Simplify rpitit handling on lower_fn_decl | Santiago Pastorino | -45/+15 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -12/+1 |
| 2022-09-16 | Rollup merge of #101825 - spastorino:fix-rpit-changes, r=oli-obk | Guillaume Gomez | -176/+137 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-15 | Stabilize the let_else feature | est31 | -11/+0 |
| 2022-09-14 | Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot | bors | -1/+1 |
| 2022-09-14 | Get rid of 'b lifetime in lower_param_bounds_mut | Santiago Pastorino | -4/+3 |
| 2022-09-14 | Pass ImplTraitContext as &, there's no need for that to be &mut | Santiago Pastorino | -107/+84 |
| 2022-09-14 | Revert "Rollup merge of #101496 - spastorino:lower_lifetime_binder_api_change... | Santiago Pastorino | -66/+51 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -8/+8 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -1/+1 |
| 2022-09-12 | Impove diagnostic for .await-ing non-futures | Lukas Markeffsky | -3/+9 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -2/+2 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -6/+6 |
| 2022-09-12 | Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov | bors | -1/+2 |
| 2022-09-11 | Assert that HIR nodes are not their own parent. | Camille GILLOT | -1/+2 |
| 2022-09-09 | Rebase fallout | Michael Goulet | -11/+8 |
| 2022-09-09 | Appease clippy again | Michael Goulet | -7/+10 |
| 2022-09-09 | Tweak feature error, add test | Michael Goulet | -8/+24 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -80/+40 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -7/+2 |
| 2022-09-09 | Bless tests, fix ICE with ImplTraitPlaceholder | Michael Goulet | -15/+16 |
| 2022-09-09 | Address nits | Michael Goulet | -1/+0 |
| 2022-09-09 | Address rebase issues, make async fn in trait work | Michael Goulet | -18/+84 |
| 2022-09-09 | Make async fn in traits work | Michael Goulet | -14/+37 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -2/+45 |
| 2022-09-08 | Rollup merge of #101499 - spastorino:add-lowering-arena, r=oli-obk | Michael Goulet | -21/+38 |
| 2022-09-08 | Introduce lowering_arena to avoid creating AST nodes on the fly | Santiago Pastorino | -21/+38 |
| 2022-09-08 | Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC | bors | -51/+65 |
| 2022-09-08 | Rollup merge of #101496 - spastorino:lower_lifetime_binder_api_changes, r=oli... | Dylan DPC | -51/+65 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -6/+9 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -9/+12 |
| 2022-09-07 | Allow lower_lifetime_binder receive a closure | Santiago Pastorino | -51/+65 |
| 2022-09-07 | Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2022-09-07 | Rollup merge of #101493 - spastorino:borrow-mut-impl-trait-context, r=oli-obk | Matthias Krüger | -102/+125 |
| 2022-09-07 | Add instrument and debug calls | Santiago Pastorino | -1/+5 |
| 2022-09-07 | Rollup merge of #101468 - spastorino:fix-ice-rpit-hrtb-without-dyn, r=cjgillot | Yuki Okushi | -2/+1 |
| 2022-09-06 | Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow... | Santiago Pastorino | -102/+125 |
| 2022-09-06 | fix RPIT ICE for implicit HRTB when missing dyn | Santiago Pastorino | -2/+1 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -32/+19 |
| 2022-09-06 | Rollup merge of #101447 - cjgillot:no-remap-resolver, r=spastorino | Yuki Okushi | -45/+39 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -4/+4 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -23/+37 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -4/+4 |
| 2022-09-05 | Remove generics_def_id_map from the resolver. | Camille GILLOT | -45/+39 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -12/+20 |