about summary refs log tree commit diff
path: root/src/librustdoc/json/mod.rs
AgeCommit message (Expand)AuthorLines
2022-11-13fix some typos in commentscui fliter-1/+1
2022-09-27rustdoc: remove `clean::TraitWithExtraInfo`Michael Howell-1/+0
2022-09-26 Rustdoc-Json: List impls for primitivesNixon Enraght-Moony-2/+5
2022-09-13Rustdoc-Json: Don't loose subitems of foreign traits.Nixon Enraght-Moony-2/+13
2022-08-29Rollup merge of #101106 - aDotInTheVoid:rdj-stripped-mod, r=GuillaumeGomezMatthias Krüger-1/+7
2022-08-29Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h...Nixon Enraght-Moony-1/+7
2022-08-28Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillotbors-5/+6
2022-08-16rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>`Martin Nordholts-2/+2
2022-08-13avoid cloning and then iteratingKaDiWa-5/+6
2022-07-16Fix rustdoc JSON inlineGuillaume Gomez-0/+9
2022-06-17Fix rustdoc handling of primitive documentationGuillaume Gomez-3/+3
2022-06-13Ignore impl items because they can be duplicated in case of generic implGuillaume Gomez-10/+43
2022-06-02Add Symbol into rustdoc JSON ID to prevent conflicts between reexportsGuillaume Gomez-8/+16
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-1/+1
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-9/+9
2022-03-14rustdoc-json-types: implementors -> implementationsNixon Enraght-Moony-1/+1
2022-02-13rustdoc-json: buffer outputNixon Enraght-Moony-3/+6
2022-01-21Remove FIXME and fix inconsistency of local blanket impls by using HIR for themRune Tynan-14/+1
2022-01-20Rollup merge of #93099 - tomkris:rustdoc-fix, r=jshaMatthias Krüger-4/+8
2022-01-20Rollup merge of #92860 - CraftSpider:rustdoc-json-impl-ice, r=jshaMatthias Krüger-1/+14
2022-01-19rustdoc: auto create output directory when "--output-format json"Artem Kryvokrysenko-4/+8
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-2/+2
2022-01-13Move FIXME to if statementRune Tynan-4/+4
2022-01-13Update comment to make it a FIXMERune Tynan-2/+4
2022-01-13inline ItemId method, clarify comments a bitRune Tynan-3/+10
2022-01-13Fix errors on blanket impls by ignoring the children of their generated imple...Rune Tynan-1/+5
2021-12-30Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514bors-1/+1
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-1/+1
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-2/+1
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-1/+1
2021-10-15Moved format-version constant to rustdoc-json-typesYuval Dolev-1/+1
2021-10-08Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomezGuillaume Gomez-1/+1
2021-10-08clippy::complexity fixesMatthias Krüger-1/+1
2021-10-08Remove special-casing of never primitive in rustdoc-json-typesLoïc BRANSTETT-1/+1
2021-10-04Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514Manish Goregaokar-2/+21
2021-09-29Don't ignore impls for primitive typesHirochika Matsumoto-2/+21
2021-09-26Fix populate of union.implsLoïc BRANSTETT-0/+2
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-1/+1
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-7/+7
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-7/+7
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-3/+3
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-7/+7
2021-06-07format versionEllen-1/+1
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-7/+8
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-7/+8
2021-04-29only store locations in extern_locationsTimothée Delabrouille-5/+6
2021-04-24rustdoc: Turn `JsonRenderer::mod_item_in` into `unreachable!()`Joshua Nelson-15/+2
2021-04-22Remove unnecessary item_name parameter to `mod_item_in`Joshua Nelson-1/+1
2021-04-22Remove unnecessary `item_name` parameter to `mod_item_out`Joshua Nelson-4/+0
2021-04-22Remove unnecessary `edition` parameter to rendererJoshua Nelson-2/+0