about summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-1/+1
2022-03-30fix rustdoclcnr-1/+1
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-1/+1
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-4/+2
2022-03-06Fix rustdoc for GATs with with anonymous bound regionsMichael Goulet-20/+25
2022-03-04librustdoc: adopt let else in more placesest31-4/+2
2022-02-21Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgrbors-5/+1
2022-02-21update rustdoclcnr-1/+1
2022-02-20Implement LowerHex on Scalar to clean up their display in rustdocGuillaume Gomez-5/+1
2022-02-20Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obkMatthias Krüger-1/+5
2022-02-19Don't render Const computed values in hexadecimal for DisplayGuillaume Gomez-1/+5
2022-02-15Overhaul `Const`.Nicholas Nethercote-5/+5
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-1/+1
2022-02-14update two rustdoc commentsEllen-3/+3
2022-02-12change to a struct variantEllen-4/+4
2022-01-18Move render_macro_matcher to own moduleDavid Tolnay-189/+2
2022-01-18Render more readable macro matchers in rustdocDavid Tolnay-4/+139
2022-01-15initial revertEllen-1/+1
2022-01-13Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomezMatthias Krüger-6/+55
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-0/+1
2022-01-03Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelidbors-3/+4
2022-01-01Rustdoc: use ThinVec for GenericArgs bindingsJakub Beránek-3/+4
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-3/+3
2021-12-28Replace &DocCtxt -> TyCtxt in macro matcher renderingDavid Tolnay-9/+9
2021-12-27rustdoc: Preserve rendering of macro_rules matchers when possibleDavid Tolnay-6/+55
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-1/+1
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-1/+1
2021-12-18Remove `collapsed` fieldJoshua Nelson-1/+1
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-12don't alloc Path and mutate it inplaceklensy-10/+5
2021-11-30re-format with new rustfmtMark Rousskov-3/+1
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-2/+2
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-4/+3
2021-11-24Update commentNoah Lev-1/+1
2021-11-24Remove `ResolvedPath.did`Noah Lev-3/+4
2021-11-24Return the actual `DefId` for assoc. items in `register_res`Noah Lev-10/+2
2021-11-21Auto merge of #90844 - camelid:cleanup-vis, r=jyn514bors-3/+1
2021-11-19rustdoc: Move doc-reachability visiting back to cleaningNoah Lev-0/+6
2021-11-19rustdoc: Remove `Crate.externs` and compute on-demand insteadNoah Lev-16/+1
2021-11-17rustdoc: Clean `Visibility` outside of `display_macro_source`Noah Lev-3/+1
2021-11-07Give inline const separate DefKindGary Guo-2/+3
2021-10-30rustdoc: Stop sorting external cratesNoah Lev-2/+1
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-2/+0
2021-10-30rustdoc: Remove `Crate.src` and instead compute it on-demandNoah Lev-2/+0
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-8/+8
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-36/+4
2021-10-03Rename `strip_path` to `strip_path_generics`Noah Lev-1/+2
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-34/+2
2021-09-30Remove `Path.global`Noah Lev-2/+1
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-2/+1