about summary refs log tree commit diff
path: root/src/librustdoc/html/sources.rs
AgeCommit message (Expand)AuthorLines
2023-11-15Re-format code with new rustfmtMark Rousskov-2/+6
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+1
2023-10-17[RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...)Urgau-1/+2
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-1/+1
2023-08-16Use more named format argsGuillaume Gomez-2/+2
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-2/+1
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-1/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-03rustdoc: migrate document functions to return a DisplayMichael Howell-3/+3
2023-03-23Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomezDylan DPC-31/+27
2023-03-16clean up few allocklensy-1/+1
2023-03-16Render source page layout with Askamaclubby789-31/+27
2023-01-30rustdoc: remove meta keywords from HTMLMichael Howell-2/+1
2023-01-06Correctly render sidebar for relative module pathsclubby789-16/+44
2022-12-10Clean up lifetimes in rustdoc syntax highlightingNilstrieb-1/+1
2022-11-19rustdoc: use real buttons for scrape examples controlsMichael Howell-2/+5
2022-11-12rustdoc: avoid excessive HTML generated in example sourcesMichael Howell-5/+5
2022-10-31rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`Michael Howell-10/+11
2022-10-29Fix z-indexes of code example feature and cleanup its CSSGuillaume Gomez-2/+7
2022-09-26rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell-1/+1
2022-09-15rustdoc: use more precise URLs for jump-to-definition linksMichael Howell-1/+4
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-0/+2
2022-08-09rustdoc: simplify highlight.rsJacob Hoffman-Andrews-12/+5
2022-06-24Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jshaYuki Okushi-1/+1
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-2/+0
2022-06-20Rename ContextInfo into HrefContextGuillaume Gomez-1/+1
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-11/+16
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-5/+5
2022-03-07Remove unneeded whitespace generation and use CSS instead instead to align li...Guillaume Gomez-8/+2
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-1/+0
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-1/+1
2021-12-21Move pattern matching outside of the loopGuillaume Gomez-6/+8
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2021-10-31rustdoc: Small micro-optimizations and cleanupsNoah Lev-7/+8
2021-10-31Fix FIXMEs in `rustdoc::html::sources`Noah Lev-5/+6
2021-10-31Clean up now that visitors only need `&clean::Crate`Noah Lev-7/+7
2021-10-31rustdoc: Use `DocVisitor` for sources collectionNoah Lev-12/+14
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-1/+1
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-3/+3
2021-10-07Move some expansion logic into generation-time, fix section header links, rem...Will Crichton-4/+15
2021-10-06Move highlighting logic from JS to RustWill Crichton-0/+3
2021-10-06Generate example source files with corresponding linksWill Crichton-2/+12
2021-10-06Add updated support for example-analyzerWill Crichton-1/+1
2021-09-16Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomezbors-1/+1
2021-08-31some low hanging clippy::perf fixesMatthias Krüger-4/+3
2021-08-26Remove unnecessary copies when using parallel IOJoshua Nelson-1/+1
2021-08-05Remove LightSpan and use Span directlyGuillaume Gomez-13/+11
2021-08-05Move extra arguments for highlight URL generation into a new ContextInfo stru...Guillaume Gomez-3/+1
2021-08-05Add links on source types to go to definitionGuillaume Gomez-45/+131