summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2025-02-13Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-13/+13
2024-12-24Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmeaseStuart Cook-6/+6
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-6/+6
2024-12-23Always run tail_expr_drop_order lint on promoted MIRMichael Goulet-1/+19
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-2/+2
2024-12-02Add `core::arch::breakpoint` and testJosh Triplett-4/+4
2024-11-30Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct...许杰友 Jieyou Xu (Joe)-5/+30
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-1/+1
2024-11-29simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is createdOrion Gonzalez-5/+30
2024-11-29Rollup merge of #133538 - dev-ardi:69232-better-diag, r=compiler-errorsMatthias Krüger-5/+8
2024-11-29bless the tests and add a new oneOrion Gonzalez-5/+8
2024-11-27Stabilize `extended_varargs_abi_support`Soveu-1/+1
2024-11-27Bless tests due to extra error reporting due to normalizing types that are no...Michael Goulet-2/+5
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-19/+21
2024-11-04Rollup merge of #132025 - duncpro:E0027, r=compiler-errorsJubilee-0/+16
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-2/+2
2024-10-24add third help hint to diagnostic error E0027Duncan Proctor-0/+16
2024-10-19Prevent overflowing enum cast from ICEingclubby789-2/+68
2024-10-17Rollup merge of #128391 - cafce25:issue-128390, r=lcnrMatthias Krüger-6/+8
2024-10-15stabilize `-Znext-solver=coherence`lcnr-1/+1
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-26Make new information notes instead of labelsJonathan Birk-8/+8
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-11Add more information link to orphan implsJonathan Birk-2/+4
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-30Adjust orphan note in testsJonathan Birk-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