| Age | Commit message (Expand) | Author | Lines |
| 2024-04-05 | Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obk | Guillaume Gomez | -55/+182 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -28/+281 |
| 2024-04-05 | Rollup merge of #123149 - jieyouxu:rmake-arguments-non-c-like-enum, r=Mark-Si... | Guillaume Gomez | -27/+328 |
| 2024-04-05 | Rollup merge of #122894 - compiler-errors:downgrade, r=lcnr | Guillaume Gomez | -4/+65 |
| 2024-04-05 | Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-Simulacrum | Guillaume Gomez | -9/+11 |
| 2024-04-05 | Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillot | bors | -45/+183 |
| 2024-04-05 | Auto merge of #123469 - belovdv:remove-miri-jobserver-fixme, r=petrochenkov | bors | -7/+0 |
| 2024-04-05 | Auto merge of #123444 - saethlin:const-eval-inline-cycles, r=tmiasko | bors | -4/+32 |
| 2024-04-05 | Auto merge of #123484 - jhpratt:rollup-usz4e64, r=jhpratt | bors | -374/+286 |
| 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 #123477 - lcnr:forced_ambig-no-ice, r=compiler-errors | Jacob Pratt | -3/+10 |
| 2024-04-04 | Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors | Jacob Pratt | -17/+21 |
| 2024-04-04 | Rollup merge of #123454 - petrochenkov:zeroindex2, r=fmease | Jacob Pratt | -7/+6 |
| 2024-04-04 | Rollup merge of #123437 - Zalathar:clang-format, r=cuviper | Jacob Pratt | -28/+20 |
| 2024-04-04 | Rollup merge of #123417 - harryhanYuhao:master, r=GuillaumeGomez | Jacob Pratt | -1/+10 |
| 2024-04-04 | Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddle | Jacob Pratt | -6/+29 |
| 2024-04-04 | Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwU | Jacob Pratt | -310/+174 |
| 2024-04-04 | Rollup merge of #123206 - stepancheg:pointee-metadata-freeze, r=Amanieu | Jacob Pratt | -2/+5 |
| 2024-04-05 | Auto merge of #123465 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1946/+5287 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -73/+57 |
| 2024-04-04 | Actually use the inferred ClosureKind from signature inference in coroutine-c... | Michael Goulet | -60/+203 |
| 2024-04-05 | use `Lrc` instead of the aliased type `Arc` directly | y21 | -3/+3 |
| 2024-04-04 | CFI: Add test for `call_once` addr taken | Matthew Maurer | -0/+11 |
| 2024-04-05 | do not ICE in forced ambiguity if we get an error | lcnr | -3/+10 |
| 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 | Update browser-ui-test version to 0.17.1 | Guillaume Gomez | -1/+1 |
| 2024-04-04 | Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov | bors | -13/+29 |
| 2024-04-04 | remove miri jobserver workaround | belovdv | -7/+0 |
| 2024-04-04 | Update Cargo.lock | Philipp Krones | -14/+0 |
| 2024-04-04 | Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u... | Philipp Krones | -1932/+5287 |
| 2024-04-04 | Auto merge of #12632 - flip1995:rustup, r=flip1995 | bors | -376/+417 |
| 2024-04-04 | Bump nightly version -> 2024-04-04 | Philipp Krones | -1/+1 |
| 2024-04-04 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1963/+5340 |
| 2024-04-04 | Auto merge of #121394 - oli-obk:define_opaque_types, r=compiler-errors | bors | -49/+522 |
| 2024-04-04 | Rename HAS_PROJECTIONS to HAS_ALIASES etc. | León Orell Valerian Liehr | -17/+21 |
| 2024-04-04 | Add regression test | Oli Scherer | -0/+66 |
| 2024-04-04 | Effects are boolean consts and don't contain opaque types | Oli Scherer | -1/+2 |
| 2024-04-04 | Allow defining opaque types when checking const equality bounds | Oli Scherer | -10/+22 |
| 2024-04-04 | Auto merge of #123377 - oli-obk:private_projection, r=compiler-errors | bors | -5/+44 |
| 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 | -2/+174 |
| 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 | -16/+12 |
| 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 | -6/+42 |
| 2024-04-04 | rustdoc prioritise cargo doc: suggestions applied | Harry Han | -1/+10 |
| 2024-04-04 | Auto merge of #123455 - matthiaskrgr:rollup-b6nu296, r=matthiaskrgr | bors | -512/+893 |
| 2024-04-04 | Rollup merge of #123439 - Zalathar:constants, r=oli-obk | Matthias Krüger | -13/+5 |
| 2024-04-04 | Rollup merge of #123431 - slanterns:literal_byte_character_c_string_stabilize... | Matthias Krüger | -51/+2 |
| 2024-04-04 | Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkov | Matthias Krüger | -70/+91 |