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
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2023-08-26
rustdoc: bind typedef inner type items to the folding system
Urgau
-1
/
+22
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
-11
/
+15
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-29
Remove box syntax from Box<rustdoc::clean::types::ItemKind> construction
est31
-4
/
+4
2022-07-21
Remove unused field in ItemKind::KeywordItem
Guillaume Gomez
-1
/
+1
2022-05-21
Remove fields_stripped fields (and equivalents)
Guillaume Gomez
-20
/
+0
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+2
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-04
rustdoc: Use conditional for _stripped fold
Michael Howell
-8
/
+16
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
-7
/
+5
2021-10-31
rustdoc: Add `DocVisitor`
Noah Lev
-15
/
+14
2021-10-31
rustdoc: Replace wildcard with explicit pattern
Noah Lev
-1
/
+1
2021-10-31
rustdoc: Remove unnecessary clone in `DocFolder`
Noah Lev
-2
/
+1
2021-09-21
Revert the rustdoc box syntax removal
est31
-4
/
+4
2021-08-29
Use the correct type for Enum variant tuples
Guillaume Gomez
-0
/
+4
2021-08-18
remove box_syntax uses from cranelift and tools
Marcel Hellwig
-4
/
+4
2021-05-04
rustdoc: Remove unnecessary `StripItem` wrapper
Joshua Nelson
-11
/
+4
2021-04-24
Do the hard part first
Joshua Nelson
-1
/
+4
2021-04-23
rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...
Joshua Nelson
-4
/
+1
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-1
/
+1
2021-02-23
Put clean::Trait extra information into a new struct to make it more coherent
Guillaume Gomez
-3
/
+4
2021-02-23
Remove is_spotlight field from `Trait`
Guillaume Gomez
-2
/
+2
2021-01-15
Rename VariantKind -> Variant
Joshua Nelson
-2
/
+2
2021-01-15
Remove useless `clean::Variant` struct
Joshua Nelson
-2
/
+2
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-1
/
+1
2020-12-30
remove unused return types such as empty Results or Options that would always...
Matthias Krüger
-3
/
+3
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-4
/
+4
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-8
/
+5
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-3
/
+3
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-8
/
+8
2020-08-29
rustdoc: Fix intra-doc links for cross-crate re-exports of traits
Joshua Nelson
-9
/
+5
2019-12-22
Format the world
Mark Rousskov
-39
/
+30
2019-08-11
Remove ReentrantMutex
Mark Rousskov
-4
/
+4
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-20
shuffle ownership of `external_traits`
QuietMisdreavus
-7
/
+8
2018-07-30
Delete unused code in rustdoc
Mark Rousskov
-12
/
+6
2018-07-19
Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus
bors
-1
/
+10
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-3
/
+6
2018-07-05
Simplified checking for non_exhaustive attribute.
David Wood
-2
/
+1
2018-06-27
Display #[non_exhaustive] in rustdoc on types.
David Wood
-2
/
+12
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+2
2016-10-02
Remove redundant 'Variant' in variant names, stop reexporting.
Corey Farwell
-2
/
+2
2016-09-03
Support unions in rustdoc
Vadim Petrochenkov
-0
/
+7
2016-04-02
Make the rendering process less pass-aware
mitaa
-12
/
+44
2016-03-04
This doesn't seem necessary?
mitaa
-26
/
+14
[next]