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
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-01
Rollup merge of #143849 - lolbinarycat:rustdoc-priv-normalize-143222, r=Guill...
Jacob Pratt
-0
/
+25
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-22
impl items are never unnamable
binarycat
-2
/
+8
2025-07-22
rustdoc: actually never link to unnamable types
binarycat
-7
/
+18
2025-07-22
rustdoc: never try to link to unnamable types
binarycat
-1
/
+9
2025-07-19
Fix clippy lints in librustdoc
Guillaume Gomez
-6
/
+6
2025-07-17
Improve path segment joining.
Nicholas Nethercote
-17
/
+6
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-1
/
+1
2025-06-05
Support middle::ty assoc const eq predicates again
León Orell Valerian Liehr
-19
/
+22
2025-06-05
Rename `should_show_cast` to `should_fully_qualify`
León Orell Valerian Liehr
-3
/
+3
2025-05-30
Address review comments.
Nicholas Nethercote
-5
/
+5
2025-05-27
Streamline `visibility_print_with_space`.
Nicholas Nethercote
-41
/
+37
2025-05-26
Make `{Type,Path}::generics` return iterators.
Nicholas Nethercote
-5
/
+4
2025-05-26
Simplify `make_href`.
Nicholas Nethercote
-5
/
+5
2025-05-26
Rename some methods.
Nicholas Nethercote
-8
/
+8
2025-05-26
Refactor the end of `generate_item_def_id_path`.
Nicholas Nethercote
-6
/
+6
2025-05-26
Simplify `make_href`.
Nicholas Nethercote
-3
/
+4
2025-05-26
Avoid `Box` in `href_relative_parts`.
Nicholas Nethercote
-13
/
+9
2025-05-19
Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin
Stuart Cook
-1
/
+1
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-1
/
+1
2025-05-17
Make some `match`es slightly more ergonomic in `librustdoc`
Yotam Ofek
-45
/
+36
2025-04-17
rustdoc/clean: Change terminology of items pertaining to (formal) fn params f...
León Orell Valerian Liehr
-28
/
+26
2025-04-17
Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomez
Matthias Krüger
-3
/
+5
2025-04-15
Remove another `kw::Empty` use in rustdoc.
Nicholas Nethercote
-3
/
+5
2025-04-10
make `link_tooltip` return `impl fmt::Display`
Yotam Ofek
-26
/
+29
2025-03-15
Add RTN support to rustdoc
Michael Goulet
-0
/
+3
2025-03-10
make precise capturing args in rustdoc Json typed
morine0122
-1
/
+1
2025-03-06
Manual, post-`clippy --fix` cleanups
Yotam Ofek
-5
/
+5
2025-03-06
`x clippy src/librustdoc --fix`
Yotam Ofek
-6
/
+4
2025-03-04
Adapt `librustdoc` to 2024 edition lifetieme capture rules
Yotam Ofek
-99
/
+45
2025-03-04
`librustdoc`: 2024 edition! 🎊
Yotam Ofek
-1
/
+1
2025-02-23
return `impl fmt::Display` in more places instead of writing to strings
Yotam Ofek
-8
/
+8
2025-02-14
librustdoc: lazily format some paths
Yotam Ofek
-19
/
+26
2025-02-14
librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` types
Yotam Ofek
-1
/
+1
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-114
/
+9
2025-02-04
librustdoc: create a helper for separating elements of an iterator instead of...
Yotam Ofek
-155
/
+105
2025-02-01
Omit argument names from function pointers that do not have argument names
David Tolnay
-1
/
+3
2025-01-22
rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding it
Yotam Ofek
-53
/
+37
2025-01-15
Treat safe target_feature functions as unsafe by default
Oli Scherer
-0
/
+1
2025-01-14
Add hir::HeaderSafety to make follow up commits simpler
Oli Scherer
-0
/
+8
2024-12-31
Unsafe binder support in rustdoc
Michael Goulet
-5
/
+12
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-14
Add some convenience helper methods on `hir::Safety`
Oli Scherer
-4
/
+1
2024-11-28
Fix new clippy lints
Guillaume Gomez
-13
/
+18
2024-11-23
do not to_string, use display
klensy
-1
/
+1
2024-11-13
rustdoc: Treat decl macros like other items
León Orell Valerian Liehr
-41
/
+0
2024-11-01
rustdoc: Directly use rustc_abi instead of reexports
Jubilee Young
-3
/
+3
2024-10-29
update tools
lcnr
-3
/
+2
2024-10-26
expand: Stop using artificial `ast::Item` for macros loaded from metadata
Vadim Petrochenkov
-5
/
+3
2024-10-24
rustdoc: Extend fake_variadic to "wrapped" tuples
Tau Gärtli
-0
/
+18
[next]