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
/
formats
/
cache.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-09
Auto merge of #88379 - camelid:cleanup-clean, r=jyn514
bors
-12
/
+8
2021-10-05
Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d
Wim Looman
-0
/
+2
2021-09-30
Remove temporary `GetDefId` impl for `Path`
Noah Lev
-12
/
+8
2021-09-12
Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514
Manish Goregaokar
-3
/
+0
2021-09-12
Fix broken handling of primitive items
Joshua Nelson
-12
/
+11
2021-09-09
Remove unnecessary `Cache.*_did` fields
Noah Lev
-3
/
+0
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-19
Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...
Joshua Nelson
-6
/
+7
2021-08-03
don't use .into() to convert types to identical types (clippy::useless_conver...
Matthias Krüger
-1
/
+1
2021-07-13
Remove unnecessary CrateNum from Cache.externs
Joshua Nelson
-5
/
+4
2021-07-05
rustdoc: Add `PrimitiveType` to `ItemId::Primitive`
Justus K
-1
/
+1
2021-07-05
Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"
Justus K
-1
/
+1
2021-07-05
rustdoc: Store DefId's in ItemId on heap for decreasing Item's size
Justus K
-1
/
+1
2021-07-05
rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`
Justus K
-6
/
+6
2021-07-05
rustdoc: Replace `FakeDefId` with new `ItemId` type
Justus K
-2
/
+2
2021-06-26
Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez
bors
-0
/
+15
2021-06-24
chore(rustdoc): remove unused members of RenderType
Michael Howell
-3
/
+2
2021-06-19
rustdoc: Introduce new `DynTrait` type for better representation of trait obj...
Justus K
-0
/
+15
2021-06-18
Resolve intra-doc links in summary desc
Michael Howell
-3
/
+4
2021-05-15
Minimize amount of fake `DefId`s used in rustdoc
Justus K
-2
/
+2
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-17
/
+22
2021-05-03
Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514
Dylan DPC
-14
/
+32
2021-05-01
RustDoc: Fix bounds linking trait.Foo instead of traitalias.Foo
Scott McMurray
-14
/
+32
2021-04-29
only store locations in extern_locations
Timothée Delabrouille
-7
/
+3
2021-04-28
added methods src_root and location to External crate, remove extern_location...
Timothée Delabrouille
-11
/
+2
2021-04-27
Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...
Timothée Delabrouille
-3
/
+5
2021-04-22
Get rid of ExternCrate::primitives
Joshua Nelson
-1
/
+1
2021-04-22
Remove `name` field from ExternalCrate
Joshua Nelson
-3
/
+4
2021-04-22
Remove src field from ExternCrate
Joshua Nelson
-1
/
+1
2021-04-06
Store links in Cache instead of on items directly
Joshua Nelson
-0
/
+5
2021-04-06
Rollup merge of #83835 - notriddle:sort-index, r=ollie27
Yuki Okushi
-12
/
+1
2021-04-04
Get rid of unneeded `aliases` field
Michael Howell
-4
/
+0
2021-04-03
rustdoc: sort search index items for compression
Michael Howell
-8
/
+1
2021-04-02
rustdoc: Rename internal uses of `spotlight`
Camelid
-2
/
+2
2021-04-02
Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514
bors
-1
/
+1
2021-03-22
Don't push the crate name onto the `Cache.stack`
Camelid
-2
/
+0
2021-03-15
Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`
Camelid
-1
/
+1
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
[next]