rust/compiler
Matthias Krüger 4390a61b64 avoid full-slicing slices
If we already have a slice, there is no need to get another full-range slice from that, just use the original.
clippy::redundant_slicing
2021-02-16 00:31:11 +01:00
..
rustc
rustc_apfloat bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_arena bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_ast Auto merge of #82103 - Dylan-DPC:rollup-5wv8rid, r=Dylan-DPC 2021-02-14 22:26:21 +00:00
rustc_ast_lowering avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_ast_passes
rustc_ast_pretty avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_attr
rustc_builtin_macros avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_codegen_cranelift
rustc_codegen_llvm bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_codegen_ssa avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_data_structures Auto merge of #81855 - cjgillot:ensure-cache, r=oli-obk 2021-02-15 12:11:59 +00:00
rustc_driver
rustc_error_codes
rustc_errors
rustc_expand bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #81720 - klensy:smallvec-update, r=Mark-Simulacrum 2021-02-14 16:54:44 +01:00
rustc_hir_pretty avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_incremental
rustc_index
rustc_infer avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_interface bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm
rustc_macros
rustc_metadata avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_middle avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_mir Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obk 2021-02-14 16:54:53 +01:00
rustc_mir_build Rollup merge of #82029 - tmiasko:debug, r=matthewjasper 2021-02-14 16:54:52 +01:00
rustc_parse Auto merge of #82103 - Dylan-DPC:rollup-5wv8rid, r=Dylan-DPC 2021-02-14 22:26:21 +00:00
rustc_parse_format
rustc_passes Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwco 2021-02-14 16:54:42 +01:00
rustc_plugin_impl
rustc_privacy
rustc_query_system Auto merge of #81855 - cjgillot:ensure-cache, r=oli-obk 2021-02-15 12:11:59 +00:00
rustc_resolve avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_save_analysis
rustc_serialize bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_session
rustc_span Rollup merge of #82029 - tmiasko:debug, r=matthewjasper 2021-02-14 16:54:52 +01:00
rustc_symbol_mangling
rustc_target avoid full-slicing slices 2021-02-16 00:31:11 +01:00
rustc_trait_selection Rollup merge of #82029 - tmiasko:debug, r=matthewjasper 2021-02-14 16:54:52 +01:00
rustc_traits Rollup merge of #82029 - tmiasko:debug, r=matthewjasper 2021-02-14 16:54:52 +01:00
rustc_ty_utils
rustc_type_ir
rustc_typeck avoid full-slicing slices 2021-02-16 00:31:11 +01:00