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
/
formats
/
cache.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-22
Don't push the crate name onto the `Cache.stack`
Camelid
-2
/
+0
2021-03-09
Remove `masked_crates` from `clean::Crate`
Camelid
-2
/
+5
2021-03-01
Remove `krate.version`; fix `crate_version` in JSON
Joshua Nelson
-1
/
+0
2021-03-01
Remove unused `RenderInfo` struct
Joshua Nelson
-27
/
+3
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-27
/
+28
2021-02-23
* Fix some typo
Guillaume Gomez
-5
/
+1
2021-02-23
Put clean::Trait extra information into a new struct to make it more coherent
Guillaume Gomez
-5
/
+7
2021-02-23
Remove is_spotlight field from `Trait`
Guillaume Gomez
-2
/
+8
2021-02-05
Remove Function all_types and ret_types fields
Guillaume Gomez
-46
/
+59
2021-01-27
Remove cache usage wherever possible
Guillaume Gomez
-69
/
+48
2021-01-27
Use empty Cache for methods requiring it when filling Cache itself
Guillaume Gomez
-48
/
+70
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-15
/
+7
2021-01-02
Improve code for DocFragment rework
Guillaume Gomez
-4
/
+3
2021-01-02
End of rework of Attributes struct
Guillaume Gomez
-3
/
+4
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-29
/
+24
2020-12-15
Use `Symbol`s for crate names
Joshua Nelson
-5
/
+6
2020-12-03
Render Markdown in search results
Camelid
-3
/
+5
2020-11-26
Use `from_def_id_and_parts` for primitives and keywords
Joshua Nelson
-2
/
+2
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-40
/
+37
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-19
/
+19
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-9
/
+9
2020-08-30
rustdoc: do not use plain summary for trait impls
Andy Russell
-2
/
+2
2020-07-27
More requested changes
Joseph Ryan
-12
/
+2
2020-07-27
Make requested changes
Joseph Ryan
-2
/
+2
2020-07-27
TODO -> FIXME
Joseph Ryan
-1
/
+1
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-0
/
+498