about summary refs log tree commit diff
path: root/tests/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2024-08-13Update rustdoc-ui test for `--generate-link-to-definition` optionGuillaume Gomez-1/+4
2024-08-13Remove duplicated rustdoc ui testGuillaume Gomez-8/+0
2024-08-09rustdoc: move invalid langstring test to UIMichael Howell-0/+17
2024-08-07Rollup merge of #128755 - yaahc:jj-crlf, r=estebankMatthias Krüger-27/+27
2024-08-06Integrate crlf directly into related test file instead via of .gitattributesJane Losare-Lusby-27/+27
2024-08-06Add regression test for #69264Guillaume Gomez-0/+24
2024-08-06On short error format, append primary span label to messageEsteban Küber-2/+2
2024-07-29Structured suggestion for `extern crate foo` when `foo` isn't resolved in importEsteban Küber-3/+12
2024-07-25Rollup merge of #128111 - estebank:no-question, r=fmeaseMatthias Krüger-6/+6
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-6/+6
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-21Move all error reporting into rustc_trait_selectionMichael Goulet-1/+1
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-1/+1
2024-07-18Rollup merge of #127878 - estebank:assoc-item-removal, r=fmeaseMatthias Krüger-8/+23
2024-07-17Fix associated item removal suggestionEsteban Küber-8/+23
2024-07-15Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::inferMichael Goulet-1/+1
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-1/+6
2024-07-12Move assertion-free rustdoc ice tests to rustdoc-uiMichael Howell-0/+52
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-1/+6
2024-07-11Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errorsbors-21/+3
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-21/+3
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-39/+39
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger-20/+100
2024-07-04Adjust rustdoc automatic link suggestionEsteban Küber-20/+100
2024-07-01rustdoc: add usable lint for pulldown-cmark-0.11 parsing changesMichael Howell-0/+102
2024-06-28Rollup merge of #127016 - bvanjoi:fix-126986, r=GuillaumeGomezMatthias Krüger-0/+528
2024-06-28Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqdMatthias Krüger-3/+9
2024-06-28add test for #126986bohan-86/+109
2024-06-28docs: check if the disambiguator matches its suffixbohan-0/+505
2024-06-27Switch back `non_local_definitions` lint to allow-by-defaultUrgau-3/+9
2024-06-25RFC 2373: Update tests for rustdoc for `lint_reasons`xFrednet-4/+4
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-1/+0
2024-06-15Suggest standalone doctest for non-local impl defsUrgau-0/+69
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-0/+90
2024-06-04Rollup merge of #125667 - oli-obk:taintify, r=TaKO8KiMichael Goulet-12/+32
2024-06-04Rollup merge of #125909 - fmease:rustdoc-add-test-synth-blanket-impls, r=Guil...许杰友 Jieyou Xu (Joe)-0/+19
2024-06-03Add a regression test for a former blanket impl synthesis ICELeón Orell Valerian Liehr-0/+19
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-217/+3
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-16/+16
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-16/+16
2024-05-29Stop proving outlives constraints on regions we already reported errors onOli Scherer-12/+32
2024-05-27non_local_defs: improve exception note for impl and macro_rules!Urgau-1/+0
2024-05-27non_local_defs: switch to more friendly primary messageUrgau-1/+1
2024-05-21Move tests into appropriate subdirectoriesMichael Howell-0/+9
2024-05-11Always hide private fields in aliased typeUrgau-0/+2
2024-05-04compiletest: add enable-by-default check-cfgUrgau-3/+3