summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2022-10-29Fix testsMark Rousskov-0/+2
2022-10-29Add test validating successful backportMark Rousskov-0/+35
2022-10-04Bless test output changesFrank Steffahn-1/+1
2022-09-10Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726Dylan DPC-2/+2
2022-09-09reviewlcnr-10/+10
2022-09-09rename `codegen_fulfill_obligation`lcnr-2/+2
2022-09-08update ui testslcnr-10/+10
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-1/+1
2022-08-31Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate...Matthias Krüger-3/+10
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-29Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obkMatthias Krüger-42/+164
2022-08-28Support method callsHirochika Matsumoto-3/+10
2022-08-27use smaller span for suggestionsTakayuki Maeda-3/+5
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-38/+20
2022-08-24Add test for #100414Michael Goulet-0/+44
2022-08-24Note binding obligation causes for const equate errorsMichael Goulet-0/+78
2022-08-24Call them constants instead of typesMichael Goulet-42/+42
2022-08-23Improve local generic parameter suggestions.Camille GILLOT-1/+1
2022-08-21Rework point-at-argMichael Goulet-14/+10
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-8/+8
2022-08-18Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t...Matthias Krüger-1/+3
2022-08-17point at a type parameter shadowing another typeTakayuki Maeda-1/+3
2022-08-12Erase regions better in promote_candidateMichael Goulet-0/+25
2022-08-11Auto merge of #100315 - compiler-errors:norm-ct-in-proj, r=lcnrbors-0/+279
2022-08-10add testb-naber-0/+36
2022-08-09Keep going if normalized projection has unevaluated consts in QueryNormalizerMichael Goulet-0/+279
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-2/+4
2022-07-27Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...Guillaume Gomez-13/+54
2022-07-26Fix diagnostics for unfulfilled obligationsDeadbeef-2/+0
2022-07-26bless tests, remove nonexistent E0395Deadbeef-44/+20
2022-07-25handle consts with param/infer in const_eval_resolve betterMichael Goulet-43/+2
2022-07-25Deeply deny fn and raw ptrs in const genericsMichael Goulet-13/+54
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-18/+28
2022-07-22Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe...Dylan DPC-137/+146
2022-07-20Add regression test for #71547Yuki Okushi-0/+18
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-137/+146
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-54/+54
2022-07-14Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnrDylan DPC-7/+10
2022-07-14Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnrDylan DPC-0/+36
2022-07-14Fix overlapping implskadmin-0/+36
2022-07-13Update testsKatherine Philip-7/+10
2022-07-13use gathered body_owners in par_body_ownersMiguel Guarniz-54/+54
2022-07-13Rollup merge of #99168 - TaKO8Ki:add-regression-test-for-74713, r=Dylan-DPCGuillaume Gomez-0/+30
2022-07-12add regression test for #74713Takayuki Maeda-0/+30
2022-07-11Deny floats even when adt_const_params is enabledMichael Goulet-0/+34
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-3/+3
2022-07-07Auto merge of #98360 - estebank:uninit-binding, r=oli-obkbors-4/+5
2022-07-07Wording tweakEsteban Küber-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-4/+5