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
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
2016-03-04
Simplify `if let`/`match` expressions
mitaa
-0
/
+1
2015-12-12
Support `#[deprecated]` in rustdoc
Vadim Petrochenkov
-2
/
+3
2015-04-07
rustdoc: Run external traits through filters
Alex Crichton
-1
/
+8
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-26
/
+2
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-1
/
+1
2014-12-13
librustdoc: fix fallout
Jorge Aparicio
-2
/
+1
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-2
/
+2
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-0
/
+6
2014-09-16
Fallout from renaming
Aaron Turon
-6
/
+6
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-9
/
+11
2014-06-30
rustdoc: incorporate stability index throughout
Aaron Turon
-2
/
+2
2014-05-22
rustdoc: Fill in external trait methods
Alex Crichton
-2
/
+2
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-5
/
+5
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-5
/
+5
2014-02-26
Mark top level module as a crate in rustdoc, closes #12507
Florian Hahn
-1
/
+4
2014-02-11
librustdoc -- move closure to clarify scope
Niko Matsakis
-1
/
+1
[next]