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
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
2022-10-29
rustdoc: Split effective visibilities from rustc from similar data built by r...
Vadim Petrochenkov
-1
/
+1
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-1
/
+1
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-10-05
rustdoc: render more cross-crate hrtbs properly
León Orell Valerian Liehr
-1
/
+2
2022-09-30
rustdoc: remove orphaned link on array bracket
Michael Howell
-8
/
+18
2022-09-21
Add missing space between notable trait tooltip and where clause
Urgau
-1
/
+1
2022-09-11
Avoid `Iterator::last`
KaDiWa
-2
/
+2
2022-09-01
Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=...
Matthias Krüger
-9
/
+4
2022-08-31
Remove unneeded extra whitespace before where clause
Guillaume Gomez
-9
/
+4
2022-08-30
rustdoc: Resugar async fn return type in `clean`, not `html`
Nixon Enraght-Moony
-13
/
+4
2022-08-16
rustdoc: factor Type::QPath out into its own box
Michael Howell
-1
/
+6
2022-08-05
rustdoc: reduce the number of intermediate Strings allocated
Michael Howell
-1
/
+1
2022-07-19
Improve the function pointer docs
Michael Howell
-6
/
+26
2022-07-17
rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers
Michael Howell
-1
/
+14
2022-07-13
Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha
bors
-6
/
+8
2022-07-11
Remove box syntax from Box<dyn Iterator> construction
est31
-6
/
+8
2022-07-07
Replace boolean argument for print_where_clause with an enum to make code mor...
Guillaume Gomez
-4
/
+10
2022-07-05
Fix invalid add of whitespace when there is where clause
Guillaume Gomez
-0
/
+4
[next]