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
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-19
Rename TyMethodItem -> RequiredMethodItem
David Tolnay
-1
/
+1
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-1
/
+1
2024-12-19
Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem
David Tolnay
-1
/
+2
2024-12-19
Rename TyAssocConstItem -> RequiredAssocConstItem
David Tolnay
-1
/
+1
2024-11-28
Fix new clippy lints
Guillaume Gomez
-1
/
+1
2024-09-28
rustdoc: add doc comment to DocVisitor
binarycat
-2
/
+9
2024-09-25
rm higher-ranked lifetimes from `DocVisitor`
Lukas Markeffsky
-6
/
+6
2024-09-25
de-rc external traits
Lukas Markeffsky
-5
/
+2
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-2
/
+2
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-1
/
+0
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-1
/
+1
2024-06-20
Implement `unsafe_extern_blocks` feature in rustdoc
Guillaume Gomez
-2
/
+2
2024-06-05
Remove `Type` from rustdoc `Const`
Boxy
-1
/
+1
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-1
/
+1
2023-01-01
clean: Always store enum disriminant.
Nixon Enraght-Moony
-4
/
+4
2022-09-27
rustdoc: remove `clean::TraitWithExtraInfo`
Michael Howell
-1
/
+1
2022-09-03
Rustdoc-Json: Add enum discriminant
Nixon Enraght-Moony
-1
/
+1
2022-07-21
Remove unused field in ItemKind::KeywordItem
Guillaume Gomez
-1
/
+1
2022-05-24
fix simple clippy lints
klensy
-1
/
+0
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-1
/
+1
2022-04-12
rustdoc: discr. required+provided assoc consts+tys
León Orell Valerian Liehr
-2
/
+4
2022-02-27
make GATs print properly in traits
Michael Goulet
-1
/
+1
2021-11-01
List all cases explicitly in `Doc{Folder,Visitor}`
Noah Lev
-2
/
+20
2021-10-31
Fix `RefCell` `BorrowMut` error in `DocVisitor`
Noah Lev
-3
/
+5
2021-10-31
rustdoc: Add `DocVisitor`
Noah Lev
-0
/
+51