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
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-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
2024-10-22
Represent TraitBoundModifiers as distinct parts in HIR
Michael Goulet
-7
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-31
Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...
Matthias Krüger
-0
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-29
Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddle
Guillaume Gomez
-10
/
+9
2024-08-29
Fix clippy lints
Guillaume Gomez
-10
/
+9
2024-08-24
rustdoc: clean up tuple <-> primitive conversion docs
Michael Howell
-40
/
+74
2024-08-10
Stop showing impl items for negative impls
Guillaume Gomez
-3
/
+2
2024-08-04
rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)
Noah Lev
-17
/
+10
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-0
/
+1
2024-08-04
rustdoc: Rename `SelfTy` to `ReceiverTy`
Noah Lev
-1
/
+1
2024-07-29
rustdoc: word wrap CamelCase in the item list table
Michael Howell
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+6
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-1
/
+1
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-07-12
Add rustdoc support for use<> in (local) RPITs
Michael Goulet
-0
/
+14
2024-06-04
Use checked_sub
Sergi-Ferrez
-6
/
+7
2024-06-04
Update code format and tests
Sergi-Ferrez
-2
/
+2
2024-06-04
Include trailing commas in functions
Sergi-Ferrez
-10
/
+12
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-8
/
+8
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-8
/
+8
2024-05-26
rustdoc: Show "const" for const-unstable if also overall unstable
Noah Lev
-11
/
+18
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-5
/
+5
2024-05-08
Simplify `use crate::rustc_foo::bar` occurrences.
Nicholas Nethercote
-2
/
+2
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-0
/
+4
2024-03-14
inline
Manish Goregaokar
-5
/
+9
2024-03-14
print doc(hidden)
Manish Goregaokar
-5
/
+14
2024-03-14
Refactor visibility_print_with_space to directly take an item
Manish Goregaokar
-7
/
+5
2024-02-27
Fix link generation for locate foreign macro in jump to definition feature
Guillaume Gomez
-1
/
+1
2024-02-24
Rustdoc: include crate name in links for local primitives
Gurinder Singh
-2
/
+7
2024-02-16
rustdoc: fix and refactor HTML rendering a bit
León Orell Valerian Liehr
-281
/
+173
2024-02-09
Unify item relative path computation in one function
Guillaume Gomez
-24
/
+2
[next]