| Age | Commit message (Expand) | Author | Lines |
| 2024-03-21 | Rollup merge of #122799 - estebank:issue-122569, r=fee1-dead | Matthias Krüger | -7/+7 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -6/+57 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -1/+1 |
| 2024-03-21 | Replace closures with `_` when suggesting fully qualified path for method call | Esteban Küber | -7/+7 |
| 2024-03-20 | Split item bounds and item super predicates | Michael Goulet | -6/+57 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-19 | Avoid computing generic params or a param env for free const items | Oli Scherer | -2/+8 |
| 2024-03-19 | Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-03-19 | Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb | bors | -2/+2 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -89/+20 |
| 2024-03-19 | Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im... | Oli Scherer | -1/+1 |
| 2024-03-19 | Make `const_eval_select` a rustc_intrinsic | Oli Scherer | -1/+1 |
| 2024-03-19 | The AssocOpaqueTy HIR node is not actually needed to differentiate from other... | Oli Scherer | -2/+2 |
| 2024-03-19 | Gracefully handle AnonConst in diagnostic_hir_wf_check() | Gurinder Singh | -0/+10 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -7/+18 |
| 2024-03-18 | Rollup merge of #121258 - fmease:assoc-const-eq-reject-overly-generic-tys, r=... | Matthias Krüger | -11/+210 |
| 2024-03-18 | Use `hir::Node` helper methods instead of repeat the same impl multiple times | Oli Scherer | -89/+20 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -7/+18 |
| 2024-03-18 | remove retag_box_to_raw, it is no longer needed | Ralf Jung | -4/+0 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -0/+2 |
| 2024-03-17 | Suggest _ for missing generic arguments in turbofish | Kornel | -6/+25 |
| 2024-03-17 | avoid unnecessary collect() | Matthias Krüger | -4/+1 |
| 2024-03-16 | Rollup merge of #122577 - fmease:speculative-say-what, r=compiler-errors | León Orell Valerian Liehr | -58/+48 |
| 2024-03-16 | Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors | León Orell Valerian Liehr | -16/+18 |
| 2024-03-16 | Remove obsolete parameter `speculative` from `instantiate_poly_trait_ref` | León Orell Valerian Liehr | -58/+48 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -19/+10 |
| 2024-03-15 | Rollup merge of #122527 - fmease:clean-up-hir-ty-lowering, r=compiler-errors | Matthias Krüger | -206/+140 |
| 2024-03-15 | Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obk | Matthias Krüger | -0/+2 |
| 2024-03-15 | Clean up AstConv | León Orell Valerian Liehr | -206/+140 |
| 2024-03-14 | Ensure RPITITs are created before def-id freezing | Michael Goulet | -0/+2 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -19/+10 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-14 | Auto merge of #120943 - petrochenkov:somehir3, r=oli-obk | bors | -0/+2 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -3/+3 |
| 2024-03-14 | Auto merge of #122454 - matthiaskrgr:rollup-xbmufdc, r=matthiaskrgr | bors | -1/+7 |
| 2024-03-14 | Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errors | bors | -15/+44 |
| 2024-03-13 | Delay a bug for stranded opaques | Michael Goulet | -1/+7 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -0/+2 |
| 2024-03-13 | Reject escaping bound vars in the type of assoc const bindings | León Orell Valerian Liehr | -20/+108 |
| 2024-03-13 | Reject early-bound params in the type of assoc const bindings | León Orell Valerian Liehr | -10/+121 |
| 2024-03-12 | Manual rustfmt | Oli Scherer | -1/+1 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -2/+1 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -5/+5 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -15/+44 |
| 2024-03-11 | Auto merge of #121796 - oli-obk:eager_opaque_checks3, r=lcnr | bors | -2/+2 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -2/+2 |
| 2024-03-11 | Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubilee | bors | -33/+20 |
| 2024-03-11 | Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillot | Jubilee | -33/+20 |
| 2024-03-11 | Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco | bors | -44/+15 |