summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-25rustdoc: do not write `{{root}}` in `pub use ::foo` docsMichael Howell-1/+2
2022-04-20rustdoc: Clean up `html::format::print_where_clause`Roc Yu-70/+62
2022-04-19Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomezDylan DPC-1/+2
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+2
2022-04-17Remove extra space before a where clause in the documentationLoïc BRANSTETT-1/+2
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-0/+15
2022-03-11Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpiderbors-27/+19
2022-03-06Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG...Matthias Krüger-72/+85
2022-03-03make generic projection types print correctlyMichael Goulet-5/+11
2022-02-23rustdoc: write directly to buffer in `inner_full_print`Michael Howell-27/+19
2022-02-22Address review commentsDeadbeef-10/+10
2022-02-22Bless rustdoc testDeadbeef-84/+82
2022-02-22Do not display hidden `~const Drop` boundsDeadbeef-5/+19
2022-02-22Do not display ~const in rustdocDeadbeef-1/+2
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