rust/compiler
bors b15ca6635f Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum
Bump master bootstrap compiler

This PR bumps the bootstrap compiler to the beta created earlier this week, cherry-picks the stabilization version number updates, and updates the `cfg(bootstrap)`s.

r? `@Mark-Simulacrum`
2022-12-29 01:24:26 +00:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot 2022-12-25 14:42:49 +00:00
rustc_ast_lowering Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillot 2022-12-27 12:33:35 -08:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errors 2022-12-27 07:31:42 +00:00
rustc_builtin_macros Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk 2022-12-24 00:31:41 +01:00
rustc_codegen_cranelift Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung 2022-12-21 23:20:04 +00:00
rustc_codegen_gcc
rustc_codegen_llvm Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses-for-that, r=cjgillot 2022-12-25 22:15:00 +01:00
rustc_codegen_ssa Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillot 2022-12-26 09:06:51 +00:00
rustc_const_eval Auto merge of #105085 - oli-obk:stop_promoting_all_the_things, r=RalfJung 2022-12-24 14:00:37 +00:00
rustc_data_structures fix some typos 2022-12-25 00:43:50 +01:00
rustc_driver fix more clippy::style findings 2022-12-25 17:32:26 +01:00
rustc_error_codes docs: add long-form error docs for E0461 2022-12-27 17:03:39 +13:00
rustc_error_messages Recover fn keyword as Fn trait in bounds 2022-12-27 06:14:46 +00:00
rustc_errors fix more clippy::style findings 2022-12-25 17:32:26 +01:00
rustc_expand Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errors 2022-12-28 22:22:19 +01:00
rustc_feature update stabilization version numbers 2022-12-28 09:18:42 -05:00
rustc_fs_util
rustc_graphviz Indicate anonymous lifetime 2022-12-23 15:59:53 +01:00
rustc_hir Update bootstrap cfg 2022-12-28 09:18:43 -05:00
rustc_hir_analysis Auto merge of #106215 - matthiaskrgr:rollup-53r89ww, r=matthiaskrgr 2022-12-28 17:00:00 +00:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #106199 - estebank:quiet-type-err-in-binding, r=compiler-errors 2022-12-28 14:40:03 +01:00
rustc_incremental
rustc_index
rustc_infer Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU 2022-12-28 13:07:30 +00:00
rustc_interface Auto merge of #105812 - ojeda:no-jump-tables, r=nikic 2022-12-21 17:38:38 +00:00
rustc_lexer Recover fn keyword as Fn trait in bounds 2022-12-27 06:14:46 +00:00
rustc_lint Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors 2022-12-28 15:51:41 +08:00
rustc_lint_defs fix some typos 2022-12-25 00:43:50 +01:00
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU 2022-12-28 13:07:30 +00:00
rustc_middle Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU 2022-12-28 13:07:30 +00:00
rustc_mir_build Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk 2022-12-24 00:31:41 +01:00
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk 2022-12-24 00:31:41 +01:00
rustc_monomorphize Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr 2022-12-25 23:47:11 +00:00
rustc_parse Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errors 2022-12-28 22:22:19 +01:00
rustc_parse_format Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillot 2022-12-26 12:03:47 +00:00
rustc_passes fix more clippy::style findings 2022-12-25 17:32:26 +01:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk 2022-12-24 00:31:41 +01:00
rustc_query_system Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk 2022-12-24 00:31:41 +01:00
rustc_resolve Make resolve suggestion more generic 2022-12-27 12:16:25 -08:00
rustc_save_analysis
rustc_serialize
rustc_session Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses-for-that, r=cjgillot 2022-12-25 22:15:00 +01:00
rustc_smir
rustc_span Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors 2022-12-28 14:40:00 +01:00
rustc_symbol_mangling
rustc_target fix some typos 2022-12-25 00:43:50 +01:00
rustc_trait_selection Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU 2022-12-28 13:07:30 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Rename some compare_method functions 2022-12-24 21:36:58 +00:00
rustc_type_ir