summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-12-07Make -Zsimulate-remapped-rust-src-base reproducible on CIOli Scherer-6/+6
2022-12-07Avoid remapping paths back to `$SRC_DIR` in CIOli Scherer-6/+6
2022-12-06Filter out precise alloc ids from diagnosticsOli Scherer-2/+3
2022-12-06Bless 32 bit testsOli Scherer-5/+10
2022-12-06Properly indent messagesOli Scherer-5/+7
2022-12-06Change CTFE backtraces to use `note` instead of `label` to preserve their orderOli Scherer-367/+1007
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-214/+214
2022-12-06Start emitting labels even if their pointed to file is not available locallyOli Scherer-0/+49
2022-12-05Tweak "the following other types implement trait"Esteban Küber-16/+6
2022-12-02Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8KiMatthias Krüger-2/+2
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-2/+2
2022-11-25Add a test for scalar pair layout validationOli Scherer-3/+32
2022-11-25Print a trace through types to show how to get to the problematic typeOli Scherer-0/+10
2022-11-24Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelixMatthias Krüger-4/+4
2022-11-24make `error_reported` check for delayed bugsBoxy-0/+16
2022-11-23Bump the const eval step limitOli Scherer-4/+4
2022-11-21Do not check transmute if has non region inferhi-rustin-0/+19
2022-11-19Use `type_ascribe!` in many UI testsNilstrieb-2/+2
2022-11-16fix #104390, fix ICE in in_operand for ty erroryukang-0/+75
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-278/+405
2022-11-15Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obkbors-6/+6
2022-11-12Partially revert 74d53abJannis Christopher Köhl-3/+3
2022-11-12Require -Zmir-opt-level >= 3 for nowJannis Christopher Köhl-20/+6
2022-11-11Don't ICE with inline const errors during MIR buildMichael Goulet-0/+21
2022-11-10Don't ICE when encountering ConstKind::Error in RequiredConstsVisitorMichael Goulet-0/+14
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-80/+80
2022-11-09Rollup merge of #104125 - ink-feather-org:const_cmp_tuples, r=fee1-deadDylan DPC-11/+8
2022-11-09Cleanup fn trait ref testonestacked-11/+8
2022-11-09Auto merge of #104180 - fee1-dead-contrib:fix-wf-fndef, r=oli-obkbors-0/+5
2022-11-09Use `nominal_obligations_without_const` in wf for FnDefDeadbeef-0/+5
2022-11-08Rollup merge of #104113 - ink-feather-org:fix_const_fn_ref_impls, r=compiler-...Guillaume Gomez-0/+80
2022-11-07Reworked const fn ref testsonestacked-14/+59
2022-11-07Fix `const_fn_trait_ref_impl`, add test for itonestacked-0/+35
2022-11-07Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-0/+53
2022-11-07Update issue-50814.rs test resultJannis Christopher Köhl-9/+23
2022-11-05Move some tests to more reasonable directoriesCaio-0/+53
2022-11-05use spans in TypeTest rather than mir::LocationAli MJ Al-Nasrawy-20/+8
2022-11-02return const_error when ty has errorsTakayuki Maeda-0/+75
2022-10-23Add normalize hack backMichael Goulet-0/+31
2022-10-20Do not suggest trivially false const predicatesMichael Goulet-28/+0
2022-10-20Update tests to match error message changesb4den-80/+80
2022-10-14Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkovDylan DPC-0/+21
2022-10-13Move some tests to more reasonable directoriesCaio-0/+21
2022-10-12Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholkDylan DPC-0/+67
2022-10-10Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillotYuki Okushi-1/+1
2022-10-08Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomccbors-5/+5
2022-10-08Split slice part of feature(half_open_range_patterns) to [...]_in_slicesUrgau-1/+1
2022-10-07make const_err a hard errorRalf Jung-4743/+1156
2022-10-07add a few more assert_unsafe_preconditionRalf Jung-5/+5
2022-10-07Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errorsMatthias Krüger-1/+1