| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | Rollup merge of #124006 - Zalathar:static-assert, r=nnethercote | Guillaume Gomez | -2/+1 |
| 2024-04-16 | Rollup merge of #124001 - ehuss:fix-unstable_features-docs, r=compiler-errors | Guillaume Gomez | -1/+0 |
| 2024-04-16 | Rollup merge of #123998 - compiler-errors:opaque-ns, r=davidtwco | Guillaume Gomez | -2/+2 |
| 2024-04-16 | Rollup merge of #123995 - compiler-errors:thir-hooks, r=oli-obk | Guillaume Gomez | -21/+14 |
| 2024-04-16 | Rollup merge of #123990 - compiler-errors:suggest-closure-ret-deref, r=oli-obk | Guillaume Gomez | -73/+64 |
| 2024-04-16 | Rollup merge of #123797 - amandasystems:better-graphviz, r=oli-obk | Guillaume Gomez | -6/+43 |
| 2024-04-16 | Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwco | Guillaume Gomez | -15/+6 |
| 2024-04-16 | Rollup merge of #123687 - bjorn3:ar_archive_writer_0_2_0, r=oli-obk | Guillaume Gomez | -11/+4 |
| 2024-04-16 | Rollup merge of #123574 - notriddle:notriddle/issue-d, r=fmease | Guillaume Gomez | -33/+69 |
| 2024-04-16 | Rollup merge of #123491 - gurry:123154-ice-unsized-struct-eval, r=oli-obk | Guillaume Gomez | -37/+72 |
| 2024-04-16 | Rollup merge of #122521 - bnleft:master, r=albertlarsan68 | Guillaume Gomez | -0/+7 |
| 2024-04-16 | Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum | Guillaume Gomez | -9/+29 |
| 2024-04-16 | Rollup merge of #120781 - hniksic:master, r=m-ou-se | Guillaume Gomez | -9/+18 |
| 2024-04-16 | Auto merge of #3472 - RalfJung:deadlock, r=RalfJung | bors | -25/+175 |
| 2024-04-16 | Fixup 2 ui tests using changed intrinsics | Maybe Waffle | -6/+6 |
| 2024-04-16 | Add codegen tests for changed intrinsics | Maybe Waffle | -0/+118 |
| 2024-04-16 | deadlock: show backtrace for all threads | Ralf Jung | -25/+175 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -4/+48 |
| 2024-04-16 | Update usage note on OpenOptions::append() | Hrvoje Niksic | -9/+18 |
| 2024-04-16 | Add an assertion in const eval | Maybe Waffle | -2/+8 |
| 2024-04-16 | rustdoc: update module-level docs of `rustdoc::clean` | León Orell Valerian Liehr | -2/+22 |
| 2024-04-16 | Miri: adopt to new intrinsic types | Maybe Waffle | -3/+3 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -31/+117 |
| 2024-04-16 | Don't ICE for kind mismatches during error rendering | Oli Scherer | -0/+66 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -1/+10 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -71/+1033 |
| 2024-04-16 | Make ui_test backtraces short by default | Oli Scherer | -1/+4 |
| 2024-04-16 | Unset test env vars before setting new ones. | Oli Scherer | -2/+2 |
| 2024-04-16 | Taint const qualifs if a static is referenced that didn't pass wfcheck | Oli Scherer | -17/+63 |
| 2024-04-16 | Auto merge of #3471 - RalfJung:blocked, r=RalfJung | bors | -95/+108 |
| 2024-04-16 | threads: keep track of why we are blocked, and sanity-check that when waking up | Ralf Jung | -95/+108 |
| 2024-04-16 | Change the output artifact path to `$root_dir/obj/$image` when running locally | DianQK | -10/+11 |
| 2024-04-16 | Auto merge of #123963 - lqd:gdb15-failures, r=Kobzol | bors | -0/+4 |
| 2024-04-16 | Subtype predicates only exist on inference types, so we can allow them to reg... | Oli Scherer | -2/+15 |
| 2024-04-16 | Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykril | bors | -921/+1380 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -37/+72 |
| 2024-04-16 | Auto merge of #17037 - davidsemakula:token-set-collisions, r=Veykril | bors | -20/+101 |
| 2024-04-16 | avoid passing --sysroot twice in bootstrap | Ralf Jung | -5/+8 |
| 2024-04-16 | Auto merge of #3469 - rust-lang:rustup-2024-04-16, r=RalfJung | bors | -14637/+30147 |
| 2024-04-16 | bless test-cargo-miri | Ralf Jung | -11/+11 |
| 2024-04-16 | Rename a tiny module. | Nicholas Nethercote | -5/+5 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -35/+37 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -312/+276 |
| 2024-04-16 | Always use `ty::` qualifier for `TyKind` enum variants. | Nicholas Nethercote | -19/+20 |
| 2024-04-16 | Always use `ty::` qualifier for `TyKind` enum variants. | Nicholas Nethercote | -32/+33 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -5/+3 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -53/+35 |
| 2024-04-16 | update lockfile | Ralf Jung | -2/+2 |
| 2024-04-16 | Emit suggestions when equality constraints are wrongly used | Gurinder Singh | -29/+707 |
| 2024-04-16 | Auto merge of #17081 - davidbarsky:david/revert-17073, r=Veykril | bors | -70/+47 |