rust/compiler
Matthias Krüger 5f0d5855cb
Rollup merge of #114684 - compiler-errors:redundant-resolves, r=lcnr
Remove redundant calls to `resolve_vars_with_obligations`

I've been auditing the calls to `resolve_vars_with_obligations` for the new solver, and have found a few that have no effect on diagnostics. Let's just remove 'em.

Also remove a redundant `resolve_vars_with_obligations_and_mutate_fulfillment` call.

r? ``@lcnr``
2023-08-10 15:08:54 +02:00
..
rustc
rustc_abi
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck
rustc_builtin_macros
rustc_codegen_cranelift Auto merge of #114673 - matthiaskrgr:rollup-9kroqpp, r=matthiaskrgr 2023-08-09 23:27:46 +00:00
rustc_codegen_gcc
rustc_codegen_llvm Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 2023-08-09 22:59:58 +02:00
rustc_codegen_ssa
rustc_const_eval
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 Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point 2023-08-10 02:26:11 +02:00
rustc_hir_analysis
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #114684 - compiler-errors:redundant-resolves, r=lcnr 2023-08-10 15:08:54 +02:00
rustc_incremental
rustc_index
rustc_infer
rustc_interface
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obk 2023-08-09 23:00:00 +02:00
rustc_mir_build
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 2023-08-09 22:59:58 +02:00
rustc_monomorphize
rustc_parse
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_serialize
rustc_session
rustc_smir Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obk 2023-08-09 23:00:00 +02:00
rustc_span
rustc_symbol_mangling
rustc_target Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillot 2023-08-10 07:54:05 +00:00
rustc_trait_selection Suggest using Arc on !Send/!Sync types 2023-08-09 14:04:10 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillot 2023-08-09 23:00:00 +02:00
rustc_type_ir