about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-07Move some expansion logic into generation-time, fix section header links, rem...Will Crichton-23/+28
2021-10-06Update to latest rustc and rustdoc stylesWill Crichton-3/+4
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-22/+19
2021-10-06Incorporate jyn's feedbackWill Crichton-31/+46
2021-10-06Add styles for non-white themesWill Crichton-14/+14
2021-10-06Reduce blur size, fix example width bug, add better error handling for I/O is...Will Crichton-16/+58
2021-10-06Move highlighting logic from JS to RustWill Crichton-12/+29
2021-10-06Sort examples by sizeWill Crichton-18/+57
2021-10-06Generate example source files with corresponding linksWill Crichton-41/+50
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-2/+9
2021-10-06Fix check issueWill Crichton-1/+1
2021-10-06Add updated support for example-analyzerWill Crichton-0/+95
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-16/+26
2021-10-04No need to default offset since we always override it.Mukund Lakshman-8/+4
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-19/+19
2021-10-04Fix heading for methods on trait impls.Mukund Lakshman-1/+1
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-14/+38
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-1/+1
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-56/+40
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-9/+11
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-2/+2
2021-09-30Remove visible path calculation from allowed deprecation lintAlik Aslanyan-2/+2
2021-09-12Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514Manish Goregaokar-22/+24
2021-09-11Only take `tcx` when it's all that's neededNoah Lev-7/+12
2021-09-09Remove unnecessary `Cache.*_did` fieldsNoah Lev-22/+19
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-2/+0
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-29/+62
2021-09-01Remove implementors settingGuillaume Gomez-1/+0
2021-09-01Clean render_impl argumentsGuillaume Gomez-36/+52
2021-08-31Remove bolding on associated constantsNoah Lev-1/+1
2021-08-30Put back "auto-collapse-implementors" settingGuillaume Gomez-0/+1
2021-08-30Put back display of associated items (types and consts)Guillaume Gomez-7/+24
2021-08-22Move Cache from Context to SharedContextJoshua Nelson-18/+17
2021-08-05Remove LightSpan and use Span directlyGuillaume Gomez-1/+1
2021-08-05Wrap the span_map tuple index into a type called "LightSpan"Guillaume Gomez-1/+1
2021-08-05Add links on source types to go to definitionGuillaume Gomez-0/+2
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-0/+3
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-11/+11
2021-07-25Add support for tuple structs' fields documentationGuillaume Gomez-0/+3
2021-07-17Rustdoc accessibility: make the sidebar headers actual headersMichael Howell-27/+27
2021-07-16Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514bors-8/+11
2021-07-11comment about link without a hrefFrançois Mockers-0/+1
2021-07-08Fix display of small-section-header elementsGuillaume Gomez-1/+1
2021-07-06only remove link for TyMethodFrançois Mockers-4/+4
2021-07-06review - better error names/docFrançois Mockers-1/+1
2021-07-06fix dead link for method in trait of blanket impl from third party crateFrançois Mockers-8/+10
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-14/+7
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-7/+14
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-4/+4
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-2/+2