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
/
passes
/
collect_trait_impls.rs
Age
Commit message (
Expand
)
Author
Lines
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
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+3
2019-04-30
rustdoc: remove def_ctor hack.
Eduard-Mihai Burtescu
-17
/
+14
2019-03-10
hir: replace NodeId with HirId in trait_impls
ljedrz
-1
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-6
/
+6
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-4
/
+4
2019-02-23
merge early and late passes into single struct
Andy Russell
-3
/
+5
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-6
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-5
/
+5
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-3
/
+3
2018-09-20
filter collected trait impls against items in the crate
QuietMisdreavus
-60
/
+149
2018-09-20
collect auto-/blanket-impls during collect-trait-impls
QuietMisdreavus
-1
/
+39
2018-09-20
only move access_levels/external_traits after early passes
QuietMisdreavus
-7
/
+0
2018-09-20
rustdoc: collect trait impls as an early pass
QuietMisdreavus
-0
/
+99