about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-7/+7
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-2/+2
2024-12-14Rollup merge of #133392 - compiler-errors:object-sup, r=lcnrMatthias Krüger-2/+2
2024-12-14Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obkMatthias Krüger-16/+20
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-2/+2
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-20/+3
2024-12-13Suggest using deref in patternsuellenberg-16/+20
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-2/+2
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-2/+0
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-5/+1
2024-12-12Tweak multispan renderingEsteban Küber-15/+2
2024-12-11Fix ICE when multiple supertrait substitutions need assoc but only one is pro...Michael Goulet-2/+2
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-2/+2
2024-12-09Rollup merge of #133996 - Zalathar:ui-link-native-libs, r=jieyouxuLeón Orell Valerian Liehr-44/+0
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-1/+1
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-1/+1
2024-12-07Move more tests into `tests/ui/link-native-libs`Zalathar-44/+0
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-0/+2
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-28/+4
2024-12-02Allow fn pointers comparisons lint in UI testsUrgau-0/+2
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-45/+7
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-1/+10
2024-11-27Bless tests due to extra error reporting due to normalizing types that are no...Michael Goulet-1/+10
2024-11-26Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errorsbors-36/+6
2024-11-26Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnrMichael Goulet-36/+6
2024-11-25`add_move_error_suggestions`: use a HIR visitor rather than `SourceMap`dianne-12/+16
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-188/+5
2024-11-25Rollup merge of #133260 - compiler-errors:deref, r=fee1-dead许杰友 Jieyou Xu (Joe)-16/+6
2024-11-24Constify Deref and DerefMutMichael Goulet-16/+6
2024-11-23Dont create trait object if it has errors in itMichael Goulet-36/+6
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-2/+2
2024-11-22Get rid of HIR const checkerMichael Goulet-28/+4
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-2/+2
2024-11-16Increase accuracy of `if` condition misparse suggestionEsteban Küber-3/+3
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-2/+2
2024-11-02Trim output of E0277 in some casesEsteban Küber-3/+0
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-4/+8
2024-10-30Actually do validation for poly trait refs with ? modifierMichael Goulet-13/+3
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-6/+6
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+0
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-6/+6
2024-10-17Rollup merge of #128391 - cafce25:issue-128390, r=lcnrMatthias Krüger-12/+15
2024-10-16Stop inverting expectation in normalization errorsMichael Goulet-6/+6
2024-10-15Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errorsbors-9/+0
2024-10-15Fix most ui tests on emscripten targetHood Chatham-9/+0
2024-10-15stabilize `-Znext-solver=coherence`lcnr-6/+2
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-4/+4
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-4/+4