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
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
2024-02-09
Correctly generate path for non-local items in source code pages
Guillaume Gomez
-52
/
+140
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-2
/
+2
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
[next]