rust/compiler/rustc_resolve/src
bors f7bb8e3677 Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #92055 (Add release notes for 1.58)
 - #92490 (Move crate drop-down to search results page)
 - #92510 (Don't resolve blocks in foreign functions)
 - #92573 (expand: Refactor InvocationCollector visitor for better code reuse)
 - #92608 (rustdoc: Introduce a resolver cache for sharing data between early doc link resolution and later passes)
 - #92657 (Implemented const casts of raw pointers)
 - #92671 (Make `Atomic*::from_mut` return `&mut Atomic*`)
 - #92673 (Remove useless collapse toggle on "all items" page)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-01-09 12:43:37 +00:00
..
late Tighten span when suggesting lifetime on path 2021-12-27 23:34:52 -08:00
build_reduced_graph.rs rustc_middle: Rename Export to ModChild and add some comments 2022-01-09 09:22:07 +08:00
check_unused.rs suggest adding a #[cfg(test)] to test modules 2021-12-16 11:48:58 +09:00
def_collector.rs ast: Always keep a NodeId in ast::Crate 2022-01-05 17:09:37 +08:00
diagnostics.rs rustc_metadata: Make attribute decoding slightly faster and stricter 2022-01-06 12:13:41 +08:00
imports.rs rustc_middle: Rename Export to ModChild and add some comments 2022-01-09 09:22:07 +08:00
late.rs Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot 2022-01-09 13:38:30 +01:00
lib.rs rustc_middle: Rename Export to ModChild and add some comments 2022-01-09 09:22:07 +08:00
macros.rs Remove unnecessary sigils around Ident::as_str() calls. 2021-12-15 17:32:42 +11:00