rust/compiler
bors 2eb4fc800a Auto merge of #78323 - est31:smaller_list_overlap, r=varkor
Iterate over the smaller list

If there are two lists of different sizes,
iterating over the smaller list and then
looking up in the larger list is cheaper
than vice versa, because lookups scale
sublinearly.
2020-10-28 03:58:32 +00:00
..
rustc
rustc_apfloat
rustc_arena Fix typos in arena comments 2020-10-27 18:14:21 +01:00
rustc_ast Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petrochenkov 2020-10-27 09:25:54 +00:00
rustc_ast_lowering Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb 2020-10-25 07:03:58 +00:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_builtin_macros
rustc_codegen_cranelift Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff25d3dda92' 2020-10-26 09:53:27 +01:00
rustc_codegen_llvm Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk 2020-10-26 18:50:22 +00:00
rustc_codegen_ssa Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov 2020-10-27 08:45:24 +09:00
rustc_data_structures Fix typo in vec_graph 2020-10-27 18:37:43 +01:00
rustc_driver Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum 2020-10-26 16:31:38 +00:00
rustc_error_codes Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelid 2020-10-27 08:44:54 +09:00
rustc_errors
rustc_expand Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov 2020-10-25 18:43:49 +09:00
rustc_feature Add unsized_locals to INCOMPLETE_FEATURES list 2020-10-27 14:45:28 -03:00
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov 2020-10-25 18:43:49 +09:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Suggest calling await on method call and field access 2020-10-26 08:11:43 -07:00
rustc_interface Rollup merge of #78408 - Aaron1011:fix/remove-foreign-tokens, r=oli-obk 2020-10-28 01:21:34 +01:00
rustc_lexer
rustc_lint modified lint to work with MIR 2020-10-27 11:04:04 -04:00
rustc_llvm
rustc_macros
rustc_metadata Compute proper module parent during resolution 2020-10-24 14:28:13 -04:00
rustc_middle Auto merge of #78323 - est31:smaller_list_overlap, r=varkor 2020-10-28 03:58:32 +00:00
rustc_mir Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk 2020-10-28 01:21:18 +01:00
rustc_mir_build Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
rustc_parse Rollup merge of #78453 - Storyyeller:patch-1, r=jonas-schievink 2020-10-28 01:21:39 +01:00
rustc_parse_format
rustc_passes Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk 2020-10-25 18:43:40 +09:00
rustc_plugin_impl
rustc_privacy
rustc_query_system
rustc_resolve resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
rustc_save_analysis Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco 2020-10-27 08:45:07 +09:00
rustc_serialize
rustc_session Added suggestion to function_item_references lint and fixed warning message 2020-10-27 11:04:04 -04:00
rustc_span Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPC 2020-10-28 01:40:06 +00:00
rustc_symbol_mangling
rustc_target Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schievink 2020-10-24 14:11:59 +02:00
rustc_trait_selection Rollup merge of #78365 - lcnr:const-eval-obj-safety, r=oli-obk 2020-10-28 01:21:21 +01:00
rustc_traits
rustc_ty
rustc_typeck Auto merge of #78323 - est31:smaller_list_overlap, r=varkor 2020-10-28 03:58:32 +00:00