about summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2024-07-22On generic and lifetime removal suggestion, do not leave behind stray `,`Esteban Küber-6/+6
2024-07-22Change suggestion message wordingEsteban Küber-16/+16
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-24/+48
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-6/+6
2024-07-19More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait`Esteban Küber-6/+3
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-1/+1
2024-07-18Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errorsMatthias Krüger-3/+3
2024-07-18Rollup merge of #127878 - estebank:assoc-item-removal, r=fmeaseMatthias Krüger-6/+9
2024-07-18Accurate `use` rename suggestion spanEsteban Küber-3/+3
2024-07-17Fix associated item removal suggestionEsteban Küber-6/+9
2024-07-17Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmeaseMatthias Krüger-5/+5
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-6/+6
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-1/+6
2024-07-14Use ordinal number in argument errorlong-long-float-5/+5
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-1/+6
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-2/+5
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-3/+3
2024-07-06show unit output when there is only output diff in diagnosticsyukang-1/+1
2024-07-05Use verbose style for argument removal suggestionEsteban Küber-4/+6
2024-07-04Better suggestion span for missing type parameterEsteban Küber-1/+5
2024-06-26Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyasbors-1/+6
2024-06-26Rollup merge of #126925 - surechen:fix_125631, r=compiler-errorsMatthias Krüger-0/+6
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-1/+6
2024-06-25Change E0369 diagnostic give note information for foreign items.surechen-0/+6
2024-06-21Fix remaining casesMichael Goulet-2/+2
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-29/+29
2024-05-20Handle a few more simple testsBen Kimock-4/+4
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-6/+24
2024-04-23Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmeaseLeón Orell Valerian Liehr-0/+13
2024-04-23Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwcoMatthias Krüger-5/+5
2024-04-17Auto merge of #123674 - oli-obk:bogus_note, r=estebankbors-12/+3
2024-04-17consistency rename: language item -> lang itemRalf Jung-5/+5
2024-04-16Emit suggestions when equality constraints are wrongly usedGurinder Singh-0/+13
2024-04-14Suggest value on bare returnMichael Goulet-0/+5
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-0/+32
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-6/+28
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-0/+32
2024-04-11Fix accuracy of `T: Clone` check in suggestionEsteban Küber-12/+0
2024-04-11Account for unops when suggesting cloningEsteban Küber-4/+6
2024-04-11Suggest `.clone()` when moved while borrowedEsteban Küber-0/+10
2024-04-09Silence some follow-up errors on trait impls in case the trait has conflictin...Oli Scherer-12/+3
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-21/+3
2024-03-08Improve error message for opaque capturesMichael Goulet-4/+16
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-8/+8
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-17/+17
2024-02-29allow statics pointing to mutable staticsRalf Jung-33/+3
2024-02-25fix use of platform_intrinsics in testsRalf Jung-2/+2
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-32/+49
2024-02-18Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkovMatthias Krüger-0/+2
2024-02-17Add help to `hir_analysis_unrecognized_intrinsic_function`Scott McMurray-0/+2