rust/compiler/rustc_resolve/src
Guillaume Gomez 931881070a
Rollup merge of #90652 - matthiaskrgr:unnnec_filter_map, r=jyn514
use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy))
2021-11-08 15:15:23 +01:00
..
late Rollup merge of #90652 - matthiaskrgr:unnnec_filter_map, r=jyn514 2021-11-08 15:15:23 +01:00
build_reduced_graph.rs ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
check_unused.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
def_collector.rs Record call_site parent for macros. 2021-09-10 20:19:25 +02:00
diagnostics.rs add a suggestion about undeclared alloc module 2021-11-03 01:44:01 +09:00
imports.rs rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
late.rs ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
lib.rs fix message 2021-11-03 13:53:57 +09:00
macros.rs Remove visible path calculation from allowed deprecation lint 2021-09-30 15:15:10 +04:00