rust/compiler
bors 1603a70f82 Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #99573 (Stabilize backtrace)
 - #100069 (Add error if link_ordinal used with unsupported link kind)
 - #100086 (Add more `// unit-test`s to MIR opt tests)
 - #100332 (Rename integer log* methods to ilog*)
 - #100334 (Suggest a missing semicolon before an array)
 - #100340 (Iterate generics_def_id_map in reverse order to fix P-critical issue)
 - #100345 (docs: remove repetition in `is_numeric` function docs)
 - #100352 (Update cargo)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-08-10 06:09:10 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering Add docs for get_remapped_def_id 2022-08-09 16:39:02 -03:00
rustc_ast_passes Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 2022-08-09 17:34:50 +05:30
rustc_ast_pretty
rustc_attr
rustc_borrowck don't normalize wf predicates 2022-08-09 12:54:32 +02:00
rustc_builtin_macros Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-instead-of-format-args-capture, r=estebank 2022-08-04 22:25:01 +02:00
rustc_codegen_cranelift also update anyhow in codegen_cranelift 2022-08-08 09:04:26 -04:00
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa Auto merge of #100035 - workingjubilee:merge-functions, r=nikic 2022-08-05 23:11:49 +00:00
rustc_const_eval Rollup merge of #100181 - RalfJung:alloc-ref-mutability, r=jackh726 2022-08-09 17:34:52 +05:30
rustc_data_structures
rustc_driver
rustc_error_codes
rustc_error_messages
rustc_errors Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc 2022-08-10 07:21:33 +02:00
rustc_expand Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 2022-08-09 17:34:50 +05:30
rustc_feature Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 2022-08-09 17:34:50 +05:30
rustc_fs_util
rustc_graphviz
rustc_hir Do not collect lifetimes with Infer resolution 2022-08-04 12:40:00 -03:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer don't normalize wf predicates 2022-08-09 12:54:32 +02:00
rustc_interface
rustc_lexer
rustc_lint Do not manually craft a span pointing inside a multibyte character. 2022-08-07 13:12:54 +02:00
rustc_lint_defs
rustc_llvm RustWrapper: update for TypedPointerType in LLVM 2022-08-04 11:31:57 -04:00
rustc_log
rustc_macros
rustc_metadata Add error if link_ordinal used without raw-dylib 2022-08-09 11:02:41 -07:00
rustc_middle Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc 2022-08-10 07:21:33 +02:00
rustc_mir_build Rollup merge of #100240 - cjgillot:noice-structural-match, r=davidtwco 2022-08-10 00:00:30 +02:00
rustc_mir_dataflow
rustc_mir_transform Add option to mir::MutVisitor to not invalidate CFG. 2022-08-09 01:51:10 -07:00
rustc_monomorphize
rustc_parse suggest a missing semicolon before an array 2022-08-10 02:29:28 +09:00
rustc_parse_format
rustc_passes Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 2022-08-09 17:34:50 +05:30
rustc_plugin_impl
rustc_privacy move DiagnosticArgFromDisplay into rustc_errors 2022-08-05 16:44:01 +00:00
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #100228 - luqmana:suggestion-ice, r=estebank 2022-08-09 17:34:55 +05:30
rustc_save_analysis
rustc_serialize
rustc_session
rustc_smir
rustc_span Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 2022-08-09 17:34:50 +05:30
rustc_symbol_mangling
rustc_target Create armv4t_none_eabi.rs 2022-08-07 12:40:41 -06:00
rustc_trait_selection Auto merge of #99217 - lcnr:implied-bounds-pre-norm, r=lcnr 2022-08-09 16:39:43 +00:00
rustc_traits Rollup merge of #100095 - jackh726:early-binder, r=lcnr 2022-08-04 22:25:04 +02:00
rustc_transmute
rustc_ty_utils
rustc_type_ir
rustc_typeck Rollup merge of #100261 - luqmana:suggestions-overflow, r=lcnr 2022-08-10 00:00:32 +02:00