rust/compiler/rustc_resolve/src
bors 66b4f0021b Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeGomez
rustdoc: update to pulldown-cmark 0.11

r? rustdoc

This pull request updates rustdoc to the latest version of pulldown-cmark. Along with adding new markdown extensions (which this PR doesn't enable), the new pulldown-cmark version also fixes a large number of bugs. Because all text files successfully parse as markdown, these bugfixes change the output, which can break people's existing docs.

A crater run, https://github.com/rust-lang/rust/pull/121659, has already been run for this change.

The first commit upgrades and fixes rustdoc. The second commit adds a lint for the footnote and block quote parser changes, which break the largest numbers of docs in the Crater run. The strikethrough change was mitigated in pulldown-cmark itself.

Unblocks https://github.com/rust-lang/rust-clippy/pull/12876
2024-07-04 01:50:31 +00:00
..
late Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
build_reduced_graph.rs resolve: Implement a lint for out-of-scope use of macro_rules 2024-06-24 17:12:08 +03:00
check_unused.rs Rename buffer_lint_with_diagnostic to buffer_lint 2024-05-21 20:16:39 +00:00
def_collector.rs Tighten spans for async blocks 2024-06-27 15:19:08 -04:00
diagnostics.rs Fix import suggestion error when failed not from starting 2024-07-01 20:07:29 +08:00
effective_visibilities.rs resolve: Tweak some naming around import ambiguities 2024-06-25 19:52:59 +03:00
errors.rs And more general error 2024-05-24 11:20:33 -04:00
ident.rs mark undetermined if target binding in current ns is not got 2024-06-17 11:29:43 +08:00
imports.rs resolve: Tweak some naming around import ambiguities 2024-06-25 19:52:59 +03:00
late.rs Change RTN to use .. again 2024-06-28 14:20:43 -04:00
lib.rs Change RTN to use .. again 2024-06-28 14:20:43 -04:00
macros.rs Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco 2024-06-25 11:48:14 +00:00
rustdoc.rs rustdoc: update to pulldown-cmark 0.11 2024-06-30 18:33:48 -07:00