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
2024-04-19
Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc
bors
-5
/
+1
2024-04-09
rustdoc: load icons from css instead of inline
Michael Howell
-12
/
+2
2024-04-09
rustdoc: clean up type alias code
Michael Howell
-16
/
+12
2024-03-27
rustdoc: Swap fields and variant documentations
chloekek
-2
/
+2
2024-03-14
fix polarity
Manish Goregaokar
-2
/
+2
2024-03-14
Make compact
Manish Goregaokar
-10
/
+10
2024-03-14
Refactor visibility_print_with_space to directly take an item
Manish Goregaokar
-33
/
+15
2024-03-14
print ghosts
Manish Goregaokar
-0
/
+6
2024-03-01
Correctly generate item info of trait items
Guillaume Gomez
-3
/
+6
2024-01-19
Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle
Matthias Krüger
-61
/
+51
2024-01-08
Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId
Michael Goulet
-2
/
+1
2023-12-15
Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc
Guillaume Gomez
-11
/
+2
2023-12-05
Generate section headings all from one place
Guillaume Gomez
-61
/
+51
2023-12-05
Make all headings display the same by creating an anchor right beside them
Guillaume Gomez
-1
/
+1
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
Always display stability version even if it's the same as the containing item
Guillaume Gomez
-5
/
+1
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
[next]