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
/
print_item.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc
Guillaume Gomez
-11
/
+2
2023-12-04
Don't generate the "Fields" heading if there is no field displayed
Guillaume Gomez
-1
/
+8
2023-12-01
Add highlighting for comments in items declaration
Guillaume Gomez
-8
/
+14
2023-11-29
rustdoc: remove small from `small-section-header`
Michael Howell
-7
/
+7
2023-11-29
rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.
Alona Enraght-Moony
-2
/
+3
2023-11-24
Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`
David Tolnay
-2
/
+4
2023-11-23
Sort unstable items last in rustdoc, instead of first
David Tolnay
-2
/
+2
2023-11-23
Don't print "private fields" on empty tuple structs
Kyuuhachi
-5
/
+9
2023-11-22
Don't merge cfg and doc(cfg) attributes for re-exports
Guillaume Gomez
-11
/
+2
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-9
/
+11
2023-11-02
Fix order of implementations in the "implementations on foreign types" section
Guillaume Gomez
-1
/
+2
2023-10-31
Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez
Matthias Krüger
-0
/
+15
2023-10-30
Move deprecation_in_effect to inherent method on Deprecation
David Tolnay
-6
/
+1
2023-10-29
feat: Add 'object-safety' ID to init_id_map() in rustdoc
Alexis (Poliorcetics) Bourget
-1
/
+2
2023-10-29
feat: render Object Safety informations non-object safe traits
Alexis (Poliorcetics) Bourget
-0
/
+14
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-0
/
+98
2023-10-22
rustdoc: rename `/implementors` to `/impl.trait`
Michael Howell
-4
/
+4
2023-10-14
Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...
Matthias Krüger
-12
/
+11
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-09
Improve code
Guillaume Gomez
-12
/
+12
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-18
rustdoc: hide repr(transparent) if it isn't part of the public ABI
León Orell Valerian Liehr
-12
/
+11
2023-09-08
Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...
Matthias Krüger
-14
/
+30
2023-09-06
Render missing fields in tuple struct/enum as /* private fields */
Michael Goulet
-14
/
+30
2023-08-28
rustdoc: always print type alias inner type (with it's where clauses)
Urgau
-4
/
+13
2023-08-26
rustdoc: remove details for type alias inner type and fix sidebar
Urgau
-92
/
+51
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: extract logic for printing enum fields and struct variants
Urgau
-131
/
+195
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-5
/
+5
2023-08-21
rustdoc: Rename "Type Definition" to "Type Alias"
Noah Lev
-1
/
+1
2023-08-16
Use more named format args
Guillaume Gomez
-12
/
+18
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-49
/
+41
2023-07-30
Remove some unneeded `clone()` calls
Guillaume Gomez
-1
/
+1
2023-07-28
Render generic const items in rustdoc
León Orell Valerian Liehr
-1
/
+3
2023-06-12
Revert "List matching impls on type aliases"
Guillaume Gomez
-32
/
+16
2023-06-11
Add `item_template` macro
Nicky Lim
-57
/
+116
2023-06-09
List matching impls on type aliases
Guillaume Gomez
-16
/
+32
2023-06-08
Rollup merge of #112034 - sladyn98:migrate-opaque-ty, r=GuillaumeGomez
Guillaume Gomez
-3
/
+10
2023-06-08
Migrate item_opaque_type to Askama
sladynnunes
-3
/
+10
2023-06-05
Rollup merge of #112243 - GuillaumeGomez:rm-unneeded-buffer-creations, r=notr...
Guillaume Gomez
-21
/
+16
2023-06-05
Move write! arguments directly into the string
Guillaume Gomez
-4
/
+4
2023-06-03
Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directly
Guillaume Gomez
-21
/
+16
2023-06-03
Auto merge of #112032 - sladyn98:migrate-item-primitive, r=GuillaumeGomez
bors
-3
/
+3
2023-06-01
Rollup merge of #112030 - sladyn98:item-trait-alias, r=GuillaumeGomez
Michael Goulet
-8
/
+15
2023-06-01
Migrate to Askama
sladynnunes
-8
/
+15
[next]