summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2022-12-09Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJungbors-17/+28
2022-12-06normalize before matching on `ConstKind`Boxy-0/+12
2022-12-06Change CTFE backtraces to use `note` instead of `label` to preserve their orderOli Scherer-17/+28
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-6/+6
2022-12-06Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8KiMatthias Krüger-0/+42
2022-12-06Rollup merge of #105338 - estebank:other-impls, r=compiler-errorsYuki Okushi-6/+2
2022-12-05support `Expr` in `is_const_evaluatable` and `compute`Boxy-0/+42
2022-12-05Tweak "the following other types implement trait"Esteban Küber-6/+2
2022-12-03Skip recording resolution for duplicated generic params.Camille GILLOT-0/+15
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-1/+1
2022-11-25`super_relate_consts` do not spurriously fail on assoc constsBoxy-0/+20
2022-11-25fmtBoxy-1/+1
2022-11-25handle assoc consts in fulfill `ConstEquate`Boxy-151/+61
2022-11-25handle nested obligations in `satisfied_from_param_env`Boxy-8/+79
2022-11-25Add expand_abstract_constkadmin-21/+1
2022-11-25Add empty ConstKind::Abstractkadmin-33/+175
2022-11-24Change how suggested lifetime args are computed.Camille GILLOT-1/+1
2022-11-22Add failing test for projections used as const genericGuillaume Gomez-0/+31
2022-11-20Factor out conservative_is_privately_uninhabitedCameron Steffen-2/+2
2022-11-14Show a note where a macro failed to matchNilstrieb-0/+6
2022-11-11Visit opaque types during type collection too.Camille GILLOT-26/+5
2022-11-02Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr...Matthias Krüger-0/+33
2022-11-01fix(generic_const_exprs): Fix predicate inheritance for children of opaque typesZhixing Zhang-0/+33
2022-10-27Correct inconsistent error messages in testsByron Zhong-1/+1
2022-10-22Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obkbors-20/+24
2022-10-18Clean up query descriptionsnils-2/+2
2022-10-18`const_evaluatable_unchecked` to const evallcnr-20/+24
2022-10-13fix small word dupe typosRageking8-2/+2
2022-10-08Rollup merge of #102782 - Hosshii:issue-102124, r=Mark-SimulacrumMichael Howell-0/+20
2022-10-07Add regression test for #102124Hosshii-0/+20
2022-10-07fix a ICE #102768Takayuki Maeda-0/+47
2022-10-04Normalize substs before resolving instance in NoopMethodCall lintMichael Goulet-0/+23
2022-10-01bless ui testsMaybe Waffle-16/+16
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+5
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+5
2022-09-23Always print '_, even for erased lifetimes.Camille GILLOT-4/+4
2022-09-22Rollup merge of #102119 - steffahn:fix-pararmeter, r=dtolnayDylan DPC-1/+1
2022-09-22Bless test output changesFrank Steffahn-1/+1
2022-09-21Make error messages great again (and fix clippy and add test)Deadbeef-11/+6
2022-09-17bless tests againDeadbeef-6/+11
2022-09-16bless testsDeadbeef-1/+4
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