summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/transform
AgeCommit message (Expand)AuthorLines
2022-02-15Overhaul `Const`.Nicholas Nethercote-2/+2
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-2/+2
2022-02-12Report the selection error when possibleDeadbeef-15/+36
2022-02-12Adapt new changeDeadbeef-4/+11
2022-02-12Handle Fn family trait call errrorDeadbeef-2/+39
2022-02-12Rebased and improved errorsDeadbeef-1/+1
2022-02-12Improve error messages even moreDeadbeef-126/+241
2022-02-12More informative error message for E0015Deadbeef-49/+51
2022-02-11add tainted_by_errors to mir::BodyMichael Goulet-5/+8
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-17/+8
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-8/+17
2022-02-02Fixup changes that aren't neccessary anymoreOli Scherer-2/+2
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-8/+17
2022-02-01Validate that values in switch int terminator are uniqueTomasz Miąsko-0/+18
2022-01-19Foreign types are trivially dropMichael Goulet-1/+1
2022-01-18Short-circuit some trivially const Drop typesMichael Goulet-10/+9
2022-01-18Check const Drop impls considering ConstIfConst boundsMichael Goulet-12/+31
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-5/+0
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-14/+9
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-4/+2
2022-01-15initial revertEllen-14/+9
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-5/+0
2022-01-12Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obkMatthias Krüger-1/+5
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-2/+0
2021-12-30Error when selected impl is not const in constckDeadbeef-1/+5
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-1/+2
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-66/+106
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-4/+2
2021-12-08Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiserMatthias Krüger-10/+66
2021-12-05Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obkbors-0/+4
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-17/+19
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-2/+4
2021-12-02Update passes with new interfaceDylan MacKenzie-0/+4
2021-12-02Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgrbors-6/+2
2021-12-02Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol...Matthias Krüger-6/+2
2021-12-02Reduce boilerplate around infallible foldersAlan Egerton-2/+1
2021-12-02Auto merge of #91354 - fee1-dead:const_env, r=spastorinobors-4/+2
2021-11-30Handle `DropAndReplace` in const-checkingDylan MacKenzie-6/+2
2021-11-29Don't re-export `MirPass`Dylan MacKenzie-6/+2
2021-11-29Use the constness from the param env instead of having a separate dimension f...Oli Scherer-4/+2
2021-11-28Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasperMatthias Krüger-27/+2
2021-11-26Print a suggestion when comparing references to primitive types in constant f...Fabian Wolff-10/+66
2021-11-26Perform Sync check on static items in wf-check instead of during const checksOli Scherer-27/+2
2021-11-26Unwrap the results of type foldersLeSeulArtichaut-1/+2
2021-11-24DebugDeadbeef-4/+5
2021-11-20Auto merge of #90535 - tmiasko:clone-from, r=oli-obkbors-1/+14
2021-11-19Rollup merge of #90633 - tmiasko:candidate-struct, r=nagisaYuki Okushi-101/+82
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-7/+13
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-2/+3
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-7/+13