about summary refs log tree commit diff
path: root/src/librustdoc/html/sources.rs
AgeCommit message (Expand)AuthorLines
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
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-0/+1
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-3/+13
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-4/+5
2021-05-05Use local and remapped paths where appropriateAndy Wang-3/+7
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-1/+7
2021-05-03Change librustdoc write(.. \n) to writeln(..); fix comment in grammarmautamu-1/+1
2021-04-24Get rid of `item.span`Joshua Nelson-4/+4
2021-04-24Do the hard part firstJoshua Nelson-3/+3
2021-04-22Remove unnecessary `edition` field on SharedContextJoshua Nelson-1/+1
2021-03-23rustdoc: Use diagnostics for error when including sourcesCamelid-5/+3
2021-03-21Rename `clean::Item.source` to `span`Camelid-3/+3
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-2/+2
2021-01-30rustdoc tweakingbors-8/+6
2020-12-24rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...ThePuzzlemaker-3/+4
2020-12-17Make it compileJoshua Nelson-6/+6
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-1/+1
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-4/+13
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-1/+1
2020-10-20Apply some review suggestionsCamelid-5/+5
2020-10-18rustdoc: Show the correct source filename, without `.html`Camelid-9/+8
2020-08-31Fix strings indentGuillaume Gomez-1/+1
2020-07-27Move `Error` and `RenderInfo` out of `html` moduleJoseph Ryan-1/+2
2020-07-14rustdoc: glue tokens before highlightingAndy Russell-5/+6
2020-07-12Clean up handling of style files in rustdocJarek Samic-1/+1
2020-06-09Fix more clippy warningsMatthias Krüger-1/+1
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-2/+2
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-2/+3
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1