about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/transform
AgeCommit message (Expand)AuthorLines
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-24/+12
2023-10-31Support enum variants in offset_of!George Bateman-11/+22
2023-10-25Refactor away the need for some `descr` methods.Oli Scherer-1/+1
2023-10-25Rename `AsyncCoroutineKind` to `CoroutineSource`Oli Scherer-2/+2
2023-10-20Rename `CoroutineKind::Gen` to `::Coroutine`Oli Scherer-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-15/+15
2023-10-20s/Generator/Coroutine/Oli Scherer-17/+17
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-1/+1
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-14/+14
2023-10-14Auto merge of #116015 - EvanMerlock:master, r=oli-obkbors-15/+23
2023-10-13Format all the let chains in compilerMichael Goulet-14/+14
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-1/+1
2023-10-04Remove mir::LocalDecl::internal.Camille GILLOT-1/+1
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-1/+1
2023-10-03Auto merge of #115025 - ouz-a:ouz_testing, r=lcnrbors-3/+35
2023-10-02change is_subtype to relate_typesouz-a-4/+13
2023-10-02Add docs, remove code, change subtyper codeouz-a-24/+19
2023-10-02subtyping_projectionsouz-a-1/+29
2023-10-01Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrumbors-3/+3
2023-09-28Add a mir validation check to prevent OpaqueCast after analysis passes finishOli Scherer-0/+8
2023-09-26subst -> instantiatelcnr-2/+2
2023-09-22fix(const_eval): correctly check const type for function pointersEvan Merlock-15/+23
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-14/+14
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-2/+2
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-14/+14
2023-09-20the Const::eval_bits methods don't need to be given the TyRalf Jung-1/+1
2023-09-08Partially outline code inside the panic! macroJohn Kåre Alsaker-3/+3
2023-09-05Refactor how MIR represents composite debuginfo.Camille GILLOT-32/+26
2023-08-28Rollup merge of #115164 - RalfJung:no-in-place-packed, r=b-naberMatthias Krüger-3/+28
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-7/+16
2023-08-24MIR validation: reject in-place argument/return for packed fieldsRalf Jung-3/+28
2023-08-20give some unwind-related terminators a more clear nameRalf Jung-11/+11
2023-08-18Add missing instantiation of generator ty in validatorGary Guo-1/+1
2023-08-18Add MIR validation for unwind out from nounwind functionsGary Guo-7/+41
2023-08-17Revert "Implement references VarDebugInfo."Camille GILLOT-6/+0
2023-08-16Make TerminatorEdge plural.Camille GILLOT-2/+2
2023-08-16Allow apply_terminator_effect to customize edges.Camille GILLOT-5/+8
2023-08-14Remove constness from `ImplSource::Param`Deadbeef-3/+2
2023-08-06lower impl const to bind to host effect paramDeadbeef-11/+7
2023-08-02Remove constness from `TraitPredicate`Deadbeef-3/+3
2023-08-01Use upvar_tys in more places, make it a listMichael Goulet-2/+3
2023-07-27Remove `constness` from `ParamEnv`Deadbeef-18/+28
2023-07-25inline format!() args from rustc_codegen_llvm to the end (4)Matthias Krüger-39/+30
2023-07-25Make everything builtin!Michael Goulet-3/+6
2023-07-21Reuse MIR validator for inliner.Camille GILLOT-1/+1
2023-07-21Make type validation buffer errors.Camille GILLOT-25/+24
2023-07-21Separate CFG validation from type validation.Camille GILLOT-181/+297
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-51/+50
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-14/+16
2023-07-07Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`Nilstrieb-9/+9