about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2024-09-17Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errorsbors-43/+17
2024-09-17Use associative type defaults in `{Layout,FnAbi}OfHelpers`.Nicholas Nethercote-2/+2
2024-09-16Don't ICE when RPITIT captures more method args than trait definitionMichael Goulet-3/+5
2024-09-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky-17/+10
2024-09-16make `LayoutCx` not genericLukas Markeffsky-28/+9
2024-09-16Auto merge of #129716 - compiler-errors:closure-debuginfo, r=cjgillotbors-1/+4
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors-9/+4
2024-09-14Consider synthetic closure bodies to be typeck childrenMichael Goulet-1/+4
2024-09-14Rollup merge of #130199 - compiler-errors:by-move, r=cjgillotStuart Cook-1/+1
2024-09-13Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxubors-1/+9
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-13/+5
2024-09-12Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalatharbors-36/+32
2024-09-12Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxuStuart Cook-2/+2
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-34/+30
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-2/+2
2024-09-11Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errorsJubilee-2/+2
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-2/+2
2024-09-11clippy::useless_conversionMichael Goulet-2/+2
2024-09-11Simplify some nested if statementsMichael Goulet-34/+30
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-23/+15
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-1/+9
2024-09-10Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida...Michael Goulet-1/+1
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-9/+4
2024-09-10Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubileebors-0/+4
2024-09-09Ban non-array SIMDScott McMurray-23/+15
2024-09-10Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlinbors-0/+1
2024-09-09compiler: Inform the solver of concurrencyJubilee Young-0/+4
2024-09-09union padding computation: add fast-path for ZSTRalf Jung-0/+1
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-2/+2
2024-09-08Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errorsbors-3/+32
2024-09-07Rollup merge of #129987 - compiler-errors:capture-place-region, r=davidtwcoMichael Goulet-3/+0
2024-09-06Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnrbors-7/+17
2024-09-06Revert ed7bdbb17b9c03fe3530e5e3f21b7c6c7879dbcaGeorg Semmler-1/+0
2024-09-06Correctly handle stability of `#[diagnostic]` attributesGeorg Semmler-2/+32
2024-09-06Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errorsbors-2/+2
2024-09-06Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errorsMatthias Krüger-8/+15
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-8/+15
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/+9
2024-09-03Rollup merge of #128934 - Nadrieril:fix-empty-non-exhaustive, r=compiler-errorsMatthias Krüger-4/+0
2024-09-02Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-deadMatthias Krüger-4/+4
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-4/+4
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-1/+0
2024-08-31inhibit layout randomization for BoxThe 8472-1/+9
2024-08-31Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errorsMatthias Krüger-1/+4
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