summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
2022-06-21Rustdoc fallout.Camille GILLOT-6/+3
2022-06-14address reviewb-naber-9/+10
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-7/+6
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-2/+2
2022-05-25Auto merge of #97365 - klensy:rustdoc-vs-clippy, r=notriddlebors-1/+1
2022-05-24fix simple clippy lintsklensy-1/+1
2022-05-24Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPCDylan DPC-11/+11
2022-05-22Lifetime variance fixes for rustdocMichael Goulet-11/+11
2022-05-21Extend `substs_to_args` into a perfectly-sized Vec almost every timeMichael Howell-16/+16
2022-05-21Shrink GenericArgs/PathSegment with boxed slicesMichael Howell-4/+4
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-18/+22
2022-05-10update rustdoclcnr-4/+3
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-2/+2
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-1/+1
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