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
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2021-09-12
Fix `no_core` and `no_std` rustdoc tests on Windows
Guillaume Gomez
-1
/
+2
2021-09-12
Fix broken handling of primitive items
Joshua Nelson
-0
/
+8
2021-09-12
Add primitive documentation to libcore
Joshua Nelson
-0
/
+3
2021-08-26
Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov
Manish Goregaokar
-2
/
+0
2021-08-22
Revert "Revert "Don't load all extern crates unconditionally""
Joshua Nelson
-2
/
+0
2021-08-19
Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...
Joshua Nelson
-0
/
+3
2021-08-05
Add missing root_path when generating links using href
Guillaume Gomez
-0
/
+1
2021-08-05
Add test for source code pages URLs
Guillaume Gomez
-0
/
+17
2021-07-27
Make all tests use type_alias_impl_trait feature instead of min
Santiago Pastorino
-1
/
+1
2021-07-16
Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514
bors
-0
/
+11
2021-07-07
Add tests for reexports (both public and private)
Guillaume Gomez
-6
/
+42
2021-07-07
Add test for reexported macros 2.0 rendering
Guillaume Gomez
-0
/
+6
2021-07-06
add mcve as test
François Mockers
-0
/
+11
2021-07-01
Revert "Don't load all extern crates unconditionally"
Guillaume Gomez
-0
/
+2
2021-06-26
Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG...
bors
-0
/
+17
2021-06-25
Renamed test and added test for same crate
Deadbeef
-0
/
+0
2021-06-22
Account for more cases
Deadbeef
-0
/
+3
2021-06-22
Do not list impl when trait has doc(hidden)
Deadbeef
-0
/
+2
2021-06-18
rustdoc: Render `<Self as X>::Y` type casts properly across crate bounds
Justus K
-0
/
+17
2021-06-04
Remove `doc(include)`
Joshua Nelson
-6
/
+4
2021-05-03
Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514
Dylan DPC
-0
/
+3
2021-05-02
PR feedback
Scott McMurray
-0
/
+3
2021-05-02
Do not print visibility in external traits
Justus K
-0
/
+3
2021-04-17
rustdoc: use more precise relative URLS
Michael Howell
-0
/
+6
2021-04-02
Don't load all extern crates unconditionally
Joshua Nelson
-2
/
+0
2021-03-15
Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...
Oli Scherer
-1
/
+1
2021-01-13
Update tests for extern block linting
Mark Rousskov
-1
/
+1
2021-01-06
Update test assertions (showcases bug)
Daniel Henry-Mantilla
-1
/
+1
2021-01-06
Fix type/value namespace clashes + test for that
Daniel Henry-Mantilla
-0
/
+13
2020-12-31
Rustdoc render public underscore_imports as Re-exports
bors
-0
/
+4
2020-11-28
Move `src/test/rustdoc` intra-doc link tests into a subdirectory
Joshua Nelson
-98
/
+0
2020-11-26
Auto merge of #77467 - jyn514:query-docs, r=oli-obk
bors
-0
/
+12
2020-11-24
Use the name "auto traits" everywhere in the compiler
Camelid
-1
/
+1
2020-11-24
Normalize `<X as Y>::T` for rustdoc
Joshua Nelson
-0
/
+12
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-3
/
+3
2020-10-11
Show summary lines on cross-crate re-exports
Joshua Nelson
-0
/
+8
2020-09-27
Resolve `crate` properly across crates
Joshua Nelson
-0
/
+5
2020-09-13
Add ui test for 74672 and 76571
Lzu Tao
-0
/
+28
2020-08-30
Improve tests
Joshua Nelson
-0
/
+4
2020-08-08
Cross-crate doc inlining test case for elided lifetime
Gary Guo
-0
/
+11
2020-07-19
Only skip impls of foreign unstable traits
Mark Rousskov
-0
/
+26
2020-07-08
Apply #![crate_type = "rlib"] directly to the linker
Seth Pellegrino
-0
/
+1
2020-07-06
Two new rustdoc tests for intra links
Seth Pellegrino
-0
/
+18
2020-06-11
Add more tests for type alias impl Trait
Matthew Jasper
-0
/
+17
2020-06-10
Avoid collisions between traits and their derive macros
Manish Goregaokar
-0
/
+5
2020-06-09
Add test for proc macro resolution in intra doc links
Manish Goregaokar
-0
/
+30
2020-04-29
rustdoc supports const re-exports
Mark Rousskov
-0
/
+0
2020-04-08
rustdoc: Don't try to load source files from external crates
Oliver Middleton
-0
/
+15
2020-01-26
rustdoc: Fix re-exporting primitive types
Oliver Middleton
-0
/
+8
2019-11-08
rustdoc: Deliberately load extern crates before processing docs
Daniel Silverstone
-0
/
+2
[next]