about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/transform
AgeCommit message (Expand)AuthorLines
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
2021-11-06use matches!() macro in more placesMatthias Krüger-9/+7
2021-11-05Remove `Candidate::source_info`Tomasz Miąsko-7/+1
2021-11-05Refactor single variant `Candidate` enum into a structTomasz Miąsko-95/+82
2021-11-03`addr_of!` grants mutable access, maybe?Tomasz Miąsko-6/+5
2021-11-03Remove `MaybeMutBorrowedLocals`Tomasz Miąsko-0/+9
2021-11-03Implement `clone_from` for `State`Tomasz Miąsko-1/+14
2021-10-31Remove unnecessary `Option` from `promote_candidate` return typeTomasz Miąsko-11/+5
2021-10-29Auto merge of #90373 - tmiasko:union-qualification, r=oli-obkbors-1/+14
2021-10-29Auto merge of #90214 - tmiasko:indirect-mutation-qualif, r=ecstatic-morse,oli...bors-63/+157
2021-10-28Use type based qualification for unionsTomasz Miąsko-1/+14
2021-10-26Consider indirect mutation during const qualification dataflowTomasz Miąsko-63/+157
2021-10-25Clean up special function const checksGary Guo-45/+21
2021-10-23Auto merge of #90203 - matthiaskrgr:rollup-v215wew, r=matthiaskrgrbors-1/+10
2021-10-23Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakisbors-0/+2
2021-10-23Reset qualifs when a storage of a local endsTomasz Miąsko-1/+10
2021-10-22Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obkYuki Okushi-2/+9
2021-10-21Verify that only NeedsNonConstDrop expects promotedsTomasz Miąsko-4/+10
2021-10-20Add polarity to TraitPredicateSantiago Pastorino-0/+2
2021-10-20Rollup merge of #88860 - nbdd0121:panic, r=m-ou-seYuki Okushi-1/+0
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-3/+1
2021-10-19Deduplicate panic_fmtGary Guo-1/+0
2021-10-19Fix const qualification when executed after promotionTomasz Miąsko-2/+3
2021-10-18Do not promote values with const drop that need to be droppedTomasz Miąsko-5/+57
2021-10-18Rename `needs_drop` to `needs_non_const_drop`Tomasz Miąsko-14/+14
2021-10-16Adopt let_else across the compilerest31-3/+1
2021-10-14Fix const stabilityDeadbeef-2/+5
2021-10-12Add const_eval_select intrinsicDeadbeef-9/+21
2021-10-04Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplettManish Goregaokar-1/+1