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