rust/compiler
Matthias Krüger 6f31d00244
Rollup merge of #115563 - krasimirgg:llvm-18-bitcodereader, r=nikic
llvm-wrapper: adapt for LLVM API change

No functional changes intended.

Adapts the wrapper for bbe8cd1333.

Found by our experimental rust + llvm @ HEAD CI: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/22055#018a6495-8dd9-41df-9381-5e7b0009ce0a/274-575
2023-09-05 15:16:51 +02:00
..
rustc
rustc_abi
rustc_arena
rustc_ast improve AttrTokenStream 2023-09-04 20:07:28 +08:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Take &mut Results in ResultsVisitor 2023-09-02 19:35:51 -04:00
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm remove unnecessary heap allocation 2023-09-01 05:22:22 +03:00
rustc_codegen_ssa
rustc_const_eval interpret: make MemPlace, Place, Operand types private to the interpreter 2023-09-04 17:53:38 +02:00
rustc_data_structures Use OnceLock for SingleCache 2023-09-01 03:11:51 +02:00
rustc_driver
rustc_driver_impl
rustc_error_codes Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov 2023-09-01 12:40:01 +00:00
rustc_error_messages
rustc_errors Add OnceHelp lint level (same as OnceNote, except for help) 2023-09-04 13:54:20 +02:00
rustc_expand
rustc_feature fix version for abi_thiscall to 1.73.0, which was forgotten to change when stabilized 2023-09-01 19:46:09 +03:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Return ident for ExprField and PatField HIR nodes 2023-09-01 06:36:02 +05:30
rustc_hir_analysis Don't manually walk through param indices when adding implicit Sized and ConstParamHasTy 2023-09-01 19:26:55 +00:00
rustc_hir_pretty
rustc_hir_typeck
rustc_incremental
rustc_index
rustc_infer Test and note unsafe ctor to fn ptr coercion 2023-08-30 15:09:40 -07:00
rustc_interface Use OnceLock for SingleCache 2023-09-01 03:11:51 +02:00
rustc_lexer
rustc_lint Emit unused doc comment warnings for pat and expr fields 2023-09-03 08:21:18 +05:30
rustc_lint_defs Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov 2023-09-01 12:40:01 +00:00
rustc_llvm llvm-wrapper: adapt for LLVM API change 2023-09-05 10:04:25 +00:00
rustc_log
rustc_macros
rustc_metadata Auto merge of #115286 - saethlin:detangler, r=petrochenkov 2023-09-02 04:53:19 +00:00
rustc_middle Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk 2023-09-05 15:16:50 +02:00
rustc_mir_build Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obk 2023-09-05 15:16:51 +02:00
rustc_mir_dataflow Take &mut Results in ResultsVisitor 2023-09-02 19:35:51 -04:00
rustc_mir_transform Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk 2023-09-05 15:16:50 +02:00
rustc_monomorphize Rollup merge of #115492 - Enselic:large-box-move, r=oli-obk 2023-09-05 07:15:16 +02:00
rustc_parse
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov 2023-09-01 12:40:01 +00:00
rustc_query_impl remove some unused crate deps 2023-09-01 19:13:09 +03:00
rustc_query_system Use OnceLock for SingleCache 2023-09-01 03:11:51 +02:00
rustc_resolve Auto merge of #115429 - compiler-errors:assoc-ct-lt-fallthrough, r=cjgillot 2023-09-02 10:55:49 +00:00
rustc_serialize
rustc_session
rustc_smir provide more useful info for DefId Debug 2023-09-04 19:13:43 +03:00
rustc_span
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #115519 - compiler-errors:next-solver-assoc-ice, r=lcnr 2023-09-05 07:15:16 +02:00
rustc_traits remove some unused crate deps 2023-09-01 19:13:09 +03:00
rustc_transmute
rustc_ty_utils
rustc_type_ir