about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/transform
AgeCommit message (Expand)AuthorLines
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-30/+36
2022-09-14address review againb-naber-0/+2
2022-09-13Address code review commentsEric Holk-1/+1
2022-09-13fixes/working versionb-naber-22/+31
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-12/+7
2022-09-12dyn* through more typechecking and MIREric Holk-0/+7
2022-09-08Auto merge of #101437 - compiler-errors:erase-normalize-ordering, r=tmandrybors-14/+15
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-11/+9
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-0/+10
2022-09-05Normalize before erasing late-bound regions in equal_up_to_regionsMichael Goulet-14/+15
2022-09-02Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obkMatthias Krüger-5/+12
2022-08-30Refactor MIR phasesJakob Degen-20/+23
2022-08-29Only normalize once in mir validator typecheckerNilstrieb-15/+10
2022-08-29Try normalizing types without RevealAll in ParamEnv in mir validationNilstrieb-8/+20
2022-08-29Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obkMatthias Krüger-8/+8
2022-08-26Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwcoMichael Goulet-105/+51
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-8/+8
2022-08-25Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errorsbors-16/+14
2022-08-21Fixed failing tests (missing labels), added automatic error code in create_fe...nidnogg-13/+4
2022-08-21Added several more migrations under ops.rs, failing some tests thoughnidnogg-97/+57
2022-08-21Migration on ops.rs for unstable const functionsnidnogg-5/+3
2022-08-21Migrated Unallowed function pointer calls in interpreter/opsnidnogg-5/+2
2022-08-21Also validate types before inlining.Camille GILLOT-16/+14
2022-08-20Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errorsMatthias Krüger-0/+5
2022-08-14suggest lazy-static for non-const staticscameron-0/+5
2022-08-12Erase regions better in promote_candidateMichael Goulet-7/+2
2022-08-04Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize`Michael Goulet-10/+2
2022-08-03Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726Matthias Krüger-2/+2
2022-08-01Remove trait_of_item query.Camille GILLOT-1/+1
2022-07-27Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...Guillaume Gomez-1/+1
2022-07-26ICE on RawPtrComparison checkDeadbeef-4/+4
2022-07-26Use TraitEngine in more places that don't specifically need FulfillmentCtxt::...Michael Goulet-2/+2
2022-07-25Remove non-descriptive boolean from search_for_structural_match_violationMichael Goulet-1/+1
2022-07-25Deeply deny fn and raw ptrs in const genericsMichael Goulet-1/+1
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-3/+1
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-1/+3
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-2/+2
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-2/+2
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-2/+2
2022-07-12add new rval, pull deref earlyouz-a-1/+18
2022-07-11Rollup merge of #99140 - TaKO8Ki:implement-is-accessible-span, r=fee1-deadDylan DPC-1/+1
2022-07-11rename a methodTakayuki Maeda-1/+1
2022-07-11implement `is_accessible_span`Takayuki Maeda-1/+1
2022-07-11Deny floats even when adt_const_params is enabledMichael Goulet-1/+1
2022-07-09Rollup merge of #99050 - JakobDegen:storage-docs, r=tmiaskoMatthias Krüger-1/+7
2022-07-09Rollup merge of #99022 - pierwill:always-storage-live-locals, r=pierwillMatthias Krüger-2/+2
2022-07-08Clarify MIR semantics of storage statementsJakob Degen-1/+7
2022-07-08Migrate MutDeref, TransientMutBorrow diagnosticsMichael Goulet-18/+16
2022-07-08Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnosticsMichael Goulet-23/+6
2022-07-08Migrate StaticAccess diagnosticMichael Goulet-19/+8