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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
rustdoc
/
inline_cross
Age
Commit message (
Expand
)
Author
Lines
2022-10-23
Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomez
Michael Howell
-0
/
+33
2022-10-19
rustdoc: render bounds of cross-crate GAT params
León Orell Valerian Liehr
-8
/
+11
2022-10-19
rustdoc: Do not filter out `Self: Sized` bounds
León Orell Valerian Liehr
-0
/
+33
2022-10-05
rustdoc: render more cross-crate hrtbs properly
León Orell Valerian Liehr
-5
/
+29
2022-10-03
Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r...
Matthias Krüger
-0
/
+82
2022-10-03
rustdoc: re-sugar more cross-crate trait bounds
León Orell Valerian Liehr
-0
/
+82
2022-09-25
rustdoc: update test cases now that code-header is used without in-band
Michael Howell
-31
/
+31
2022-08-13
Update `@!has` name in tests
Noah Lev
-4
/
+4
2022-08-13
Rename `@hastext` to `@hasraw` (same for `matches`)
Noah Lev
-7
/
+7
2022-08-13
Update tests: arity-2 `@{has,matches}` -> `...text`
Noah Lev
-7
/
+7
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-1
/
+1
2022-05-27
rustdoc: add test case for the implementors JS file placement
Michael Howell
-0
/
+43
2022-04-14
Error on `#[rustc_deprecated]`
Jacob Pratt
-2
/
+1
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-3
/
+2
2021-07-25
Rustdoc accessibility: use real headers for doc items
bors
-33
/
+33
2021-06-28
Add test for item-table with resize to mobile
Stefan Schindler
-2
/
+4
2021-06-24
Migrate from custom elements to divs with classes to be compatible with safari
Stefan Schindler
-2
/
+2
2021-06-02
Update rustdoc tests
Guillaume Gomez
-8
/
+8
2021-05-30
Remove toggle for "undocumented items."
Jacob Hoffman-Andrews
-8
/
+4
2021-05-02
Update tests
Guillaume Gomez
-4
/
+8
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-1
/
+0
2021-03-13
Avoid sorting predicates by `DefId`
Aaron Hill
-1
/
+1
2021-02-07
Enable smart punctuation
Camelid
-1
/
+1
2020-11-18
Add support for custom allocators in `Vec`
Tim Diekmann
-2
/
+3
2020-07-02
Update rustdoc tests
Guillaume Gomez
-2
/
+2
2020-02-15
Record proc macro harness order for use during metadata deserialization
Aaron Hill
-0
/
+21
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-11-07
Add more --extern tests.
Eric Huss
-1
/
+1
2019-09-25
Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis
Mazdak Farrokhzad
-1
/
+19
2019-09-21
add rustdoc test for async fn reexport
csmoe
-1
/
+19
2019-09-17
Generate proc macro harness in AST order.
Aaron Hill
-1
/
+12
2019-08-29
Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-Simulacrum
Mazdak Farrokhzad
-4
/
+4
2019-08-29
Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov
bors
-9
/
+17
2019-08-24
Improve Rustdoc's handling of procedural macros
Aaron Hill
-9
/
+17
2019-08-19
Fix ICE with `impl Trait` in type bounds
Shotaro Yamada
-0
/
+8
2019-08-19
Fix tidy
Shotaro Yamada
-2
/
+6
2019-08-19
Support nested `impl Trait`
Shotaro Yamada
-0
/
+8
2019-08-19
Associated type bound for inlined impl Trait doc
Shotaro Yamada
-0
/
+10
2019-08-19
Support `impl Trait` in inlined documentation
Shotaro Yamada
-0
/
+20
2019-07-27
Use doc comments from 'pub use' statements
Aaron Hill
-0
/
+13
2019-07-16
Update tests
Guillaume Gomez
-4
/
+4
2019-04-22
Remove double trailing newlines
varkor
-3
/
+0
2019-04-14
rustdoc: Remove default keyword from re-exported trait methods
Oliver Middleton
-0
/
+36
2019-01-31
rustdoc: wrap stability tags in colored spans
Andy Russell
-1
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-321
/
+1
2018-11-30
tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.
Eduard-Mihai Burtescu
-0
/
+1
2018-11-30
tests: remove ignore-stage1 where possible in proc_macro tests.
Eduard-Mihai Burtescu
-1
/
+0
2018-11-09
don't inline `pub use some_crate` unless directly asked to
QuietMisdreavus
-0
/
+63
2018-10-15
rustdoc: Use dyn keyword when rendering dynamic traits
Oliver Middleton
-2
/
+2
2018-10-12
Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandry
kennytm
-3
/
+3
[next]