about summary refs log tree commit diff
path: root/tests/ui/const-generics/generic_const_exprs
AgeCommit message (Expand)AuthorLines
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-1/+2
2024-06-04bless privacy tests (only diagnostic duplication)Oli Scherer-1/+13
2024-06-03Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violationMichael Goulet-15/+25
2024-05-29Partially implement `ConstArgHasType`Boxy-157/+11
2024-05-27remove fixed crashes, add fixed crashes to tests, add new cashed found in the...Matthias Krüger-0/+152
2024-05-25Rollup merge of #125451 - oli-obk:const_type_mismatch, r=compiler-errorsMatthias Krüger-11/+5
2024-05-24Actually just remove the special case altogetherMichael Goulet-0/+24
2024-05-24Fail relating constants of different typesOli Scherer-11/+5
2024-04-28add test for ice expected-type-of-closure-body-to-be-a-closure-or-coroutine-i...Matthias Krüger-0/+91
2024-04-28add test for ICE failed to resolve instance for <[f32; 2] as CrossProductMatthias Krüger-0/+18
2024-04-24Fix tests and blessGary Guo-6/+5
2024-04-21add test for ICE caused by using feature(generic_const_exprs) #114463Matthias Krüger-0/+29
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-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-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-43/+152
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-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-21Provide structured suggestion for unconstrained generic constantEsteban Küber-43/+152
2024-03-20register opaques that reference errorsAli MJ Al-Nasrawy-3/+19
2024-03-19Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errorsbors-6/+4
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-4/+16
2024-03-17added pretty_print_const_exprwill-6/+4
2024-03-14Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errorsbors-14/+14
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-14/+14
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-6/+4
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-14/+14
2024-03-08Replace `TypeWalker` usage with `TypeVisitor`Shoyu Vanilla-1/+10
2024-02-29Make infer higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-1/+17
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-80/+80
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-5/+73
2024-02-03Rollup merge of #120531 - oli-obk:track_errors7, r=estebankMatthias Krüger-4/+29
2024-01-31Remove a has_errors check that only hides errors after unrelated items have e...Oli Scherer-4/+29
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-10/+10
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-2/+2
2024-01-24remove StructuralEq traitRalf Jung-2/+2
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-10/+10
2024-01-22Make generic const type mismatches not hide trait impls from the trait solverOli Scherer-2/+34
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-4/+97
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-1/+1