rust/compiler
bors 42a4673fbd Auto merge of #82153 - jonas-schievink:rollup-ls5r943, r=jonas-schievink
Rollup of 19 pull requests

Successful merges:

 - #81503 (Suggest to create a new `const` item if the `fn` in the array is a `const fn`)
 - #81897 (Add match pattern diagnostics regression test)
 - #81975 (Seal the CommandExt, OsStrExt and OsStringExt traits)
 - #82009 (const_generics: Dont evaluate array length const when handling errors)
 - #82060 (Fix typos in BTreeSet::{first, last} docs)
 - #82061 (CTFE validation: catch ReadPointerAsBytes and better error)
 - #82063 (Fixed minor typo in catch_unwind docs)
 - #82067 (const_generics: Fix incorrect ty::ParamEnv::empty() usage)
 - #82077 (Edit `rustc_arena::DropArena` docs)
 - #82096 (Fix a typo)
 - #82106 (Remove unnecessary `Option` in `default_doc`)
 - #82107 (expand: Some cleanup)
 - #82118 (Add missing env!-decl variant)
 - #82119 (Fix typo in link to CreateSymbolicLinkW documentation.)
 - #82120 (Stabilize Arguments::as_str)
 - #82129 (Remove redundant bool_to_option feature gate)
 - #82133 (Update link for extern prelude.)
 - #82141 (32-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output register.)
 - #82147 (⬆️ rust-analyzer)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-02-16 02:14:13 +00:00
..
rustc
rustc_apfloat bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_arena Rollup merge of #82077 - pierwill:edit-droparena, r=lcnr 2021-02-15 16:07:00 +01: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 bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_builtin_macros bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_codegen_cranelift
rustc_codegen_llvm 32-bit ARM: Emit lr instead of r14 when specified as an asm! output register. 2021-02-14 23:41:10 -08:00
rustc_codegen_ssa
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 Rollup merge of #82129 - est31:master, r=jyn514 2021-02-15 16:07:09 +01: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
rustc_incremental
rustc_index
rustc_infer Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obk 2021-02-15 16:06:59 +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 bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_middle Auto merge of #82153 - jonas-schievink:rollup-ls5r943, r=jonas-schievink 2021-02-16 02:14:13 +00:00
rustc_mir Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obk 2021-02-15 16:06:59 +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 bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_save_analysis
rustc_serialize bumped smallvec deps 2021-02-14 18:03:11 +03:00
rustc_session
rustc_span Rollup merge of #82107 - petrochenkov:minexpclean, r=Aaron1011 2021-02-15 16:07:04 +01:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank 2021-02-15 16:06:47 +01:00
rustc_traits Rollup merge of #82029 - tmiasko:debug, r=matthewjasper 2021-02-14 16:54:52 +01:00
rustc_ty_utils param_env debugs are instrumental to rustc's success 2021-02-14 11:18:40 +00:00
rustc_type_ir
rustc_typeck Rollup merge of #81914 - kper:fixing-81885, r=estebank 2021-02-14 16:54:47 +01:00