summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-12-11Bump the const eval step limitOli Scherer-4/+4
2022-11-15Use `nominal_obligations_without_const` in wf for FnDefDeadbeef-0/+5
2022-10-23Add normalize hack backMichael Goulet-0/+31
2022-10-20Do not suggest trivially false const predicatesMichael Goulet-28/+0
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
2022-10-05do not reverse the expected type and found type for ObligationCauseCode of If...Yiming Lei-1/+1
2022-10-05Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obkDylan DPC-15/+18
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-15/+18
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-5/+6
2022-10-02Add a known-bug test for #102498Michael Goulet-0/+39
2022-10-01bless ui testsMaybe Waffle-329/+329
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-2/+0
2022-09-27Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillotMatthias Krüger-44/+45
2022-09-27Stabilize bench_black_boxUrgau-2/+0
2022-09-27also query type_uninhabited_fromRalf Jung-36/+37
2022-09-26Rollup merge of #102181 - inquisitivecrystal:issue-100878-test, r=Mark-Simula...Matthias Krüger-0/+8
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+5
2022-09-26make invalid_value lint a bit smarter around enumsRalf Jung-8/+8
2022-09-26Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrumfee1-dead-2/+0
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+5
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-91/+91
2022-09-23Add regression test for issue #100878inquisitivecrystal-0/+8
2022-09-23Stabilize const `BTree{Map,Set}::new`Nilstrieb-2/+0
2022-09-23add testb-naber-0/+67
2022-09-21Make error messages great again (and fix clippy and add test)Deadbeef-31/+46
2022-09-17bless tests againDeadbeef-70/+42
2022-09-16Bless ui tests after typeck code changeDeadbeef-74/+49
2022-09-16bless testsDeadbeef-75/+94
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-1/+1
2022-09-09The `<*const T>::guaranteed_*` methods now return an option for the unknown caseOli Scherer-31/+19
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-40/+0
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-30Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obkDylan DPC-20/+299
2022-08-29Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obkMatthias Krüger-2/+5
2022-08-29Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnrMatthias Krüger-10/+10
2022-08-28entirely get rid of NeedsRfc CTFE errorsRalf Jung-0/+3
2022-08-28CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just...Ralf Jung-2/+2
2022-08-28Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obkMatthias Krüger-0/+17
2022-08-27adjust testsRalf Jung-20/+299
2022-08-27Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar...Yuki Okushi-4/+1
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-391/+262
2022-08-26add a testRalf Jung-0/+17