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
2025-06-19
De-dup common code from `ExternalCrate` methods
Yotam Ofek
-1
/
+1
2025-03-06
`librustdoc`: flatten nested ifs
Yotam Ofek
-17
/
+16
2024-11-28
Fix new clippy lints
Guillaume Gomez
-3
/
+3
2024-10-14
Delay ambiguous intra-doc link resolution after `Cache` has been populated
Guillaume Gomez
-1
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-1
/
+1
2024-09-25
rm higher-ranked lifetimes from `DocVisitor`
Lukas Markeffsky
-2
/
+2
2024-09-25
de-rc external traits
Lukas Markeffsky
-0
/
+2
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-5
/
+5
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+5
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-1
/
+1
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-1
/
+1
2024-04-08
rustdoc: slightly clean up the synthesis of blanket impls
León Orell Valerian Liehr
-3
/
+5
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-3
/
+1
2024-02-07
Use correct param env when building and cleaning items in librustdoc
Michael Goulet
-3
/
+9
2024-01-22
Tweak error counting.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-11-25
is_{some,ok}_and for rustdoc
Michael Goulet
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-5
/
+5
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-7
/
+13
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-05-27
Clean up usage of `cx.tcx` when `tcx` is already set into a variable
Guillaume Gomez
-18
/
+16
2023-03-21
rustdoc: Cleanup parent module tracking for doc links
Vadim Petrochenkov
-3
/
+3
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-15
Use more let chain
Guillaume Gomez
-32
/
+31
2023-02-13
rustdoc: Eliminate remaining uses of resolver
Vadim Petrochenkov
-7
/
+9
2023-01-22
rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`
Vadim Petrochenkov
-6
/
+6
2022-12-08
Prevent to try to retrieve auto and blanket implementations if there were err...
Guillaume Gomez
-0
/
+6
2022-11-27
Remove Crate::primitives field
Guillaume Gomez
-2
/
+4
2022-07-29
Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind
est31
-2
/
+2
2022-06-02
Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill...
Yuki Okushi
-2
/
+29
2022-06-01
Update src/librustdoc/passes/collect_trait_impls.rs
Michael Howell
-3
/
+5
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+2
2022-05-17
rustdoc: avoid including impl blocks with filled-in generics
Michael Howell
-2
/
+27
2022-05-10
update rustdoc
lcnr
-3
/
+1
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-2
/
+2
2022-04-29
rustdoc: prevent B -> C -> B -> C loops from stack overflowing
Michael Howell
-3
/
+12
2022-04-28
rustdoc: fix missing method list for primitive deref target
Michael Howell
-35
/
+38
2022-04-21
rustdoc: make primitive synthetic impls for correct doc module
Michael Howell
-4
/
+9
2022-04-16
Rename `def_id` into `item_id` when the type is `ItemId` for readability
Guillaume Gomez
-6
/
+6
2022-04-12
rustdoc: discr. required+provided assoc consts+tys
León Orell Valerian Liehr
-1
/
+1
2022-03-30
fix rustdoc
lcnr
-1
/
+1
2022-01-17
fix #90187
zredb
-1
/
+1
2022-01-17
fix #90187
zredb
-5
/
+7
2022-01-17
fix #90187
zredb
-2
/
+2
2022-01-07
rustdoc: Introduce a resolver cache for sharing data between early doc link r...
Vadim Petrochenkov
-38
/
+37
[next]