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
/
passes
/
collect_trait_impls.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
Remove temporary `GetDefId` impl for `Path`
Noah Lev
-1
/
+3
2021-09-30
Make `Impl.trait_` a `Path`, not a `Type`
Noah Lev
-1
/
+3
2021-08-03
don't use .into() to convert types to identical types (clippy::useless_conver...
Matthias Krüger
-1
/
+1
2021-07-05
Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"
Justus K
-2
/
+2
2021-07-05
rustdoc: Store DefId's in ItemId on heap for decreasing Item's size
Justus K
-2
/
+2
2021-07-05
rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`
Justus K
-2
/
+7
2021-07-05
rustdoc: Replace `FakeDefId` with new `ItemId` type
Justus K
-3
/
+3
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-2
/
+2
2021-06-10
manually crafted revert of PR #80653, to address issue #82465.
Felix S. Klock II
-62
/
+35
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-2
/
+2
2021-05-15
Minimize amount of fake `DefId`s used in rustdoc
Justus K
-4
/
+4
2021-05-12
Use () for all_traits.
Camille GILLOT
-2
/
+2
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-10
/
+12
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-6
/
+2
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-1
/
+1
2021-02-28
Remove unnecessary `self_ty` parameter to `get_blanket_impls`
Joshua Nelson
-8
/
+2
2021-02-22
Remove many RefCells from DocContext
Camelid
-3
/
+2
2021-02-16
Make `Clean` take &mut DocContext
Joshua Nelson
-4
/
+6
2021-02-16
Take `&mut DocContext` in passes
Joshua Nelson
-8
/
+2
2021-02-15
Trait impls are Items, therefore HIR owners.
Camille GILLOT
-2
/
+2
2021-01-30
rustdoc tweaking
bors
-23
/
+21
2021-01-23
Make `-Z time-passes` less noisy
Joshua Nelson
-10
/
+8
2021-01-08
Preserve non-local recursive `Deref` impls
J. Ryan Stinnett
-36
/
+64
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-4
/
+4
2020-12-16
Add more timing info to rustdoc
Joshua Nelson
-15
/
+19
2020-12-11
Auto merge of #79349 - Nemo157:issue-79201, r=jyn514
bors
-1
/
+27
2020-11-23
Apply `doc(cfg)` from parent items while collecting trait impls
Wim Looman
-1
/
+27
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-2
/
+2
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-2
/
+2
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-4
/
+4
2020-10-08
Preserve the parent module of `DocFragment`s
Joshua Nelson
-3
/
+3
2020-08-23
Use underscores instead of spaces
Joshua Nelson
-2
/
+2
2020-08-23
Add some timing info to rustdoc
Joshua Nelson
-2
/
+6
2020-08-19
Allow reusing the code in `collect_trait_impls`
Joshua Nelson
-34
/
+1
2020-08-13
Add Array Impl Lang Item in various places
kadmin
-0
/
+1
2020-08-01
rustc_metadata: track the simplified Self type for every trait impl.
Eduard-Mihai Burtescu
-1
/
+1
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-2
/
+1
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-1
/
+1
2020-04-14
rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait impls
Matthias Schiffer
-0
/
+2
2020-01-09
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
Yuki Okushi
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-1
/
+1
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-19
/
+14
2019-09-07
Add "bool" lang item
varkor
-0
/
+1
2019-08-11
Don't store all traits in DocContext
Mark Rousskov
-2
/
+2
2019-07-27
Use doc comments from 'pub use' statements
Aaron Hill
-3
/
+3
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-1
/
+1
[next]