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
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-2
/
+6
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-2
/
+1
2023-10-17
[RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...)
Urgau
-1
/
+2
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-1
/
+1
2023-08-16
Use more named format args
Guillaume Gomez
-2
/
+2
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-2
/
+1
2023-07-14
rustdoc: use `src` consistently over `source` in code
Michael Howell
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-03
rustdoc: migrate document functions to return a Display
Michael Howell
-3
/
+3
2023-03-23
Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomez
Dylan DPC
-31
/
+27
2023-03-16
clean up few alloc
klensy
-1
/
+1
2023-03-16
Render source page layout with Askama
clubby789
-31
/
+27
2023-01-30
rustdoc: remove meta keywords from HTML
Michael Howell
-2
/
+1
2023-01-06
Correctly render sidebar for relative module paths
clubby789
-16
/
+44
2022-12-10
Clean up lifetimes in rustdoc syntax highlighting
Nilstrieb
-1
/
+1
2022-11-19
rustdoc: use real buttons for scrape examples controls
Michael Howell
-2
/
+5
2022-11-12
rustdoc: avoid excessive HTML generated in example sources
Michael Howell
-5
/
+5
2022-10-31
rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`
Michael Howell
-10
/
+11
2022-10-29
Fix z-indexes of code example feature and cleanup its CSS
Guillaume Gomez
-2
/
+7
2022-09-26
rustdoc: give `.line-number` / `.line-numbers` meaningful names
Michael Howell
-1
/
+1
2022-09-15
rustdoc: use more precise URLs for jump-to-definition links
Michael Howell
-1
/
+4
2022-08-13
make clean::Item::span return option instead of dummy span
Michael Goulet
-0
/
+2
2022-08-09
rustdoc: simplify highlight.rs
Jacob Hoffman-Andrews
-12
/
+5
2022-06-24
Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jsha
Yuki Okushi
-1
/
+1
2022-06-20
Improve loading of crates.js and sidebar-items.js
Jacob Hoffman-Andrews
-2
/
+0
2022-06-20
Rename ContextInfo into HrefContext
Guillaume Gomez
-1
/
+1
2022-05-27
Pass Context as a &mut to allow to remove RefCell fields
Guillaume Gomez
-11
/
+16
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-5
/
+5
2022-03-07
Remove unneeded whitespace generation and use CSS instead instead to align li...
Guillaume Gomez
-8
/
+2
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
[next]