summary refs log tree commit diff
path: root/tests/ui/const-generics/generic_const_exprs
AgeCommit message (Expand)AuthorLines
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-4/+0
2024-07-29Detect non-lifetime binder params shadowing item paramsMichael Goulet-6/+16
2024-07-26Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er...Trevor Gross-0/+134
2024-07-23Suppress lint type_alias_bounds for ty aliases containing const projections u...León Orell Valerian Liehr-0/+134
2024-07-22Revert suggestion verbosity changeEsteban Küber-24/+12
2024-07-22On generic and lifetime removal suggestion, do not leave behind stray `,`Esteban Küber-1/+1
2024-07-22Change suggestion message wordingEsteban Küber-4/+4
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-12/+24
2024-07-21Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwUJubilee-2/+9
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-23/+21
2024-07-20Just totally fully deny late-bound constsMichael Goulet-2/+9
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-23/+21
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-11/+11
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-3/+3
2024-07-04Better suggestion span for missing type parameterEsteban Küber-2/+10
2024-07-02add testBoxy-0/+32
2024-07-01Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercotebors-3/+12
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-10/+24
2024-06-28bless tests part 1Deadbeef-45/+12
2024-06-26Automatically taint InferCtxt when errors are emittedOli Scherer-3/+12
2024-06-19Const generic parameters aren't bounds, even if we end up erroring because of...Oli Scherer-10/+10
2024-06-19Taint infcx when reporting errorsOli Scherer-13/+82
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-1/+2
2024-06-05Bless tests and handle tests/crashesBoxy-4/+71
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