about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src
AgeCommit message (Expand)AuthorLines
2022-07-04clarify commentRalf Jung-1/+2
2022-07-03move Box mess handling into general visitorRalf Jung-34/+55
2022-07-03fix interpreter validity check on BoxRalf Jung-6/+29
2022-07-03interpret: track place alignment together with the type, not the valueRalf Jung-95/+117
2022-07-03interpret: don't rely on ScalarPair for overflowed arithmeticRalf Jung-2/+16
2022-07-02more use of format! variable captureRalf Jung-3/+1
2022-07-02Auto merge of #97585 - lqd:const-alloc-intern, r=RalfJungbors-2/+50
2022-07-02make AllocRef APIs more consistentRalf Jung-11/+13
2022-07-02add AllocRange Debug impl; remove redundant AllocId Display implRalf Jung-23/+9
2022-07-02Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obkbors-17/+6
2022-07-02Rollup merge of #98783 - RalfJung:jumpscares, r=fee1-deadDylan DPC-1/+1
2022-07-02Rollup merge of #98766 - lcnr:mir-visit-pass_by_value, r=oli-obkDylan DPC-10/+10
2022-07-02Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errorsDylan DPC-1/+1
2022-07-01interpret: make a comment less scaryRalf Jung-1/+1
2022-07-01Factor out hir::Node::BindingCameron Steffen-1/+1
2022-07-01Rollup merge of #98756 - TaKO8Ki:use-const-instead-of-function, r=Dylan-DPCDylan DPC-5/+3
2022-07-01cleanup mir visitor for `rustc::pass_by_value`lcnr-10/+10
2022-07-01use const instead of function and make it privateTakayuki Maeda-5/+3
2022-06-30Recover when failing to normalize closure signature.Camille GILLOT-1/+2
2022-06-30Don't assert polymorphization has taken effect in const evalWesley Wiser-16/+4
2022-06-30Rollup merge of #98688 - RalfJung:from-mplace, r=oli-obkMatthias Krüger-8/+29
2022-06-30Change enum->int casts to not go through MIR casts.Oli Scherer-27/+30
2022-06-29interpret: add From<&MplaceTy> for PlaceTyRalf Jung-8/+29
2022-06-29Rollup merge of #98643 - voidc:valtree-ref-pretty, r=lcnrMatthias Krüger-79/+0
2022-06-29Rollup merge of #98554 - DrMeepster:box_unsizing_is_not_special, r=RalfJungDylan DPC-17/+7
2022-06-29Rollup merge of #98549 - RalfJung:interpret-stacktraces, r=oli-obkDylan DPC-18/+13
2022-06-29avoid walk when `get_ptr_alloc` returns no `AllocRef`Rémy Rakic-0/+3
2022-06-29fix commentsRémy Rakic-5/+5
2022-06-28fix silly mistakeDrMeepster-1/+1
2022-06-28Improve pretty printing of valtrees for referencesDominik Stolz-79/+0
2022-06-28const alloc interning: only check for references for arrays/slicesRémy Rakic-14/+18
2022-06-28ctfe: clarify skipping the interning walkRémy Rakic-11/+30
2022-06-28make `get_relocations` privateRémy Rakic-1/+1
2022-06-28ctfe interning: don't walk allocations that don't need itRémy Rakic-3/+25
2022-06-28Validate all fields of box instead of validating allocator specificallyDrMeepster-2/+2
2022-06-27make AllocKind actually publicRalf Jung-1/+1
2022-06-26interpret: refactor allocation info queryRalf Jung-51/+34
2022-06-26validate box's allocatorDrMeepster-0/+3
2022-06-26fix box with custom allocator in miriDrMeepster-17/+4
2022-06-26interpret: do not prune requires_caller_location stack frames quite so earlyRalf Jung-18/+13
2022-06-22Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obkYuki Okushi-11/+15
2022-06-21Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obkbors-50/+69
2022-06-19Mention formatting macros when encountering ArgumentV1::new in constMichael Goulet-1/+11
2022-06-16interpret: convert_tag_add_extra, init_allocation_extra: allow tagger to rais...Ralf Jung-11/+15
2022-06-15make sure miri ices when dereferencing a boxDrMeepster-0/+5
2022-06-15remove box derefs from codgenDrMeepster-50/+64
2022-06-15Rename `impl_constness` to `constness`Deadbeef-7/+8
2022-06-14rebaseb-naber-3/+3
2022-06-14correctly create Scalar for meta infob-naber-3/+7
2022-06-14address reviewb-naber-17/+54