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
2023-11-30
rustdoc: `div.where` instead of fmt-newline class
Michael Howell
-1
/
+1
2023-11-26
rustdoc: Remove space from fake-variadic fn ptr impls
Maybe Waffle
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-24
/
+33
2023-10-21
rustdoc: avoid allocating strings primitive link printing
Michael Howell
-26
/
+51
2023-10-12
Hide host effect params from docs
Oli Scherer
-2
/
+1
2023-10-03
rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes
León Orell Valerian Liehr
-2
/
+1
2023-09-21
Record asyncness span in HIR
Michael Goulet
-1
/
+1
2023-08-16
Use more named format args
Guillaume Gomez
-19
/
+32
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-30
/
+25
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-07-27
Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG...
Guillaume Gomez
-11
/
+24
2023-07-26
rustdoc: fix cross-crate impl-Sized
León Orell Valerian Liehr
-11
/
+24
2023-07-22
fix doc links on `extern crate` items
Lukas Markeffsky
-1
/
+9
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+4
2023-06-28
rustdoc: Reduce internal function visibility.
Alona Enraght-Moony
-1
/
+1
2023-06-24
rustdoc: get rid of extra line when line-wrapping fn decls with empty arg list
León Orell Valerian Liehr
-1
/
+1
2023-06-22
Fix indentation for where clause in rustdoc pages
Guillaume Gomez
-5
/
+12
2023-05-30
rustdoc: simplify `clean` by removing `FnRetTy`
Michael Howell
-21
/
+18
2023-05-04
IAT: Rustdoc integration
León Orell Valerian Liehr
-11
/
+35
2023-05-02
Make tools happy
Michael Goulet
-0
/
+1
2023-04-29
fix rustdoc and core test
Deadbeef
-1
/
+1
2023-04-10
Fix typos in librustdoc
DaniPopes
-2
/
+2
2023-04-08
Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomez
bors
-4
/
+0
2023-04-05
rustdoc: migrate `item_union` to an Askama template
Michael Howell
-4
/
+0
2023-04-04
rustdoc: escape GAT args in more cases
León Orell Valerian Liehr
-16
/
+15
2023-03-28
rustdoc + rustdoc-json support for non_lifetime_binders
Michael Goulet
-2
/
+2
2023-03-20
Rollup merge of #109269 - klensy:rdoc-s, r=notriddle
Matthias Krüger
-1
/
+1
2023-03-17
rustdoc: reduce allocations in `visibility_to_src_with_space`
Michael Howell
-7
/
+7
2023-03-16
clean up few alloc
klensy
-1
/
+1
2023-03-15
rustdoc: remove `std::` from primitive intra-doc link tooltips
Michael Howell
-0
/
+6
2023-03-11
rustdoc: reduce allocs in FnDecl::inner_full_print
Jacob Hoffman-Andrews
-65
/
+71
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+0
2023-02-22
rustdoc: reduce allocations when generating tooltips
Michael Howell
-6
/
+13
2023-02-22
diagnostics: if AssocFn has self argument, describe as method
Michael Howell
-1
/
+1
2023-02-16
Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez
Matthias Krüger
-3
/
+3
2023-02-15
use chars instead of strings where applicable
Matthias Krüger
-3
/
+3
2023-02-15
Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle
Matthias Krüger
-5
/
+3
2023-02-15
Use more let chain
Guillaume Gomez
-5
/
+3
2023-02-13
rustdoc: add more tooltips to intra-doc links
Michael Howell
-0
/
+16
2023-02-07
rustdoc: use a newline instead of `<br>` to format code headers
Michael Howell
-17
/
+14
2023-02-04
rustdoc: trait bound formatting
Roland Strasser
-2
/
+10
2023-02-03
Replace nbsp in all rustdoc code blocks
Michael Howell
-10
/
+10
2023-01-23
rustdoc: rearrange HTML in primitive reference links
Michael Howell
-8
/
+2
2023-01-15
rustdoc: simplify some & ref erences
Matthias Krüger
-1
/
+1
2023-01-13
fmt_type: don't alloc const String, use &str instead
klensy
-1
/
+1
2023-01-13
generate_macro_def_id_path: don't eagerly stringify Symbols
klensy
-7
/
+12
2022-12-22
Fix ICE
kadmin
-4
/
+4
2022-11-07
rustdoc: use javascript to layout notable traits popups
Michael Howell
-4
/
+0
2022-11-04
rustdoc: render unnamed arguments as underscores in cross-crate functions & f...
León Orell Valerian Liehr
-7
/
+4
2022-11-03
Remove rustdoc clean::Visibility type
Guillaume Gomez
-77
/
+74
[next]