rust/compiler/rustc_incremental/src
bors edba282770 Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot
Refactor HIR item-like traversal (part 1)

Issue  #95004

- Create hir_crate_items query which traverses tcx.hir_crate(()).owners to return a hir::ModuleItems
- use tcx.hir_crate_items in tcx.hir().items() to return an iterator of hir::ItemId
- use tcx.hir_crate_items to introduce a tcx.hir().par_items(impl Fn(hir::ItemId)) to traverse all items in parallel;

Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>

cc `@cjgillot`
2022-04-17 08:06:53 +00:00
..
persist replace tcx.hir().item with tcx.def_span query 2022-04-09 12:51:56 -04:00
assert_dep_graph.rs Replace NestedVisitorMap with NestedFilter 2022-01-16 16:02:36 -06:00
assert_module_sources.rs check_doc_keyword: don't alloc string for emptiness check 2022-04-08 11:45:57 +03:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00