index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
rustdoc-ui
/
intra-doc
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2133
/
+0
2022-10-27
fix(rustdoc): add missing URL component for error messages
Weihang Lo
-6
/
+6
2022-10-10
Update rustdoc tests
Guillaume Gomez
-13
/
+78
2022-10-01
bless rustdoc-ui
Maybe Waffle
-11
/
+11
2022-06-16
bless rustdoc-ui tests
klensy
-7
/
+7
2022-06-01
Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...
Matthias Krüger
-0
/
+2
2022-05-25
suggest `extern crate foo` when failing to resolve `use foo`
Takayuki Maeda
-0
/
+2
2022-05-15
rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crate
Vadim Petrochenkov
-17
/
+17
2022-05-04
Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomez
bors
-0
/
+44
2022-05-01
rustdoc: Track `macro_rules` scopes during early doc link resolution
Vadim Petrochenkov
-0
/
+64
2022-04-26
rustdoc: Resolve doc links on fields during early resolution
Vadim Petrochenkov
-0
/
+44
2022-04-19
rustc_metadata: Store a flag telling whether an item may have doc links in it...
Vadim Petrochenkov
-17
/
+1
2022-04-10
resolve: Create dummy bindings for all unresolved imports
Vadim Petrochenkov
-0
/
+17
2022-04-07
rustdoc: Early doc link resolution fixes and refactorings
Vadim Petrochenkov
-0
/
+30
2022-04-05
resolve: Fix resolution of empty paths passed from rustdoc
Vadim Petrochenkov
-0
/
+18
2022-03-31
rustdoc: Fix resolution of `crate`-relative paths in doc links
Vadim Petrochenkov
-0
/
+19
2022-02-16
rustdoc: resolve intra-doc links when checking HTML
Michael Howell
-0
/
+94
2022-02-06
rustdoc: Special-case macro lookups less
Joshua Nelson
-0
/
+9
2022-01-10
Use Res instead of Disambiguator for `resolved` in `report_mismatch`
Noah Lev
-2
/
+2
2022-01-10
Add test for disambiguator mismatch with crate
Noah Lev
-1
/
+17
2022-01-05
Rustdoc: resolve associated traits for primitive types
Mahdi Dibaiee
-9
/
+2
2021-11-28
Fix warnings in rustdoc HTML tests
Noah Lev
-0
/
+53
2021-11-08
Add more missing methods to `IntraLinkCrateLoader`
Joshua Nelson
-0
/
+30
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-09-12
Fix broken handling of primitive items
Joshua Nelson
-38
/
+7
2021-08-11
Modify structured suggestion output
Esteban Küber
-45
/
+52
2021-07-29
Update rustdoc-ui tests for intra-doc links errors
Guillaume Gomez
-86
/
+160
2021-07-12
suggest removing disambiguator if linking to field
Deadbeef
-0
/
+26
2021-06-04
rustdoc: link to stable/beta docs consistently in documentation
Joshua Nelson
-16
/
+18
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2021-05-07
rustdoc: Link to the docs on namespaces when an unknown disambiguator is found
Joshua Nelson
-0
/
+12
2021-05-05
Revert PR 83866
Pietro Albini
-12
/
+0
2021-04-17
rustdoc: Give a more accurate span for anchor failures
Joshua Nelson
-6
/
+18
2021-04-14
rustdoc: Note that forbidding anchors in links to primitives is a bug
Joshua Nelson
-0
/
+5
2021-04-07
rustdoc: Link to the docs on namespaces when an unknown disambiguator is found
Joshua Nelson
-0
/
+12
2021-04-06
Auto merge of #83875 - jyn514:diag_info, r=bugadani
bors
-5
/
+15
2021-04-06
Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani
Yuki Okushi
-13
/
+33
2021-04-05
Use DiagnosticInfo for anchor failure
Joshua Nelson
-5
/
+15
2021-04-05
Use more appropriate return type for `resolve_associated_item`
Joshua Nelson
-13
/
+33
2021-04-04
Don't report disambiguator error if link would have been ignored
Camelid
-0
/
+21
2021-03-28
Add test for weird backticks placement
Camelid
-8
/
+23
2021-03-28
Point to disambiguator instead of whole link
Camelid
-12
/
+5
2021-03-26
Lint on unknown intra-doc link disambiguators
Camelid
-0
/
+50
2021-03-22
rustdoc: Record crate name instead of using `None`
Camelid
-0
/
+17
2021-03-01
Rename rustdoc lints to be a tool lint instead of built-in.
Joshua Nelson
-39
/
+39
2021-02-19
[intra-doc links] Don't check feature gates of items re-exported across crates
Joshua Nelson
-0
/
+8
2021-02-11
Fix private intra-doc warnings on associated items
Joshua Nelson
-5
/
+26
2021-01-17
Feature-gate `pointer` and `reference` in intra-doc links
Joshua Nelson
-9
/
+39
2021-01-08
Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth
Yuki Okushi
-0
/
+20
2021-01-04
fix incompatible disambiguator test
max-heller
-0
/
+18
[next]