rust/compiler/rustc_resolve/src
Jack Huey 86e23cc9f1
Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkov
Directly use `Option<&[T]>` instead of converting from `Option<&Vec<T>>` later on

```@rustbot``` modify labels +C-cleanup +T-compiler
2021-02-02 16:01:45 -05:00
..
late Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkov 2021-02-02 16:01:45 -05:00
build_reduced_graph.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
check_unused.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
def_collector.rs resolve/expand: Improve attribute expansion on macro definitions and calls 2021-01-09 18:43:01 +03:00
diagnostics.rs fix typo 2021-01-29 16:08:49 +05:30
imports.rs Move lev_distance to rustc_ast, make non-generic 2020-11-24 16:12:23 -08:00
late.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
lib.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
macros.rs Add SEMICOLON_IN_EXPRESSIONS_FROM_MACROS lint 2021-01-28 08:51:43 -05:00