rust/compiler
bors 388ef34904 Auto merge of #78562 - JohnTitor:rollup-otg906u, r=JohnTitor
Rollup of 8 pull requests

Successful merges:

 - #77334 (Reorder benches const variable)
 - #77888 (Simplify a nested bool match)
 - #77921 (f64: Refactor collapsible_if)
 - #78523 (Revert invalid `fn` return type parsing change)
 - #78524 (Avoid BorrowMutError with RUSTC_LOG=debug)
 - #78545 (Make anonymous binders start at 0)
 - #78554 (Improve wording of `core::ptr::drop_in_place` docs)
 - #78556 (Link to pass docs from NRVO module docs)

Failed merges:

 - #78424 (Fix some more clippy warnings)

r? `@ghost`
2020-10-30 10:01:49 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering Fix typos 2020-10-29 16:51:46 +01:00
rustc_ast_passes Fix typos 2020-10-29 16:51:46 +01:00
rustc_ast_pretty Rollup merge of #77888 - LingMan:ast_pretty_tt_prepend_space, r=jyn514 2020-10-30 18:00:45 +09:00
rustc_attr
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_llvm Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3 2020-10-28 17:47:36 +00:00
rustc_codegen_ssa
rustc_data_structures Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 2020-10-30 18:00:54 +09:00
rustc_driver
rustc_error_codes
rustc_errors Fix typos 2020-10-29 16:51:46 +01:00
rustc_expand
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 #78224 - lcnr:repeat-expr, r=varkor 2020-10-29 12:08:40 +09:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr 2020-10-29 12:08:50 +09:00
rustc_interface Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3 2020-10-28 17:47:36 +00:00
rustc_lexer
rustc_lint Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebank 2020-10-29 17:05:21 +01:00
rustc_llvm Rollup merge of #78462 - danielframpton:fixnullisa, r=nagisa 2020-10-29 17:05:23 +01:00
rustc_macros
rustc_metadata Avoid BorrowMutError with RUSTC_LOG=debug 2020-10-29 18:09:53 +01:00
rustc_middle Rollup merge of #78545 - jackh726:anonymous, r=oli-obk 2020-10-30 18:00:56 +09:00
rustc_mir Link to pass docs from NRVO module docs 2020-10-29 23:05:45 -07:00
rustc_mir_build Auto merge of #78430 - Nadrieril:taking-constructors-seriously2, r=varkor 2020-10-29 01:37:49 +00:00
rustc_parse Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnay 2020-10-30 18:00:53 +09:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_system
rustc_resolve Auto merge of #78508 - wesleywiser:optimize_visit_scopes, r=petrochenkov 2020-10-29 18:34:59 +00:00
rustc_save_analysis
rustc_serialize
rustc_session Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkor 2020-10-29 17:05:11 +01:00
rustc_span Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 2020-10-30 18:00:54 +09:00
rustc_symbol_mangling Make anonymous binders start at 0 2020-10-29 18:50:23 -04:00
rustc_target
rustc_trait_selection Rollup merge of #78422 - estebank:fix-78372, r=pnkfelix 2020-10-29 17:05:14 +01:00
rustc_traits
rustc_ty
rustc_typeck Auto merge of #78562 - JohnTitor:rollup-otg906u, r=JohnTitor 2020-10-30 10:01:49 +00:00