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
2022-02-22
Bless rustdoc test
Deadbeef
-84
/
+82
2022-02-22
Do not display hidden `~const Drop` bounds
Deadbeef
-5
/
+19
2022-02-22
Do not display ~const in rustdoc
Deadbeef
-1
/
+2
2022-02-03
rustdoc: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-02-01
librustdoc: inline and forward all methods for `impl Write for Buffer`
Muhammad Falak R Wani
-0
/
+11
2022-02-01
librustdoc: impl core::fmt::Write for rustdoc::html::render::Buffer
Muhammad Falak R Wani
-0
/
+6
2022-01-17
Update term for use in more places
kadmin
-3
/
+15
2022-01-14
Estimate path length instead of hardcoding 64 bytes
Noah Lev
-2
/
+2
2022-01-14
Use UrlPartsBuilder and remove `join_with_slash`
Noah Lev
-22
/
+0
2022-01-14
rustdoc: remove some unnecessary sigils.
Nicholas Nethercote
-1
/
+1
2022-01-14
rustdoc: avoid many `Symbol` to `String` conversions.
Nicholas Nethercote
-39
/
+82
2021-12-31
Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez
Matthias Krüger
-1
/
+1
2021-12-29
Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez
Matthias Krüger
-2
/
+4
2021-12-29
Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomez
bors
-3
/
+1
2021-12-27
Move `ExternalLocation` to `clean::types`
Noah Lev
-2
/
+4
2021-12-27
Rename `rustdoc::html::render::cache` to `search_index`
Noah Lev
-1
/
+1
2021-12-25
Remove unneeded call to `collect`
Roc Yu
-5
/
+6
2021-12-25
Remove `String` allocation in loop
Roc Yu
-3
/
+1
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-15
/
+13
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-5
/
+5
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-10
/
+8
2021-12-13
rustdoc: Add `UrlPartsBuilder`
Noah Lev
-9
/
+10
2021-12-10
Split CSS classes for "typedef" vs "associatedtype".
Jacob Hoffman-Andrews
-1
/
+1
2021-12-03
rustdoc: Remove single-use `Lifetime::get_ref()` function
Noah Lev
-1
/
+1
2021-12-02
Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu
Matthias Krüger
-0
/
+4
2021-12-02
Transform const generics if the function uses rustc_legacy_const_generics
Guillaume Gomez
-0
/
+4
2021-11-30
Return ConstStability instead of &ConstStability in Item::const_stability
Guillaume Gomez
-4
/
+1
2021-11-26
Rename `Type::ResolvedPath` to `Type::Path`
Noah Lev
-3
/
+2
2021-11-25
Stop re-exporting `Type::ResolvedPath`
Noah Lev
-1
/
+1
2021-11-24
Remove `ResolvedPath.did`
Noah Lev
-1
/
+2
2021-11-24
Return the actual `DefId` for assoc. items in `register_res`
Noah Lev
-1
/
+12
2021-11-07
rustdoc: Remove top-level wrappers for `ImplKind` methods
Noah Lev
-1
/
+1
2021-11-07
rustdoc: Use `ty::ImplPolarity` instead of custom enum
Noah Lev
-2
/
+3
2021-11-07
Use an enum to record polarity in `clean::Impl`
Noah Lev
-2
/
+3
2021-11-07
rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum
Noah Lev
-1
/
+1
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-5
/
+5
2021-10-09
Auto merge of #88379 - camelid:cleanup-clean, r=jyn514
bors
-39
/
+36
2021-10-09
Fix invalid HTML generation for higher bounds
Guillaume Gomez
-2
/
+6
2021-10-02
Replace all uses of `path.res.def_id()` with `path.def_id()`
Noah Lev
-3
/
+3
2021-09-30
Use `Path` instead of `Type` in `PolyTrait`
Noah Lev
-39
/
+27
2021-09-30
Make `Impl.trait_` a `Path`, not a `Type`
Noah Lev
-0
/
+9
2021-09-29
Remove Never variant from clean::Type enum
Guillaume Gomez
-1
/
+3
2021-09-12
Rename `is_generic()` to `is_assoc_ty()`
Noah Lev
-2
/
+2
2021-09-12
Remove `Type::ResolvedPath.is_generic`
Noah Lev
-24
/
+13
2021-09-12
Fix broken handling of primitive items
Joshua Nelson
-1
/
+7
2021-09-12
downgrade some logging
Joshua Nelson
-1
/
+1
2021-09-02
rustdoc: Clean up handling of lifetime bounds
Noah Lev
-4
/
+18
2021-08-27
Introduce `~const`
Deadbeef
-1
/
+1
2021-08-05
Add missing root_path when generating links using href
Guillaume Gomez
-1
/
+17
2021-08-05
* Rename 'move_span' into 'local_span_to_global_span'
Guillaume Gomez
-4
/
+1
[prev]
[next]