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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
render
Age
Commit message (
Expand
)
Author
Lines
2020-09-23
Use theme-adaptive SVG favicon from other Rust sites
Jarek Samic
-1
/
+3
2020-09-05
Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth
Dylan DPC
-4
/
+3
2020-09-03
Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez
bors
-32
/
+36
2020-09-03
Remove disambiguators from link text
Joshua Nelson
-2
/
+1
2020-09-03
Refactor RenderedLink into its own type
Joshua Nelson
-2
/
+2
2020-09-01
Use "Fira Sans" for crate list font
Camelid
-2
/
+3
2020-08-31
Fix strings indent
Guillaume Gomez
-91
/
+78
2020-08-30
rustdoc: do not use plain summary for trait impls
Andy Russell
-32
/
+36
2020-08-28
Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez
Pietro Albini
-5
/
+5
2020-08-27
Auto merge of #75842 - camelid:highlight-crate-links, r=jyn514
bors
-1
/
+5
2020-08-23
Highlight crate links like normal links
Camelid
-1
/
+5
2020-08-22
rustdoc: Rename misleading function
Joshua Nelson
-1
/
+1
2020-08-19
Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514
Yuki Okushi
-2
/
+4
2020-08-18
Add long cfg description to tooltip on short description
Wim Looman
-5
/
+5
2020-08-18
Add doc examples count for --show-coverage
Guillaume Gomez
-2
/
+4
2020-08-11
Rollup merge of #75378 - petrochenkov:isident, r=Mark-Simulacrum
Tyler Mandry
-15
/
+15
2020-08-11
Rollup merge of #75347 - fusion-engineering-forks:rustdoc-nat-sort, r=Guillau...
Yuki Okushi
-29
/
+63
2020-08-11
Feature gate is always present
Mark Rousskov
-15
/
+15
2020-08-09
Rustdoc: Fix natural ordering to look at all numbers.
Mara Bos
-29
/
+63
2020-08-09
Rename "Important traits" to "Notable traits"
Camelid
-2
/
+2
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-1
/
+1
2020-07-29
Pass by value
Joseph Ryan
-1
/
+1
2020-07-29
Refactor DocFS to fix error handling bugs
Joseph Ryan
-7
/
+10
2020-07-27
More requested changes
Joseph Ryan
-3
/
+3
2020-07-27
Make requested changes
Joseph Ryan
-4
/
+2
2020-07-27
Pull out more types from html
Joseph Ryan
-13
/
+2
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-489
/
+4611
2020-07-27
Move `Error` and `RenderInfo` out of `html` module
Joseph Ryan
-1
/
+2
2020-06-26
Generate docs for links to private items when passed --document-private
Joshua Nelson
-0
/
+6
2020-05-29
Split payload of FileName::Real to track both real and virutalized paths.
Felix S. Klock II
-1
/
+1
2020-05-14
* Update aliases data struct from HashMap to BTreeMap to have more determinis...
Guillaume Gomez
-9
/
+7
2020-05-14
Move doc alias discovery into the Attributes struct and some code improvements
Guillaume Gomez
-37
/
+4
2020-05-07
Merge aliases and search-index
Guillaume Gomez
-21
/
+23
2020-05-07
Improve doc alias discovery
Guillaume Gomez
-36
/
+53
2020-04-20
Rollup merge of #71250 - GuillaumeGomez:use-json-instead-of-js, r=kinnison
Dylan DPC
-1
/
+6
2020-04-17
Replace big JS dict with JSON parsing
Guillaume Gomez
-1
/
+6
2020-04-16
Dogfood or_patterns in rustdoc
Josh Stone
-4
/
+7
2020-04-10
Improve rustdoc source code a bit
Guillaume Gomez
-5
/
+5
2020-03-31
more clippy fixes
Matthias Krüger
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-22
don't create variable bindings just to return the bound value immediately (cl...
Matthias Krüger
-3
/
+2
2020-03-16
Rename render::Type to improve naming
Guillaume Gomez
-3
/
+3
2020-03-16
formatting
Guillaume Gomez
-17
/
+19
2020-03-16
Support type search for arguments and returned types
Guillaume Gomez
-18
/
+29
2020-03-02
Put back output-format option for show-coverage
Guillaume Gomez
-0
/
+1
2020-02-29
use .iter() instead of .into_iter() on references.
Matthias Krüger
-1
/
+1
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-2
/
+2
2020-01-30
rustdoc: NodeId is now DefId
Tom Jakubowski
-16
/
+11
2020-01-15
remove unneeded code from cache.rs
Guillaume Gomez
-14
/
+6
[next]