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
/
librustdoc
/
formats
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2023-11-29
rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.
Alona Enraght-Moony
-15
/
+0
2023-01-10
Remove unneeded ItemId::Primitive variant
Guillaume Gomez
-6
/
+0
2022-06-04
Don't generate "Impls on Foreign Types" for std
Jacob Hoffman-Andrews
-2
/
+15
2022-06-02
Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez
Yuki Okushi
-0
/
+25
2022-06-01
Improve calculation of "Impls on Foreign Types"
Jacob Hoffman-Andrews
-0
/
+25
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-11
/
+11
2022-04-17
Fix rustdoc duplicated blanket impls issue
Guillaume Gomez
-1
/
+21
2021-09-30
Remove temporary `GetDefId` impl for `Path`
Noah Lev
-7
/
+1
2021-09-30
Make `Impl.trait_` a `Path`, not a `Type`
Noah Lev
-1
/
+1
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-2
/
+2
2021-01-27
Remove cache usage wherever possible
Guillaume Gomez
-2
/
+6
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-2
/
+3
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-10
/
+10
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-1
/
+1
2020-07-27
More requested changes
Joseph Ryan
-1
/
+1
2020-07-27
Make requested changes
Joseph Ryan
-0
/
+4
2020-07-27
Pull out more types from html
Joseph Ryan
-0
/
+11
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-97
/
+19
2020-07-27
Refactor html backend to use generic interface
Joseph Ryan
-0
/
+107