about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-24/+33
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-19/+19
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-4/+4
2021-07-05Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomezbors-3/+2
2021-07-04Clean up rustdoc IDsGuillaume Gomez-4/+11
2021-07-01fix(rustdoc): generics searchMichael Howell-19/+88
2021-07-01Rollup merge of #86746 - GuillaumeGomez:query-type-filter, r=notriddleYuki Okushi-1/+2
2021-06-30Enforce search typed queriesGuillaume Gomez-1/+2
2021-06-30Auto merge of #86650 - GuillaumeGomez:fix-boldness, r=Nemo157bors-3/+9
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-28Move stab_tags to symbol in tablesStefan Schindler-4/+5
2021-06-28Auto merge of #85876 - jeanlucthumm:master, r=GuillaumeGomezbors-4/+4
2021-06-27Auto merge of #86589 - JohnTitor:add-triangle-to-summary, r=jshabors-4/+6
2021-06-27Add go_to_first boolean query param to immeidately jump to the first search r...Jean-Luc Thumm-4/+4
2021-06-27Use rustdoc.css for error indexDeadbeef-3/+2
2021-06-27Add FIXME commentYuki Okushi-0/+1
2021-06-26Fix font weight on types, methods and associated types/constsGuillaume Gomez-3/+9
2021-06-26Rename 'bad prefix' to 'unknown prefix'.Mara Bos-1/+1
2021-06-26Reserve prefixed identifiers and string literals (RFC 3101)lrh2000-1/+1
2021-06-26Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomezbors-21/+43
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-1/+1
2021-06-26Rollup merge of #86608 - notriddle:notriddle/cleanup-rustdoc, r=jyn514Yuki Okushi-49/+5
2021-06-25Show triangle on the "Details" disclosure element in all casesYuki Okushi-4/+5
2021-06-24chore(rustdoc): remove unused members of RenderTypeMichael Howell-49/+5
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-21/+26
2021-06-24Hide Crate Version on narrow ScreensStefan Schindler-5/+21
2021-06-24Implement Desktop and Mobile version with gridlayoutStefan Schindler-16/+46
2021-06-24Rollup merge of #86561 - notriddle:notriddle/cleanup-rustdoc, r=jyn514Yuki Okushi-22/+0
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-23Auto merge of #86548 - GuillaumeGomez:fix-crate-filter-search-reset, r=jshabors-0/+4
2021-06-23Fix search filter updateGuillaume Gomez-0/+4
2021-06-22Revert "List trait impls before methods from deref in the sidebar of Rustdoc'...Jacob Hoffman-Andrews-8/+8
2021-06-22chore(rustdoc): Remove unused impl blockMichael Howell-22/+0
2021-06-22Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-summary, ...Yuki Okushi-9/+33
2021-06-22Rollup merge of #86402 - tspiteri:source-woff2, r=jshaYuki Okushi-11/+54
2021-06-22Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514Yuki Okushi-47/+90
2021-06-22Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3Yuki Okushi-2/+2
2021-06-21Update comment regarding staged_apiDeadbeef-1/+1
2021-06-21Removed/Updated some cases and simplified `match`Deadbeef-1/+1
2021-06-21Check for const_unstable before printing `const`Deadbeef-40/+61
2021-06-21Auto merge of #86157 - jsha:tera, r=jyn514,GuillaumeGomezbors-175/+221
2021-06-21Delete spacesAlexander Melentyev-2/+2
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-175/+221
2021-06-20"(const: unstable)" for stable-but-const-unstableDeadbeef-9/+31
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-37/+24
2021-06-19Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout...Yuki Okushi-2/+9
2021-06-18Update test cases for intra-doc links in summariesMichael Howell-1/+3
2021-06-18Resolve intra-doc links in summary descMichael Howell-8/+30
2021-06-18rustdoc: Render `for<'_>` lifetimes in trait objectsJustus K-5/+24