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
2023-01-15
rustdoc: simplify some & ref erences
Matthias Krüger
-1
/
+1
2023-01-13
IndexItem.name String -> Symbol
klensy
-4
/
+5
2022-10-31
Don't generate tuple struct fields into the search index
Guillaume Gomez
-15
/
+22
2022-10-29
rustdoc: Split effective visibilities from rustc from similar data built by r...
Vadim Petrochenkov
-8
/
+5
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-6
/
+12
2022-09-27
rustdoc: remove `clean::TraitWithExtraInfo`
Michael Howell
-8
/
+3
2022-08-16
rustdoc: box ItemKind::Trait
Michael Howell
-1
/
+1
2022-07-29
Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind
est31
-1
/
+1
2022-07-21
Remove unused field in ItemKind::KeywordItem
Guillaume Gomez
-1
/
+1
2022-05-27
cleanup librustdoc by making parent stack store items
Michael Howell
-75
/
+82
2022-05-26
rustdoc: factor orphan impl items into an actual struct
Michael Howell
-7
/
+13
2022-05-25
rustdoc: include impl generics / self in search index
Michael Howell
-4
/
+43
2022-05-24
fix simple clippy lints
klensy
-1
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-19
/
+19
2022-05-20
Rollup merge of #96565 - notriddle:notriddle/impl-box, r=camelid
Guillaume Gomez
-1
/
+10
2022-05-10
rustdoc: clean up method path index
Michael Howell
-9
/
+1
2022-05-09
rustdoc: correct path to type alias methods
Michael Howell
-1
/
+2
2022-05-06
Fix reexports missing from the search index
Guillaume Gomez
-1
/
+10
2022-04-29
rustdoc: show implementations on `#[fundamental]` wrappers
Michael Howell
-1
/
+10
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-2
/
+2
2022-04-17
Fix rustdoc duplicated blanket impls issue
Guillaume Gomez
-3
/
+18
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-2
/
+2
2022-04-16
Rename `def_id` into `item_id` when the type is `ItemId` for readability
Guillaume Gomez
-10
/
+10
2022-04-12
rustdoc: discr. required+provided assoc consts+tys
León Orell Valerian Liehr
-4
/
+7
2022-01-17
fix #90187: Replace all def_id_no_primitives with def_id
zredb
-1
/
+1
2022-01-17
fix #90187
zredb
-1
/
+1
2022-01-17
fix #90187
zredb
-1
/
+1
2022-01-14
rustdoc: avoid many `Symbol` to `String` conversions.
Nicholas Nethercote
-12
/
+12
2021-12-27
Give clearer names to several search index functions
Noah Lev
-2
/
+2
2021-12-27
Move `ExternalLocation` to `clean::types`
Noah Lev
-2
/
+2
2021-12-27
rustdoc: Remove some unnecessary `cache` parameters
Noah Lev
-1
/
+1
2021-12-27
Rename `rustdoc::html::render::cache` to `search_index`
Noah Lev
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+1
2021-11-26
Rename `Type::ResolvedPath` to `Type::Path`
Noah Lev
-6
/
+4
2021-11-25
Stop re-exporting `Type::ResolvedPath`
Noah Lev
-3
/
+5
2021-11-24
Remove `ResolvedPath.did`
Noah Lev
-5
/
+5
2021-11-19
rustdoc: Move doc-reachability visiting back to cleaning
Noah Lev
-3
/
+0
2021-11-19
rustdoc: Merge visits of extern crates into one loop
Noah Lev
-14
/
+10
2021-11-19
rustdoc: Remove `Crate.externs` and compute on-demand instead
Noah Lev
-5
/
+14
2021-11-19
rustdoc: Pass DocContext to `Cache::populate`
Noah Lev
-17
/
+16
2021-11-13
Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez
bors
-1
/
+1
2021-11-07
rustdoc: Remove top-level wrappers for `ImplKind` methods
Noah Lev
-1
/
+1
2021-11-07
rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum
Noah Lev
-1
/
+1
2021-11-05
rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()
Muhammad Falak R Wani
-1
/
+1
2021-10-27
Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514
Matthias Krüger
-3
/
+5
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-2
/
+2
2021-10-22
Rename `Type::def_id_full()` to `Type::def_id()`
Noah Lev
-2
/
+2
2021-10-22
Use `def_id_full()` where easily possible
Noah Lev
-2
/
+4
2021-10-22
Replace `GetDefId` with inherent methods
Noah Lev
-1
/
+1
2021-10-09
Auto merge of #88379 - camelid:cleanup-clean, r=jyn514
bors
-12
/
+8
[next]