about summary refs log tree commit diff
path: root/src/librustdoc/html/sources.rs
AgeCommit message (Expand)AuthorLines
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
2019-12-22Format the worldMark Rousskov-29/+30
2019-09-07Move Source to BufferMark Rousskov-14/+7
2019-09-07layout::render takes Print instead of fmt::DisplayMark Rousskov-1/+2
2019-09-07De-indent all fmt::Display impls for later replacement to functionsMark Rousskov-17/+17
2019-09-07Implement Print for FnOnce(&mut Buffer)Mark Rousskov-1/+1
2019-09-07Move constant parameters to render to Layout structMark Rousskov-3/+1
2019-09-07Create buffers in top-level renderingMark Rousskov-4/+2
2019-09-07Migrate top-level rendering to BufferMark Rousskov-6/+4
2019-08-26Move source HTML generation to own moduleMark Rousskov-0/+187