Vadim Petrochenkov
|
97e73eea84
|
doc links: Filter away autolinks in both rustc and rustdoc
|
2023-02-18 15:15:57 +04:00 |
|
Vadim Petrochenkov
|
ccdb598d1b
|
rustdoc: Cleanup broken link callbacks
|
2023-02-18 14:45:01 +04:00 |
|
Matthias Krüger
|
0400c68517
|
use chars instead of strings where applicable
|
2023-02-15 22:54:57 +01:00 |
|
Vadim Petrochenkov
|
3b0866272a
|
Stop resolving doc links on mod items twice
|
2023-02-10 09:34:13 +04:00 |
|
Vadim Petrochenkov
|
b62b82aef4
|
Resolve documentation links in rustc and store the results in metadata
This commit implements MCP https://github.com/rust-lang/compiler-team/issues/584
It also removes code that is no longer used, and that includes code cloning resolver, so issue #83761 is fixed.
|
2023-02-10 09:34:13 +04:00 |
|