about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-07-10Change all instance of optflag added since the original change to optflagmulti.Zach Lute-4/+6
2021-07-10Change all 'optflag' arguments to 'optflagmulti'Zach Lute-15/+15
2021-07-10cleanup(rustdoc): remove unused function getObjectNameByIdMichael Howell-15/+8
2021-07-10Fix display for external trait implementorsGuillaume Gomez-4/+14
2021-07-08Rollup merge of #86903 - GuillaumeGomez:small-header-display, r=Nemo157Guillaume Gomez-6/+1
2021-07-08Fix display of small-section-header elementsGuillaume Gomez-6/+1
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-15/+15
2021-07-07Clean up rustdoc static filesGuillaume Gomez-43/+44
2021-07-07Only show restricted pub useGuillaume Gomez-1/+2
2021-07-07Fix inconsistency on visibility display for typedefsGuillaume Gomez-2/+11
2021-07-07Fix reexports visibilityGuillaume Gomez-33/+30
2021-07-07Unify macro source displayGuillaume Gomez-58/+48
2021-07-07Fix rendering of reexported macros 2.0Guillaume Gomez-9/+46
2021-07-07Rollup merge of #86819 - GuillaumeGomez:cleanup-rustdoc-ids, r=jyn514Yuki Okushi-4/+11
2021-07-06only remove link for TyMethodFrançois Mockers-4/+4
2021-07-06review - better error names/docFrançois Mockers-8/+9
2021-07-06fix dead link for method in trait of blanket impl from third party crateFrançois Mockers-31/+47
2021-07-06Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514bors-179/+188
2021-07-05rustdoc: Use `impl_id` and `for_` DefId's for Blanket item idJustus K-4/+4
2021-07-05rustdoc: Add `PrimitiveType` to `ItemId::Primitive`Justus K-8/+9
2021-07-05rustdoc: Convert new ItemId's to real Json IdsJustus K-3/+18
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-115/+109
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-109/+115
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-105/+103
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-86/+81
2021-07-05rustdoc: Remove unused Clean implsJoshua Nelson-46/+1
2021-07-05Remove `impl Clean for {Ident, Symbol}`Joshua Nelson-15/+1
2021-07-05Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomezbors-3/+2
2021-07-05Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514bors-47/+39
2021-07-03Pretty-print macro matchers instead of using source codeNoah Lev-47/+39
2021-07-04Clean up rustdoc IDsGuillaume Gomez-4/+11
2021-07-03Warn when `rustdoc::` group is omitted from lint namesJoshua Nelson-1/+1
2021-07-02Rollup merge of #85749 - GuillaumeGomez:revert-smart-extern-crate-load, r=jyn514Guillaume Gomez-78/+37
2021-07-01Auto merge of #86791 - JohnTitor:rollup-96ltzpz, r=JohnTitorbors-19/+88
2021-07-01Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkovbors-3/+3
2021-07-01Revert "Don't load all extern crates unconditionally"Guillaume Gomez-78/+37
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-3/+3
2021-07-01fix(rustdoc): generics searchMichael Howell-19/+88
2021-07-01Auto merge of #86757 - JohnTitor:rollup-acevhz7, r=JohnTitorbors-1/+2
2021-07-01Rollup merge of #86746 - GuillaumeGomez:query-type-filter, r=notriddleYuki Okushi-1/+2
2021-06-30Move AST crate.Camille GILLOT-3/+2
2021-06-30Inline lower_to_hir.Camille GILLOT-1/+0
2021-06-30Enforce search typed queriesGuillaume Gomez-1/+2
2021-06-30Auto merge of #86650 - GuillaumeGomez:fix-boldness, r=Nemo157bors-3/+9
2021-06-29Auto merge of #86725 - JohnTitor:normalizecss-8, r=GuillaumeGomezbors-3/+24
2021-06-30Fix some style regressions due to normalize.css 8Yuki Okushi-2/+23
2021-06-30Upgrade normalize.css to v8.0.1Yuki Okushi-1/+1
2021-06-29Auto merge of #86603 - Mark-Simulacrum:stage-step, r=pietroalbinibors-2/+0
2021-06-28Move stab_tags to symbol in tablesStefan Schindler-4/+5
2021-06-28Update to new bootstrap compilerMark Rousskov-2/+0