index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
sources.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-23
rustdoc: Use diagnostics for error when including sources
Camelid
-5
/
+3
2021-03-21
Rename `clean::Item.source` to `span`
Camelid
-3
/
+3
2021-02-16
Make `Clean` take &mut DocContext
Joshua Nelson
-2
/
+2
2021-01-30
rustdoc tweaking
bors
-8
/
+6
2020-12-24
rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...
ThePuzzlemaker
-3
/
+4
2020-12-17
Make it compile
Joshua Nelson
-6
/
+6
2020-12-15
Use `Symbol`s for crate names
Joshua Nelson
-1
/
+1
2020-12-12
Calculate span info on-demand instead of ahead of time
Joshua Nelson
-4
/
+13
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-1
/
+1
2020-10-20
Apply some review suggestions
Camelid
-5
/
+5
2020-10-18
rustdoc: Show the correct source filename, without `.html`
Camelid
-9
/
+8
2020-08-31
Fix strings indent
Guillaume Gomez
-1
/
+1
2020-07-27
Move `Error` and `RenderInfo` out of `html` module
Joseph Ryan
-1
/
+2
2020-07-14
rustdoc: glue tokens before highlighting
Andy Russell
-5
/
+6
2020-07-12
Clean up handling of style files in rustdoc
Jarek Samic
-1
/
+1
2020-06-09
Fix more clippy warnings
Matthias Krüger
-1
/
+1
2020-05-29
Split payload of FileName::Real to track both real and virutalized paths.
Felix S. Klock II
-2
/
+2
2020-04-08
rustdoc: Don't try to load source files from external crates
Oliver Middleton
-2
/
+3
2020-03-10
Store `TokenStream` in `rmeta::MacroDef`.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-29
/
+30
2019-09-07
Move Source to Buffer
Mark Rousskov
-14
/
+7
2019-09-07
layout::render takes Print instead of fmt::Display
Mark Rousskov
-1
/
+2
2019-09-07
De-indent all fmt::Display impls for later replacement to functions
Mark Rousskov
-17
/
+17
2019-09-07
Implement Print for FnOnce(&mut Buffer)
Mark Rousskov
-1
/
+1
2019-09-07
Move constant parameters to render to Layout struct
Mark Rousskov
-3
/
+1
2019-09-07
Create buffers in top-level rendering
Mark Rousskov
-4
/
+2
2019-09-07
Migrate top-level rendering to Buffer
Mark Rousskov
-6
/
+4
2019-08-26
Move source HTML generation to own module
Mark Rousskov
-0
/
+187