about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/transform
AgeCommit message (Expand)AuthorLines
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-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-5/+2
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/+5
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-0/+14
2021-09-16Add a separate error for `dyn Trait` in `const fn`Waffle-5/+44
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-0/+14
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-4/+2
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-22/+52
2021-09-13Highlight the const function if error happened because of a bound on the impl...Waffle-2/+11
2021-09-13Introduce NullOp::AlignOfGary Guo-1/+2
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-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+4104