rust/compiler
bors d6ddee637b Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #109540 (std docs: edit `PathBuf::set_file_name` example)
 - #110093 (Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times`)
 - #110987 (update wasi_clock_time_api ref.)
 - #111038 (Leave promoteds untainted by errors when borrowck fails)
 - #111042 (Add `#[no_coverage]` to the test harness's `fn main`)
 - #111057 (Make sure the implementation of TcpStream::as_raw_fd is fully inlined)
 - #111065 (Explicitly document how Send and Sync relate to references)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-05-01 20:35:53 +00:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber 2023-05-01 01:09:47 +02:00
rustc_ast_lowering Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber 2023-05-01 01:09:47 +02:00
rustc_ast_passes
rustc_ast_pretty Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errors 2023-05-01 01:09:50 +02:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber 2023-05-01 01:09:47 +02:00
rustc_builtin_macros Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiser 2023-05-01 17:10:24 +02:00
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee 2023-04-30 01:14:55 +02:00
rustc_const_eval Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber 2023-05-01 01:09:47 +02:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Codegen fewer instructions in mem::replace 2023-04-30 22:33:04 -07:00
rustc_hir_pretty
rustc_hir_typeck
rustc_incremental
rustc_index
rustc_infer
rustc_interface Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot 2023-04-29 21:58:13 +00:00
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillot 2023-05-01 06:58:49 +00:00
rustc_mir_build Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errors 2023-05-01 01:09:48 +02:00
rustc_mir_dataflow
rustc_mir_transform Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgr 2023-05-01 20:35:53 +00:00
rustc_monomorphize
rustc_parse Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber 2023-05-01 01:09:47 +02:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot 2023-04-29 21:58:13 +00:00
rustc_resolve Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errors 2023-04-30 01:14:59 +02:00
rustc_serialize
rustc_session Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot 2023-04-29 21:58:13 +00:00
rustc_smir
rustc_span Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin 2023-05-01 14:29:15 +00:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber 2023-05-01 01:09:47 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir