about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src
AgeCommit message (Expand)AuthorLines
2021-10-23Auto merge of #90203 - matthiaskrgr:rollup-v215wew, r=matthiaskrgrbors-1/+10
2021-10-23Rollup merge of #90168 - tmiasko:const-qualif-storage, r=matthewjasperMatthias Krüger-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-23Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwcoMatthias Krüger-4/+11
2021-10-22Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obkYuki Okushi-2/+9
2021-10-21Configure saved panic locations based on location-detail flagHudson Ayers-4/+11
2021-10-21Verify that only NeedsNonConstDrop expects promotedsTomasz Miąsko-4/+10
2021-10-21Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obkYuki Okushi-3/+2
2021-10-20Remove `box_alloc` from `Machine` trait.Gary Guo-14/+1
2021-10-20Remove NullOp::BoxGary Guo-7/+0
2021-10-20Add polarity to TraitPredicateSantiago Pastorino-0/+2
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-3/+2
2021-10-20Rollup merge of #88860 - nbdd0121:panic, r=m-ou-seYuki Okushi-4/+1
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-3/+2
2021-10-19Deduplicate panic_fmtGary Guo-4/+1
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-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-1/+2
2021-10-16Adopt let_else across the compilerest31-3/+2
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-15Rollup merge of #89859 - RalfJung:write-discriminant, r=oli-obkMatthias Krüger-1/+15
2021-10-14add dedicated error variant for writing the discriminant of an uninhabited en...Ralf Jung-1/+15
2021-10-14Fix const stabilityDeadbeef-2/+5
2021-10-12Add const_eval_select intrinsicDeadbeef-29/+62
2021-10-08Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisabors-1/+1
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-1/+1
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-1/+1
2021-10-04Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplettManish Goregaokar-1/+1
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-19/+0
2021-10-04Stabilize `const_panic`Jacob Pratt-19/+0
2021-10-03Remove re-export.Camille GILLOT-1/+1
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-2/+2
2021-10-03Follow the diagnostic output style guideHirochika Matsumoto-1/+1
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-23/+3
2021-10-01polymorphize: polymorphize shimsDavid Wood-1/+2
2021-09-29CTFE: extra assertions for Aggregate rvalues; remove unnecessarily eager spec...Ralf Jung-7/+9
2021-09-29remove outdated commentRalf Jung-1/+0
2021-09-25Report heap allocation instead of non-const fn for exchange_malloc callGary Guo-0/+5
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-1/+11
2021-09-20Enable 2021 compatibility lints for all in-tree codeMark Rousskov-1/+1
2021-09-19Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f...Yuki Okushi-5/+44
2021-09-18Start block is not allowed to have basic block predecessorsTomasz Miąsko-1/+4
2021-09-18Auto merge of #88965 - fee1-dead:const-drop-1, r=oli-obkbors-1/+11
2021-09-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-2/+21
2021-09-17Auto merge of #88934 - tmiasko:trace-log, r=davidtwcobors-4/+5
2021-09-16Add a separate error for `dyn Trait` in `const fn`Waffle-5/+44
2021-09-15Rollup merge of #88933 - tmiasko:remove-min-align-of, r=oli-obkManish Goregaokar-7/+2
2021-09-15Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_...Manish Goregaokar-2/+11