summary refs log tree commit diff
path: root/src/librustdoc/passes/collect_trait_impls.rs
AgeCommit message (Expand)AuthorLines
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-2/+1
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-1/+1
2020-04-14rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait implsMatthias Schiffer-0/+2
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-1/+1
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-19/+14
2019-09-07Add "bool" lang itemvarkor-0/+1
2019-08-11Don't store all traits in DocContextMark Rousskov-2/+2
2019-07-27Use doc comments from 'pub use' statementsAaron Hill-3/+3
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-2/+3
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-17/+14
2019-03-10hir: replace NodeId with HirId in trait_implsljedrz-1/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-6/+6
2019-03-07HirIdification: replace NodeId method callsljedrz-4/+4
2019-02-23merge early and late passes into single structAndy Russell-3/+5
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-6/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-5/+5
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-3/+3
2018-09-20filter collected trait impls against items in the crateQuietMisdreavus-60/+149
2018-09-20collect auto-/blanket-impls during collect-trait-implsQuietMisdreavus-1/+39
2018-09-20only move access_levels/external_traits after early passesQuietMisdreavus-7/+0
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-0/+99