about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2024-09-06Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errorsMatthias Krüger-8/+15
2024-09-06Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgrbors-0/+3
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-8/+15
2024-09-05Rollup merge of #129939 - RalfJung:rvalue-len, r=compiler-errorsMatthias Krüger-0/+3
2024-09-05Rollup merge of #129706 - compiler-errors:scratch, r=estebankMatthias Krüger-1/+3
2024-09-05update cfgsBoxy-1/+0
2024-09-05Don't store region in CapturedPlaceMichael Goulet-3/+0
2024-09-05stabilize `-Znext-solver=coherence`lcnr-2/+2
2024-09-05Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-SimulacrumMatthias Krüger-1/+11
2024-09-03Don't ICE when dumping MIR of a synthetic coroutine bodyMichael Goulet-1/+3
2024-09-03explain why Rvalue::Len still existsRalf Jung-0/+3
2024-09-03Rollup merge of #129926 - nnethercote:mv-SanityCheck-and-MirPass, r=cjgillotMatthias Krüger-78/+0
2024-09-03Rollup merge of #128934 - Nadrieril:fix-empty-non-exhaustive, r=compiler-errorsMatthias Krüger-4/+0
2024-09-03Move `MirPass` to `rustc_mir_transform`.Nicholas Nethercote-78/+0
2024-09-02Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-deadMatthias Krüger-9/+9
2024-09-02Non-exhaustive structs may be emptyNadrieril-4/+0
2024-09-02Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidatesBryanskiy-7/+17
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-9/+9
2024-09-01Auto merge of #129854 - Kobzol:revert-127537, r=lqdbors-11/+5
2024-09-01Auto merge of #127313 - cjgillot:single-expect, r=jieyouxubors-1/+2
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-11/+5
2024-08-31inhibit layout randomization for BoxThe 8472-1/+9
2024-08-31disable size asserts in the compiler when randomizing layoutsThe 8472-0/+2
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-1/+2
2024-08-31Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJungMatthias Krüger-1/+2
2024-08-31Rewrite lint_expectations in a single pass.Camille GILLOT-1/+2
2024-08-31Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errorsMatthias Krüger-1/+4
2024-08-31Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errorsMatthias Krüger-27/+89
2024-08-31Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-deadMatthias Krüger-4/+1
2024-08-31const fn stability checking: also check declared language featuresRalf Jung-4/+1
2024-08-31interpret, codegen: tweak some comments and checks regarding Box with custom ...Ralf Jung-1/+4
2024-08-31Rollup merge of #129725 - compiler-errors:predicates-of, r=fmeaseMatthias Krüger-8/+10
2024-08-31Rollup merge of #129527 - compiler-errors:lint-nit, r=NadrierilMatthias Krüger-1/+1
2024-08-30enable Miri to pass const pointers through FFIStrophox-1/+2
2024-08-30make `-Z mir-include-spans` a dedicated enumRémy Rakic-1/+1
2024-08-30introduce `PrettyPrintMirOptions` for cosmetic MIR dump optionsRémy Rakic-27/+89
2024-08-29Add `warn(unreachable_pub)` to `rustc_middle`.Nicholas Nethercote-8/+10
2024-08-29Stop using ty::GenericPredicates for non-predicates_of queriesMichael Goulet-8/+10
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-1/+0
2024-08-28Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwUbors-5/+11
2024-08-28coverage: Rename `CodeRegion` to `SourceRegion`Zalathar-5/+5
2024-08-28coverage: `CodeRegion` is never stored in an arenaZalathar-2/+0
2024-08-28Implement RFC 3525.Luca Versari-5/+11
2024-08-28Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-deadbors-19/+0
2024-08-27Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillotbors-35/+39
2024-08-27compiler: Remove feature(new_uninit)Jubilee Young-1/+0
2024-08-26Use unsafe extern blocks throughout the compilerMichael Goulet-2/+2
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-35/+39
2024-08-26Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmeaseMatthias Krüger-2/+2
2024-08-25Avoid taking reference of &TyKindMichael Goulet-2/+2