| Age | Commit message (Expand) | Author | Lines |
| 2024-04-05 | Auto merge of #123517 - GuillaumeGomez:rollup-eys3jfp, r=GuillaumeGomez | bors | -154/+124 |
| 2024-04-05 | Account for an additional reborrow inserted by UniqueImmBorrow and MutBorrow | Michael Goulet | -0/+27 |
| 2024-04-05 | Check the base of the place too! | Michael Goulet | -0/+28 |
| 2024-04-05 | Rollup merge of #123515 - GuillaumeGomez:use-include, r=notriddle | Guillaume Gomez | -150/+112 |
| 2024-04-05 | Rollup merge of #123487 - rcvalle:rust-cfi-restore-typeid-for-instance, r=com... | Guillaume Gomez | -2/+2 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -2/+10 |
| 2024-04-05 | Auto merge of #122747 - Urgau:non-local-defs_perfect_impl, r=lcnr | bors | -122/+246 |
| 2024-04-05 | Provide suggestion to dereference closure tail if appropriate | Esteban Küber | -0/+48 |
| 2024-04-05 | Use `include` command to reduce code duplication | Guillaume Gomez | -150/+112 |
| 2024-04-05 | Rework the ByMoveBody shim to actually work correctly | Michael Goulet | -0/+244 |
| 2024-04-05 | Put non_local_definitions lint back to warn-by-default | Urgau | -61/+56 |
| 2024-04-05 | Update non-local impl definition lint rule note | Urgau | -51/+51 |
| 2024-04-05 | Eliminate false-positives in the non-local lint with the type-system | Urgau | -29/+158 |
| 2024-04-05 | Rollup merge of #123474 - jieyouxu:issue-7349-port, r=Mark-Simulacrum | Guillaume Gomez | -33/+33 |
| 2024-04-05 | Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obk | Guillaume Gomez | -29/+68 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -0/+141 |
| 2024-04-05 | Rollup merge of #123149 - jieyouxu:rmake-arguments-non-c-like-enum, r=Mark-Si... | Guillaume Gomez | -8/+20 |
| 2024-04-05 | Rollup merge of #122894 - compiler-errors:downgrade, r=lcnr | Guillaume Gomez | -0/+60 |
| 2024-04-05 | Auto merge of #123444 - saethlin:const-eval-inline-cycles, r=tmiasko | bors | -0/+18 |
| 2024-04-04 | CFI: Restore typeid_for_instance default behavior | Ramon de C Valle | -2/+2 |
| 2024-04-04 | Rollup merge of #123478 - maurer:cfi-call-once-addr-taken, r=compiler-errors | Jacob Pratt | -0/+11 |
| 2024-04-04 | Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddle | Jacob Pratt | -0/+14 |
| 2024-04-04 | Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwU | Jacob Pratt | -43/+31 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -35/+6 |
| 2024-04-04 | Actually use the inferred ClosureKind from signature inference in coroutine-c... | Michael Goulet | -31/+99 |
| 2024-04-05 | Ignore `-C strip` on MSVC | icedrocket | -0/+52 |
| 2024-04-04 | CFI: Add test for `call_once` addr taken | Matthew Maurer | -0/+11 |
| 2024-04-04 | Add regression test to ensure that even if JS is enabled but not working, a t... | Guillaume Gomez | -0/+9 |
| 2024-04-04 | Port issue-7349 to a codegen test | 许杰友 Jieyou Xu (Joe) | -33/+33 |
| 2024-04-04 | Check def id before calling match_projection_projections | Michael Goulet | -0/+38 |
| 2024-04-04 | Auto merge of #121394 - oli-obk:define_opaque_types, r=compiler-errors | bors | -6/+445 |
| 2024-04-04 | Add regression test for #123435 | Guillaume Gomez | -0/+14 |
| 2024-04-04 | Add regression test | Oli Scherer | -0/+66 |
| 2024-04-04 | Allow defining opaque types when checking const equality bounds | Oli Scherer | -4/+4 |
| 2024-04-04 | Auto merge of #123377 - oli-obk:private_projection, r=compiler-errors | bors | -0/+38 |
| 2024-04-04 | Add regression test | Oli Scherer | -0/+40 |
| 2024-04-04 | Add some regression tests for opaque types and const generics | Oli Scherer | -0/+170 |
| 2024-04-04 | amend to Switch `can_eq` and `can_sub` to `DefineOpaqueTypes::Yes` | Oli Scherer | -2/+2 |
| 2024-04-04 | Only inspect user-written predicates for privacy concerns | Oli Scherer | -11/+6 |
| 2024-04-04 | Switch upcast projections to allowing opaque types and add a test showing it ... | Oli Scherer | -0/+60 |
| 2024-04-04 | Switch `can_eq` and `can_sub` to `DefineOpaqueTypes::Yes` | Oli Scherer | -4/+36 |
| 2024-04-04 | Rollup merge of #123431 - slanterns:literal_byte_character_c_string_stabilize... | Matthias Krüger | -49/+0 |
| 2024-04-04 | Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkov | Matthias Krüger | -62/+57 |
| 2024-04-04 | Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasper | Matthias Krüger | -72/+240 |
| 2024-04-04 | Rollup merge of #123218 - compiler-errors:synthetic-hir-parent, r=petrochenkov | Matthias Krüger | -0/+38 |
| 2024-04-04 | Rollup merge of #122448 - high-cloud:move-hir-tree, r=oli-obk | Matthias Krüger | -11/+10 |
| 2024-04-04 | Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obk | Matthias Krüger | -0/+185 |
| 2024-04-04 | move hir-tree test from run-make to ui test | Yaodong Yang | -11/+10 |
| 2024-04-04 | normalizes-to change from '1' to '0 to inf' steps | lcnr | -49/+7 |
| 2024-04-04 | Error out of layout calculation if a non-last struct field is unsized | Gurinder Singh | -0/+185 |