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
/
intra-doc
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1550
/
+0
2022-11-13
rustdoc: Resolve doc links in external traits having local impls
Vadim Petrochenkov
-0
/
+14
2022-10-30
rustdoc: Do not add external traits to the crate in `register_res`
Vadim Petrochenkov
-0
/
+12
2022-10-16
rustdoc: Do not expect `doc(primitive)` modules to always exist
Vadim Petrochenkov
-0
/
+15
2022-10-10
Update rustdoc tests
Guillaume Gomez
-1
/
+1
2022-08-13
Rename `@hastext` to `@hasraw` (same for `matches`)
Noah Lev
-3
/
+3
2022-08-13
Update tests: arity-2 `@{has,matches}` -> `...text`
Noah Lev
-3
/
+3
2022-08-09
Fix failing test
Noah Lev
-1
/
+1
2022-08-09
Add regression test for #93205
Noah Lev
-0
/
+20
2022-07-03
Remove FIXME from rustdoc intra-doc test
Guillaume Gomez
-12
/
+2
2022-05-27
rustdoc: add test case for email that looks like intra-doc link
Michael Howell
-2
/
+4
2022-04-12
rustdoc: discr. required+provided assoc consts+tys
León Orell Valerian Liehr
-0
/
+4
2022-03-31
rustdoc: Fix resolution of `crate`-relative paths in doc links
Vadim Petrochenkov
-0
/
+17
2022-03-30
fix rustdoc wrt builtin impls switch
lcnr
-10
/
+9
2022-03-30
update rustdoc
lcnr
-2
/
+1
2022-03-30
update ui tests
lcnr
-0
/
+1
2022-03-06
Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez
bors
-0
/
+8
2022-02-18
rustdoc: Collect traits in scope for lang items
Vadim Petrochenkov
-0
/
+40
2022-02-13
rustdoc: Consider enum variants when resolving assoc items in doc links
Vadim Petrochenkov
-0
/
+8
2022-02-04
rustdoc: Collect traits in scope for foreign inherent impls
Vadim Petrochenkov
-0
/
+19
2022-01-28
rustdoc: load the set of in-scope traits for modules with no docstring
Michael Howell
-0
/
+30
2022-01-16
Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelid
Matthias Krüger
-2
/
+42
2022-01-13
rustdoc: add intra-doc trait impl test for extern types
Mahdi Dibaiee
-2
/
+23
2022-01-13
rustdoc: fix intra-link for generic trait impls
Mahdi Dibaiee
-0
/
+19
2022-01-10
Enable ignored part of test
Noah Lev
-4
/
+5
2022-01-10
Move two intra-doc-link tests into the `intra-doc` folder
Noah Lev
-0
/
+50
2022-01-05
add a test case for each supported primitive type
Mahdi Dibaiee
-3
/
+42
2022-01-05
Rustdoc: resolve associated traits for primitive types
Mahdi Dibaiee
-0
/
+7
2021-12-05
Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jsha
bors
-11
/
+8
2021-12-02
Rename ID "main" into "main-content"
Guillaume Gomez
-11
/
+8
2021-11-28
Fix warnings in rustdoc HTML tests
Noah Lev
-73
/
+46
2021-09-22
Run no_core rustdoc tests on Linux only.
Hans Kratz
-1
/
+1
2021-09-12
Fix broken handling of primitive items
Joshua Nelson
-5
/
+24
2021-08-26
Fix the bugs and add a regression test
Joshua Nelson
-0
/
+8
2021-08-22
Revert "Revert "Don't load all extern crates unconditionally""
Joshua Nelson
-0
/
+10
2021-06-23
Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514
Dylan DPC
-0
/
+25
2021-06-22
Add test for macro disambiguators
LeSeulArtichaut
-0
/
+25
2021-06-21
Resolve type aliases to the type they point to in intra-doc links
LeSeulArtichaut
-0
/
+19
2021-06-07
use channel-relative urls in rustdoc/intra-doc/field.rs
Pietro Albini
-2
/
+2
2021-06-05
Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth
Yuki Okushi
-60
/
+60
2021-06-04
rustdoc: link to stable/beta docs consistently in documentation
Joshua Nelson
-60
/
+60
2021-05-03
Make match in `register_res` easier to read
Joshua Nelson
-0
/
+4
2021-04-17
rustdoc: use more precise relative URLS
Michael Howell
-88
/
+88
2021-04-10
Preprocess intra-doc links consistently
Joshua Nelson
-1
/
+14
2021-04-06
Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani
Yuki Okushi
-2
/
+13
2021-04-05
Use more appropriate return type for `resolve_associated_item`
Joshua Nelson
-2
/
+13
2021-04-05
Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514
Dylan DPC
-0
/
+6
2021-04-04
Don't report disambiguator error if link would have been ignored
Camelid
-0
/
+6
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-16
/
+0
2021-04-02
Don't load all extern crates unconditionally
Joshua Nelson
-0
/
+10
[next]