about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src
AgeCommit message (Expand)AuthorLines
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/+14813