about summary refs log tree commit diff
path: root/src/librustdoc/html/sources.rs
AgeCommit message (Expand)AuthorLines
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