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
/
html
/
render
Age
Commit message (
Expand
)
Author
Lines
2023-10-11
Improve code documentation a bit
Guillaume Gomez
-2
/
+2
2023-10-11
Show enum discriminant if a compatible repr is used
Guillaume Gomez
-10
/
+24
2023-10-11
Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease
bors
-15
/
+32
2023-10-10
Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...
Guillaume Gomez
-17
/
+60
2023-10-09
Improve code
Guillaume Gomez
-12
/
+12
2023-10-08
rustdoc: add missing macros to sibling nav sidebar
Michael Howell
-7
/
+6
2023-10-08
rustdoc: clean up the In [name] up-pointer
Michael Howell
-5
/
+19
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-5
/
+8
2023-10-08
rustdoc: clean up the layout for annotated version numbers
Michael Howell
-1
/
+5
2023-10-08
rustdoc: show crate name beside small logo
Michael Howell
-9
/
+6
2023-10-07
Correctly handle cross-crate C-like variants
Guillaume Gomez
-20
/
+7
2023-10-07
Only display enum variants integer values if one of them has a value set
Guillaume Gomez
-18
/
+27
2023-10-06
Show values of C-like variants even if not defined by the user
Guillaume Gomez
-22
/
+90
2023-09-25
Show enum variant value if it is a C-like variant
Guillaume Gomez
-2
/
+14
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-17
/
+60
2023-09-19
Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez
Guillaume Gomez
-113
/
+140
2023-09-18
rustdoc: hide repr(transparent) if it isn't part of the public ABI
León Orell Valerian Liehr
-20
/
+19
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-2
/
+7
2023-09-15
rustdoc: merge theme css into rustdoc.css
Michael Howell
-12
/
+3
2023-09-13
Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=n...
Matthias Krüger
-3
/
+0
2023-09-13
Merge settings.css into rustdoc.css
Guillaume Gomez
-3
/
+0
2023-09-11
Add missing "Aliased type" title in the sidebar
Guillaume Gomez
-0
/
+1
2023-09-10
rustdoc: filter before storing in vec
Michael Howell
-4
/
+10
2023-09-09
rustdoc: factor all-impls-for-item out into its own method
Michael Howell
-78
/
+55
2023-09-08
rustdoc: add impl items from aliased type into sidebar
Michael Howell
-5
/
+40
2023-09-08
Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau...
Guillaume Gomez
-4
/
+43
2023-09-08
Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...
Matthias Krüger
-14
/
+30
2023-09-07
Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez
bors
-133
/
+290
2023-09-06
Render missing fields in tuple struct/enum as /* private fields */
Michael Goulet
-14
/
+30
2023-09-03
rustdoc-search: add support for type parameters
Michael Howell
-113
/
+140
2023-09-02
Correctly handle paths from foreign items
Guillaume Gomez
-11
/
+46
2023-09-01
Merge all loops into one when generating search index
Guillaume Gomez
-92
/
+65
2023-09-01
[rustdoc] Fix path in type-based search
Guillaume Gomez
-13
/
+50
2023-08-28
rustdoc: always print type alias inner type (with it's where clauses)
Urgau
-5
/
+14
2023-08-26
Add note about lazy_type_alias
Michael Howell
-2
/
+2
2023-08-26
rustdoc: remove details for type alias inner type and fix sidebar
Urgau
-94
/
+77
2023-08-26
rustdoc: bind typedef inner type items to the folding system
Urgau
-13
/
+20
2023-08-26
rustdoc: show inner enum and struct in type definition for concrete type
Urgau
-0
/
+94
2023-08-24
rustdoc: list matching impls on type aliases
Michael Howell
-4
/
+43
2023-08-24
rustdoc: extract logic for printing enum fields and struct variants
Urgau
-131
/
+195
2023-08-24
Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez
bors
-21
/
+21
2023-08-23
Add unstable `--no-html-source` rustdoc flag
Guillaume Gomez
-1
/
+2
2023-08-21
rustdoc-json: Rename typedef to type alias
Noah Lev
-5
/
+5
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-18
/
+18
2023-08-21
rustdoc: Rename "Type Definition" to "Type Alias"
Noah Lev
-2
/
+2
2023-08-16
Use more named format args
Guillaume Gomez
-26
/
+40
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-86
/
+70
2023-07-30
Remove some unneeded `clone()` calls
Guillaume Gomez
-13
/
+10
2023-07-29
Group `write` calls when possible and use new format args
Guillaume Gomez
-76
/
+84
2023-07-28
Render generic const items in rustdoc
León Orell Valerian Liehr
-22
/
+32
[prev]
[next]