summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2024-10-08fix/update teach_note from 'escaping mutable ref/ptr' const-checkRalf Jung-1/+1
2024-10-04Use wide pointers consistenly across the compilerUrgau-1/+1
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-2/+2
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-2/+2
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-09-16Introduce distinct error codes for precise capturingMichael Goulet-0/+26
2024-09-15stabilize const_mut_refsRalf Jung-170/+7
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-1/+1
2024-09-09Ban non-array SIMDScott McMurray-7/+16
2024-09-05stabilize `-Znext-solver=coherence`lcnr-1/+1
2024-08-31Rewrite lint_expectations in a single pass.Camille GILLOT-6/+1
2024-08-23Print the generic parameter along with the variance in dumps.Camille GILLOT-2/+2
2024-08-19Reword the "unreachable pattern" explanationsNadrieril-2/+2
2024-08-10Differentiate between methods and associated functionsEsteban Küber-7/+7
2024-08-02More information for fully-qualified suggestion when there are multiple implsEsteban Küber-6/+10
2024-07-31Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebankMatthias Krüger-2/+2
2024-07-29Structured suggestion for `extern crate foo` when `foo` isn't resolved in importEsteban Küber-1/+4
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-1/+1
2024-07-26Peel off explicit (or implicit) deref before suggesting clone on move error i...Michael Goulet-2/+2
2024-07-26Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errorsbors-1/+10
2024-07-25Rollup merge of #128111 - estebank:no-question, r=fmeaseMatthias Krüger-1/+1
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-1/+1
2024-07-24Do not use question as labelEsteban Küber-1/+1
2024-07-24Improve "covered_by_many" errorNadrieril-2/+7
2024-07-24Explain why a given pattern is considered unreachableNadrieril-1/+5
2024-07-22Revert suggestion verbosity changeEsteban Küber-48/+24
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