about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2024-04-24Fix tests and blessGary Guo-6/+5
2024-04-23Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmeaseLeón Orell Valerian Liehr-0/+10
2024-04-21add test for ICE caused by using feature(generic_const_exprs) #114463Matthias Krüger-0/+29
2024-04-19add test for #83993Matthias Krüger-0/+47
2024-04-16Don't ICE for kind mismatches during error renderingOli Scherer-0/+63
2024-04-16Emit suggestions when equality constraints are wrongly usedGurinder Singh-0/+10
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-4/+11
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-5/+5
2024-04-10Handle more cases of value suggestionsEsteban Küber-4/+11
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-5/+5
2024-04-09Tweak value suggestions in `borrowck` and `hir_analysis`Esteban Küber-2/+2
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-2/+2
2024-04-07add test for ice: unknown alias DefKind: AnonConst #116710Matthias Krüger-0/+34
2024-04-04Allow defining opaque types when checking const equality boundsOli Scherer-4/+4
2024-04-04Add regression testOli Scherer-0/+40
2024-04-04Add some regression tests for opaque types and const genericsOli Scherer-0/+170
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-15/+15
2024-03-25Rollup merge of #122988 - matthiaskrgr:icetests, r=petrochenkovMatthias Krüger-0/+180
2024-03-25Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrierilbors-91/+258
2024-03-24add test for ICE: no entry found for key for const function in generic_const...Matthias Krüger-0/+21
2024-03-24add test for #114464Matthias Krüger-0/+28
2024-03-24add test for https://github.com/rust-lang/rust/issues/119731Matthias Krüger-0/+131
2024-03-24add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directiveMatthias Krüger-1/+1
2024-03-24add test for 88421 ICE: could not fully normalize `&<MyType as std::ops::Inde...Matthias Krüger-0/+36
2024-03-23add test for #106423Matthias Krüger-0/+57
2024-03-22add test for #97725Matthias Krüger-1/+6
2024-03-22Rollup merge of #122863 - matthiaskrgr:teest, r=lcnrMatthias Krüger-0/+96
2024-03-22Rollup merge of #122820 - oli-obk:no_ord_def_id, r=estebankMatthias Krüger-74/+161
2024-03-22address review commentsMatthias Krüger-91/+11
2024-03-22add test for ice #119275 "no entry found for key" in predicates_of.rsMatthias Krüger-0/+64
2024-03-22add test for ice #113017 no entry found for key in generics_of.rsMatthias Krüger-0/+112
2024-03-21add test for #122549Matthias Krüger-0/+96
2024-03-21Sorting arbitrary constants should not be done, as it relies on `DefId` order...Oli Scherer-74/+161
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-8/+17
2024-03-21Provide structured suggestion for unconstrained generic constantEsteban Küber-91/+258
2024-03-20register opaques that reference errorsAli MJ Al-Nasrawy-3/+19
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-42/+1
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-8/+17
2024-03-19Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errorsbors-10/+8
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-73/+256
2024-03-17added pretty_print_const_exprwill-10/+8
2024-03-14Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errorsbors-32/+32
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-32/+32
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-10/+5
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-32/+32
2024-03-09Auto merge of #122150 - ShoyuVanilla:replace-typewalker, r=lcnrbors-1/+10
2024-03-08Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkovbors-20/+20
2024-03-08Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obkbors-2/+27
2024-03-08Replace `TypeWalker` usage with `TypeVisitor`Shoyu Vanilla-1/+10
2024-03-07Use the same collection order as check_mod_type_wfOli Scherer-20/+20