about summary refs log tree commit diff
path: root/compiler/rustc_const_eval
AgeCommit message (Expand)AuthorLines
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
2021-10-03Remove re-export.Camille GILLOT-1/+2
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-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-20Migrate to 2021Mark Rousskov-1/+1
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
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-2/+21
2021-09-15Fast reject for NeedsNonConstDropDeadbeef-1/+11
2021-09-15Coerce const FnDefs to implement const Fn traitsDeadbeef-2/+1
2021-09-15Move is_const_fn to under TyCtxtDeadbeef-22/+3
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-44/+62
2021-09-14Remove implementation of `min_align_of` intrinsicTomasz Miąsko-7/+2
2021-09-14Avoid unnecessary formatting when trace log level is disabledTomasz Miąsko-4/+5
2021-09-13Highlight the const function if error happened because of a bound on the impl...Waffle-2/+11
2021-09-12Auto merge of #88839 - nbdd0121:alignof, r=nagisabors-9/+12
2021-09-13Introduce NullOp::AlignOfGary Guo-9/+12
2021-09-09Rename `(un)signed` to `(un)signed_int`Andreas Liljeqvist-2/+2
2021-09-09Move `unsigned_max` etc into `Size` againAndreas Liljeqvist-6/+4
2021-09-09Remove cloneAndreas Liljeqvist-1/+1
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-16/+13
2021-09-09Add methods for checking for full ranges to `Scalar` and `WrappingRange`Andreas Liljeqvist-15/+13
2021-09-09Add another test case + fmtDeadbeef-4/+2
2021-09-09fix precise live dropsDeadbeef-3/+3
2021-09-09do not require lang itemDeadbeef-1/+8
2021-09-09Use trait select logic instead of queryDeadbeef-10/+33
2021-09-09fmtDeadbeef-2/+4
2021-09-09Const droppingDeadbeef-13/+13
2021-09-09Remove unused queryDeadbeef-22/+10
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-09-08Rebase fallout.Camille GILLOT-0/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+14840