about summary refs log tree commit diff
path: root/compiler/rustc_const_eval
AgeCommit message (Expand)AuthorLines
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-7/+13
2021-11-06use matches!() macro in more placesMatthias Krüger-24/+13
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-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-28Use type based qualification for unionsTomasz Miąsko-1/+14
2021-10-27Remove `is_const_fn` in `find_mir_or_eval_fn`Gary Guo-9/+3
2021-10-26Consider indirect mutation during const qualification dataflowTomasz Miąsko-63/+157
2021-10-25Clean up special function const checksGary Guo-77/+41
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
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 #89894 - camsteffen:unused-deps, r=Mark-SimulacrumMatthias Krüger-2/+0
2021-10-15Rollup merge of #89859 - RalfJung:write-discriminant, r=oli-obkMatthias Krüger-1/+15
2021-10-14Remove unused dependencies from rustc_const_evalCameron Steffen-2/+0
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/+2
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