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
2022-01-10
Migrate rustdoc from Tera to Askama
Dirkjan Ochtman
-1
/
+0
2021-12-28
remove in_band_lifetimes from librustdoc
Michael Goulet
-1
/
+1
2021-12-21
Move pattern matching outside of the loop
Guillaume Gomez
-6
/
+8
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-10-31
rustdoc: Small micro-optimizations and cleanups
Noah Lev
-7
/
+8
2021-10-31
Fix FIXMEs in `rustdoc::html::sources`
Noah Lev
-5
/
+6
2021-10-31
Clean up now that visitors only need `&clean::Crate`
Noah Lev
-7
/
+7
2021-10-31
rustdoc: Use `DocVisitor` for sources collection
Noah Lev
-12
/
+14
2021-10-30
rustdoc: Remove `Crate.name` and instead compute it on-demand
Noah Lev
-1
/
+1
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-3
/
+3
2021-10-07
Move some expansion logic into generation-time, fix section header links, rem...
Will Crichton
-4
/
+15
2021-10-06
Move highlighting logic from JS to Rust
Will Crichton
-0
/
+3
2021-10-06
Generate example source files with corresponding links
Will Crichton
-2
/
+12
2021-10-06
Add updated support for example-analyzer
Will Crichton
-1
/
+1
2021-09-16
Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez
bors
-1
/
+1
2021-08-31
some low hanging clippy::perf fixes
Matthias Krüger
-4
/
+3
2021-08-26
Remove unnecessary copies when using parallel IO
Joshua Nelson
-1
/
+1
2021-08-05
Remove LightSpan and use Span directly
Guillaume Gomez
-13
/
+11
2021-08-05
Move extra arguments for highlight URL generation into a new ContextInfo stru...
Guillaume Gomez
-3
/
+1
2021-08-05
Add links on source types to go to definition
Guillaume Gomez
-45
/
+131
2021-06-20
Use Tera templates for rustdoc.
Jacob Hoffman-Andrews
-0
/
+1
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-3
/
+13
2021-05-10
Fix line number not being clickable on source pages
Guillaume Gomez
-4
/
+5
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-3
/
+7
2021-05-05
Make local_path in RealFileName::Remapped Option to be removed in exported me...
Andy Wang
-1
/
+7
2021-05-03
Change librustdoc write(.. \n) to writeln(..); fix comment in grammar
mautamu
-1
/
+1
2021-04-24
Get rid of `item.span`
Joshua Nelson
-4
/
+4
2021-04-24
Do the hard part first
Joshua Nelson
-3
/
+3
2021-04-22
Remove unnecessary `edition` field on SharedContext
Joshua Nelson
-1
/
+1
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
[next]