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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-19
Fix clippy lints in librustdoc
Guillaume Gomez
-20
/
+19
2025-07-17
Include ErrorGuaranteed in StableSince::Err.
Camille GILLOT
-1
/
+1
2025-07-17
Improve path segment joining.
Nicholas Nethercote
-4
/
+5
2025-07-15
rustdoc-json: Structured attributes
Alona Enraght-Moony
-3
/
+3
2025-07-13
update issue number for `const_trait_impl`
Deadbeef
-2
/
+2
2025-07-03
Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmann
bors
-1
/
+1
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-29
Lazy-ify some markdown rendering
Yotam Ofek
-19
/
+16
2025-06-22
Port `#[no_mangle]` to new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+2
2025-05-30
Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid
bors
-6
/
+6
2025-05-26
Avoid some unnecessary cloning.
Nicholas Nethercote
-6
/
+6
2025-05-25
Update to new API
Guillaume Gomez
-1
/
+1
2025-05-25
Improve code
Guillaume Gomez
-6
/
+4
2025-05-25
Tweak attribute rendering depending on wether or not it is a type alias
Guillaume Gomez
-1
/
+21
2025-05-25
Split `Item::attributes` method into three
Guillaume Gomez
-2
/
+2
2025-05-20
Replace some `unwrap`s with `?`s where possible
Yotam Ofek
-2
/
+2
2025-05-20
Make some fns return `fmt::Result` to get rid of a few `unwrap`s
Yotam Ofek
-16
/
+17
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-1
/
+1
2025-04-24
Make impl item info come before doc
Guillaume Gomez
-11
/
+15
2025-04-17
Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomez
Matthias Krüger
-1
/
+1
2025-04-15
Avoid using `kw::Empty` for param names in rustdoc.
Nicholas Nethercote
-1
/
+1
2025-04-10
lazify `render_assoc_items_inner`
Yotam Ofek
-37
/
+54
2025-04-10
make `doc_impl_item` and `render_default_items` receive `impl fmt::Write`
Yotam Ofek
-126
/
+108
2025-04-10
make `AllTypes::print` return `impl fmt::Display`
Yotam Ofek
-29
/
+34
2025-04-10
Rollup merge of #138605 - xizheyin:issue-138567, r=GuillaumeGomez
Matthias Krüger
-20
/
+17
2025-04-09
librustdoc: remove IndexItem::new, use previous fields constructor
xizheyin
-44
/
+12
2025-04-03
Update to new rinja version (askama)
Guillaume Gomez
-1
/
+1
2025-03-24
Clean up librustdoc::html::render to be better encapsulated
xizheyin
-32
/
+61
2025-03-23
Rollup merge of #138574 - lolbinarycat:rustdoc-deref-24686-v2, r=GuillaumeGomez
Jacob Pratt
-2
/
+14
2025-03-22
rustdoc: be more strict about "Methods from Deref"
binarycat
-2
/
+14
2025-03-15
refactor `notable_traits_button` to use iterator combinators instead of for loop
Yotam Ofek
-21
/
+11
2025-03-04
Adapt `librustdoc` to 2024 edition lifetieme capture rules
Yotam Ofek
-104
/
+99
2025-03-04
`librustdoc`: 2024 edition! 🎊
Yotam Ofek
-3
/
+3
2025-02-23
return `impl fmt::Display` in more places instead of writing to strings
Yotam Ofek
-715
/
+751
2025-02-14
librustdoc: lazily format "read more" link in `document_short`
Yotam Ofek
-6
/
+15
2025-02-14
librustdoc: lazily format list of aliases in `render_impl_summary`
Yotam Ofek
-6
/
+6
2025-02-14
librustdoc: make `notable_traits_button` formatting lazy
Yotam Ofek
-11
/
+14
2025-02-14
librustdoc: make `assoc_href_attr` formatting lazy
Yotam Ofek
-11
/
+33
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-159
/
+207
2025-01-30
fix(rustdoc): always use a channel when linking to doc.rust-lang.org
Alexis (Poliorcetics) Bourget
-2
/
+2
2025-01-22
rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding it
Yotam Ofek
-15
/
+14
2025-01-22
rustdoc: pass around decoration info by ref
Yotam Ofek
-1
/
+1
2024-12-25
Improve rustdoc code
Guillaume Gomez
-1
/
+1
2024-12-20
Rollup merge of #134321 - dtolnay:docassocconst, r=fmease
Jacob Pratt
-21
/
+53
2024-12-19
Rename TyMethodItem -> RequiredMethodItem
David Tolnay
-4
/
+4
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-3
/
+3
2024-12-19
Suppress `= _` on associated constants in impls
David Tolnay
-10
/
+40
2024-12-19
Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem
David Tolnay
-3
/
+5
2024-12-19
Rename TyAssocConstItem -> RequiredAssocConstItem
David Tolnay
-3
/
+3
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-2
/
+3
[next]