about summary refs log tree commit diff
path: root/src/librustdoc/html/sources.rs
AgeCommit message (Expand)AuthorLines
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-4/+4
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-2/+2
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-8/+27
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-8/+27
2024-09-07Generate scraped examples buttons in JSGuillaume Gomez-1/+0
2024-09-05Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddleMatthias Krüger-19/+38
2024-08-31Unify scraped examples with other code examplesGuillaume Gomez-19/+38
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-16/+13
2024-07-23Replace askama with rinjaGuillaume Gomez-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
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