| Age | Commit message (Expand) | Author | Lines |
| 2024-03-23 | Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmease | Jubilee | -7/+15 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -3/+2 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -3/+2 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -7/+6 |
| 2024-03-23 | Rollup merge of #122915 - fmease:lt-opaq-mismatch-delay-bug, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -0/+2 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -20/+39 |
| 2024-03-22 | Delay a bug if no RPITITs were found | León Orell Valerian Liehr | -4/+3 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -3/+3 |
| 2024-03-22 | Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnr | Matthias Krüger | -14/+14 |
| 2024-03-22 | Rollup merge of #122651 - kornelski:flat-turbofish, r=spastorino,compiler-errors | Matthias Krüger | -6/+25 |
| 2024-03-22 | Use != Positive rather than == Negative | Michael Goulet | -1/+1 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -14/+14 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -16/+22 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -8/+6 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -5/+3 |
| 2024-03-22 | Eagerly convert some ctors to use their specialized ctors | Michael Goulet | -28/+12 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -0/+10 |
| 2024-03-22 | Rollup merge of #122370 - gurry:122199-ice-unexpected-node, r=davidtwco | Matthias Krüger | -0/+10 |
| 2024-03-22 | Arrange methods on HirTyLowerer more logically | León Orell Valerian Liehr | -39/+39 |
| 2024-03-22 | Rename module astconv to hir_ty_lowering | León Orell Valerian Liehr | -11/+11 |
| 2024-03-22 | Update local variables and tracing calls | León Orell Valerian Liehr | -117/+105 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -215/+301 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -272/+267 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -1/+1 |
| 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 | 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/+233 |
| 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/+19 |
| 2024-03-16 | Remove obsolete parameter `speculative` from `instantiate_poly_trait_ref` | León Orell Valerian Liehr | -58/+48 |