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
/
render
/
cache.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-02
Replace all uses of `path.res.def_id()` with `path.def_id()`
Noah Lev
-1
/
+1
2021-09-30
Use `Path` instead of `Type` in `PolyTrait`
Noah Lev
-9
/
+7
2021-09-29
Remove Never variant from clean::Type enum
Guillaume Gomez
-1
/
+0
2021-08-03
don't use .into() to convert types to identical types (clippy::useless_conver...
Matthias Krüger
-1
/
+1
2021-07-01
fix(rustdoc): generics search
Michael Howell
-0
/
+18
2021-06-26
Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez
bors
-0
/
+1
2021-06-24
chore(rustdoc): remove unused members of RenderType
Michael Howell
-25
/
+5
2021-06-19
rustdoc: Introduce new `DynTrait` type for better representation of trait obj...
Justus K
-0
/
+1
2021-06-18
Resolve intra-doc links in summary desc
Michael Howell
-4
/
+9
2021-05-15
Minimize amount of fake `DefId`s used in rustdoc
Justus K
-4
/
+4
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-5
/
+5
2021-04-28
added methods src_root and location to External crate, remove extern_location...
Timothée Delabrouille
-45
/
+2
2021-04-27
cfg taken out of Attributes, put in Item
Timothée Delabrouille
-2
/
+1
2021-04-27
Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...
Timothée Delabrouille
-3
/
+6
2021-04-23
Use ItemType in cache
Joshua Nelson
-5
/
+5
2021-04-22
Remove `name` field from ExternalCrate
Joshua Nelson
-1
/
+2
2021-04-04
Get rid of unneeded `aliases` field
Michael Howell
-2
/
+6
2021-04-03
rustdoc: sort search index items for compression
Michael Howell
-7
/
+16
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-5
/
+2
2021-03-10
rustdoc: tweak the search index format
Michael Howell
-6
/
+54
2021-02-05
Remove unused cache argument
Guillaume Gomez
-12
/
+9
2021-02-05
Improve code
Guillaume Gomez
-1
/
+1
2021-02-05
Improve html::render::cache::get_real_types code
Guillaume Gomez
-3
/
+125
2021-02-05
Remove Function all_types and ret_types fields
Guillaume Gomez
-13
/
+19
2021-02-03
Rollup merge of #81679 - GuillaumeGomez:clean-fixme-match-bind, r=poliorcetic...
Guillaume Gomez
-2
/
+10
2021-02-02
Bind all clean::Type variants and remove FIXME
Guillaume Gomez
-2
/
+10
2021-02-01
Put back primitives in search
Guillaume Gomez
-1
/
+1
2021-01-27
Apply review comments and improve code
Guillaume Gomez
-1
/
+1
2021-01-27
Remove cache usage wherever possible
Guillaume Gomez
-8
/
+11
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-17
/
+17
2021-01-02
End of rework of Attributes struct
Guillaume Gomez
-2
/
+2
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-1
/
+1
2020-12-18
Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514
bors
-7
/
+7
2020-12-17
Continue String to Symbol conversion in rustdoc
Guillaume Gomez
-7
/
+7
2020-12-17
Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez
Guillaume Gomez
-1
/
+1
2020-12-16
Replace String with Symbol where possible
Guillaume Gomez
-1
/
+1
2020-12-15
Use `Symbol`s for crate names
Joshua Nelson
-1
/
+1
2020-12-14
Switch to Symbol for item.name
Joshua Nelson
-1
/
+1
2020-12-03
Render Markdown in search results
Camelid
-3
/
+3
2020-11-16
Get rid of clean::Method
Joshua Nelson
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-3
/
+3
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-1
/
+1
2020-11-10
Changed unwrap_or to unwrap_or_else in some places.
Nicholas-Baron
-1
/
+1
2020-08-30
rustdoc: do not use plain summary for trait impls
Andy Russell
-3
/
+3
2020-08-18
Add doc examples count for --show-coverage
Guillaume Gomez
-2
/
+4
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-1
/
+1
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-489
/
+12
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
[next]