summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2022-09-02CTFE: more informative error message on ReadPointerAsBytes troubleRalf Jung-5/+237
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-6/+8
2022-07-28Remove guess_head_span.Camille GILLOT-3/+3
2022-07-27Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...Guillaume Gomez-4/+17
2022-07-26Fix diagnostics for unfulfilled obligationsDeadbeef-10/+0
2022-07-26bless tests, remove nonexistent E0395Deadbeef-43/+83
2022-07-25Deeply deny fn and raw ptrs in const genericsMichael Goulet-4/+17
2022-07-24interpret, ptr_offset_from: refactor and test too-far-apart checkRalf Jung-18/+99
2022-07-22Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe...Dylan DPC-2/+2
2022-07-20bless some testsRalf Jung-52/+39
2022-07-20make use of symbolic vtables in interpreterRalf Jung-166/+181
2022-07-19Mention first and last macro in backtraceMichael Goulet-49/+49
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-2/+2
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-6/+6
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-3/+3
2022-07-13remove untagged_union feature gateRalf Jung-16/+18
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-2/+0
2022-07-09Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obkDylan DPC-0/+18
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-1/+1
2022-07-07Tweak wording and spansEsteban Küber-3/+3
2022-07-07On partial uninit error point at where we need initEsteban Küber-3/+5
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-07-06update testMiguel Guarniz-6/+6
2022-07-06blessRalf Jung-7/+7
2022-07-06fix ICE in ConstPropRalf Jung-0/+18
2022-07-05add testRalf Jung-0/+15
2022-07-05Rollup merge of #98860 - RalfJung:dangling-int-ptr, r=davidtwcoMatthias Krüger-21/+21
2022-07-05adjust dangling-int-ptr error messageRalf Jung-21/+21
2022-07-05Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errorsDylan DPC-2/+2
2022-07-02Rollup merge of #98701 - TaKO8Ki:add-regression-test-for-50439, r=Mark-Simula...Ralf Jung-0/+39
2022-07-01Shorten def_span for more items.Camille GILLOT-1439/+829
2022-06-30lint: port non-fmt-panic diagnosticsDavid Wood-2/+2
2022-06-30add regression test for #50439Takayuki Maeda-0/+39
2022-06-29fix stderr by hand since that test is not run on my systemRalf Jung-4/+4
2022-06-29interpret: adjust error from constructing an invalid valueRalf Jung-164/+164
2022-06-28Rollup merge of #98560 - TaKO8Ki:add-regression-test-for-85907, r=Mark-Simula...Matthias Krüger-0/+17
2022-06-27add regression test for #85907Takayuki Maeda-0/+17
2022-06-26Rollup merge of #97743 - RalfJung:const-err-future-breakage, r=estebankMatthias Krüger-0/+2697
2022-06-25bless after rebaseRalf Jung-23/+711
2022-06-25bless remaining testsRalf Jung-0/+53
2022-06-25make const_err show up in future breakage reportsRalf Jung-0/+1956
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-1/+1
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+1
2022-06-19Mention formatting macros when encountering ArgumentV1::new in constMichael Goulet-0/+99
2022-06-19Bless 32bit ui tests.Camille GILLOT-12/+12
2022-06-19Make some lints incremental.Camille GILLOT-15/+41
2022-06-15Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-0/+20
2022-06-14rebaseb-naber-32/+104
2022-06-14address reviewb-naber-1/+1
2022-06-14bless 32-bit ui testsb-naber-4/+10