rust/compiler
bors 1cfd47fe0b Auto merge of #127278 - matthiaskrgr:rollup-fjexkdr, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #126803 (Change `asm-comments` to `verbose-asm`, always emit user comments)
 - #127050 (Make mtime of reproducible tarballs dependent on git commit)
 - #127145 (Add `as_lang_item` to `LanguageItems`, new trait solver)
 - #127202 (Remove global error count checks from typeck)
 - #127233 (Some parser cleanups)
 - #127248 (Add parse fail test using safe trait/impl trait)
 - #127264 (Small `run-make-support` API improvements)
 - #127270 (bootstrap: pass correct struct size to winapi)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-07-03 16:31:16 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkov 2024-07-03 17:26:55 +02:00
rustc_ast_ir
rustc_ast_lowering
rustc_ast_passes Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics, r=compiler-errors 2024-06-29 22:10:57 +02:00
rustc_ast_pretty Rollup merge of #126883 - dtolnay:breakvalue, r=fmease 2024-07-02 17:47:45 +02:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_builtin_macros Simplify CfgEval. 2024-07-02 10:46:43 +10:00
rustc_codegen_cranelift Fix spans 2024-07-02 15:48:48 -04:00
rustc_codegen_gcc Fix spans 2024-07-02 15:48:48 -04:00
rustc_codegen_llvm Rollup merge of #126803 - tgross35:verbose-asm, r=Amanieu 2024-07-03 17:26:53 +02:00
rustc_codegen_ssa Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoerister 2024-07-03 14:15:31 +00:00
rustc_const_eval Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote 2024-07-01 06:35:58 +00:00
rustc_expand Shrink parser positions from usize to u32. 2024-07-02 17:03:53 +10:00
rustc_feature add rustc_dump_def_parents attribute 2024-06-30 19:31:21 +01:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir add TyCtxt::as_lang_item, use in new solver 2024-07-02 16:16:52 -04:00
rustc_hir_analysis Rollup merge of #127181 - BoxyUwU:dump_def_parents, r=compiler-errors 2024-07-01 08:53:07 +02:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #127202 - oli-obk:do_not_count_errors, r=wesleywiser 2024-07-03 17:26:55 +02:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer Instance::resolve -> Instance::try_resolve, and other nits 2024-07-02 17:28:03 -04:00
rustc_interface Rename the asm-comments compiler flag to verbose-asm 2024-07-02 21:42:01 -04:00
rustc_lexer
rustc_lint Instance::resolve -> Instance::try_resolve, and other nits 2024-07-02 17:28:03 -04:00
rustc_lint_defs Ensure out_of_scope_macro_calls lint is registered 2024-07-01 00:25:25 +01:00
rustc_llvm Rename the asm-comments compiler flag to verbose-asm 2024-07-02 21:42:01 -04:00
rustc_log
rustc_macros
rustc_metadata Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk 2024-06-29 20:08:10 +00:00
rustc_middle Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr 2024-07-03 17:26:54 +02:00
rustc_mir_build Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_mir_dataflow Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote 2024-07-01 06:35:58 +00:00
rustc_mir_transform Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_monomorphize Fix spans 2024-07-02 15:48:48 -04:00
rustc_next_trait_solver Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr 2024-07-03 17:26:54 +02:00
rustc_parse Import std::{iter,mem}. 2024-07-02 20:29:01 +10:00
rustc_parse_format
rustc_passes Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_pattern_analysis
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Fix import suggestion error when failed not from starting 2024-07-01 20:07:29 +08:00
rustc_sanitizers
rustc_serialize chore: remove duplicate words 2024-07-02 11:25:31 +08:00
rustc_session Rename the asm-comments compiler flag to verbose-asm 2024-07-02 21:42:01 -04:00
rustc_smir Instance::resolve -> Instance::try_resolve, and other nits 2024-07-02 17:28:03 -04:00
rustc_span add rustc_dump_def_parents attribute 2024-06-30 19:31:21 +01:00
rustc_symbol_mangling Fix FnMut/Fn shim for coroutine-closures that capture references 2024-06-29 17:38:02 -04:00
rustc_target Use the aligned size for alloca at args when the pass mode is cast. 2024-07-02 06:33:35 +08:00
rustc_trait_selection Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_type_ir Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr 2024-07-03 17:26:54 +02:00
rustc_type_ir_macros
stable_mir