about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2022-02-03rustdoc: clippy::complexity fixesMatthias Krüger-1/+1
2022-02-01librustdoc: inline and forward all methods for `impl Write for Buffer`Muhammad Falak R Wani-0/+11
2022-02-01librustdoc: impl core::fmt::Write for rustdoc::html::render::BufferMuhammad Falak R Wani-0/+6
2022-01-17Update term for use in more placeskadmin-3/+15
2022-01-14Estimate path length instead of hardcoding 64 bytesNoah Lev-2/+2
2022-01-14Use UrlPartsBuilder and remove `join_with_slash`Noah Lev-22/+0
2022-01-14rustdoc: remove some unnecessary sigils.Nicholas Nethercote-1/+1
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-39/+82
2021-12-31Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomezMatthias Krüger-1/+1
2021-12-29Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomezMatthias Krüger-2/+4
2021-12-29Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomezbors-3/+1
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-2/+4
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-1/+1
2021-12-25Remove unneeded call to `collect`Roc Yu-5/+6
2021-12-25Remove `String` allocation in loopRoc Yu-3/+1
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-15/+13
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-5/+5
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-10/+8
2021-12-13rustdoc: Add `UrlPartsBuilder`Noah Lev-9/+10
2021-12-10Split CSS classes for "typedef" vs "associatedtype".Jacob Hoffman-Andrews-1/+1
2021-12-03rustdoc: Remove single-use `Lifetime::get_ref()` functionNoah Lev-1/+1
2021-12-02Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=AmanieuMatthias Krüger-0/+4
2021-12-02Transform const generics if the function uses rustc_legacy_const_genericsGuillaume Gomez-0/+4
2021-11-30Return ConstStability instead of &ConstStability in Item::const_stabilityGuillaume Gomez-4/+1
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-3/+2
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-1/+1
2021-11-24Remove `ResolvedPath.did`Noah Lev-1/+2
2021-11-24Return the actual `DefId` for assoc. items in `register_res`Noah Lev-1/+12
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-1/+1
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-2/+3
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-2/+3
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-1/+1
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-5/+5
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-39/+36
2021-10-09Fix invalid HTML generation for higher boundsGuillaume Gomez-2/+6
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-3/+3
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-39/+27
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-0/+9
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-1/+3
2021-09-12Rename `is_generic()` to `is_assoc_ty()`Noah Lev-2/+2
2021-09-12Remove `Type::ResolvedPath.is_generic`Noah Lev-24/+13
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-1/+7
2021-09-12downgrade some loggingJoshua Nelson-1/+1
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-4/+18
2021-08-27Introduce `~const`Deadbeef-1/+1
2021-08-05Add missing root_path when generating links using hrefGuillaume Gomez-1/+17
2021-08-05* Rename 'move_span' into 'local_span_to_global_span'Guillaume Gomez-4/+1
2021-08-05Add links on source types to go to definitionGuillaume Gomez-1/+4
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-2/+2
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-2/+2