summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/const_eval
AgeCommit message (Expand)AuthorLines
2021-11-07Give inline const separate DefKindGary Guo-0/+1
2021-11-06use matches!() macro in more placesMatthias Krüger-7/+2
2021-10-27Remove `is_const_fn` in `find_mir_or_eval_fn`Gary Guo-9/+3
2021-10-25Clean up special function const checksGary Guo-32/+20
2021-10-21Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obkYuki Okushi-3/+2
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-3/+2
2021-10-20Rollup merge of #88860 - nbdd0121:panic, r=m-ou-seYuki Okushi-3/+1
2021-10-19Deduplicate panic_fmtGary Guo-3/+1
2021-10-12Add const_eval_select intrinsicDeadbeef-19/+40
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-18/+1
2021-09-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-2/+7
2021-09-17Auto merge of #88934 - tmiasko:trace-log, r=davidtwcobors-4/+5
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-2/+7
2021-09-15Move is_const_fn to under TyCtxtDeadbeef-18/+1
2021-09-14Avoid unnecessary formatting when trace log level is disabledTomasz Miąsko-4/+5
2021-09-09Remove unused queryDeadbeef-22/+10
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+1402