about summary refs log tree commit diff
path: root/src/librustdoc/html/sources.rs
AgeCommit message (Expand)AuthorLines
2025-09-30Replace `rustc_span::Span` with a stripped down version for librustdoc's high...Yotam Ofek-1/+6
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-0/+1
2025-06-20Convert `ilog(10)` to `ilog10()`Chai T. Rex-1/+1
2025-05-20Get rid of unnecessary `BufDisplay` abstractionYotam Ofek-5/+3
2025-05-20Make some fns return `fmt::Result` to get rid of a few `unwrap`sYotam Ofek-8/+7
2025-04-03Update to new rinja version (askama)Guillaume Gomez-1/+1
2025-03-04`librustdoc`: 2024 edition! 🎊Yotam Ofek-1/+1
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-8/+10
2025-02-10Move line numbers into the `<code>` directlyGuillaume Gomez-7/+17
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-5/+5
2025-01-22rustdoc: pass around decoration info by refYotam Ofek-2/+2
2024-12-03Rename `is_real_and_local` function into `filename_real_and_local`Guillaume Gomez-3/+4
2024-12-03Improve code for FileName retrieval in rustdocGuillaume Gomez-28/+21
2024-12-01Move `SharedContext` out of `Rc`Guillaume Gomez-4/+2
2024-12-01Stop cloning `Context` so muchGuillaume Gomez-2/+2
2024-11-28Fix new clippy lintsGuillaume Gomez-3/+3
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