rust/compiler
Matthias Krüger 163a7090b8
Rollup merge of #104394 - oli-obk:suggest_method_call, r=lcnr
various cleanups to try to reduce the use of spans inside method resolution

definitely review commit by commit.
2022-11-16 15:39:46 +01:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726 2022-11-15 01:40:44 +01:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck
rustc_builtin_macros Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726 2022-11-15 01:40:44 +01:00
rustc_codegen_cranelift cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
rustc_codegen_gcc Rollup merge of #103750 - calebzulawski:master, r=workingjubilee 2022-11-16 15:39:44 +01:00
rustc_codegen_llvm Rollup merge of #103750 - calebzulawski:master, r=workingjubilee 2022-11-16 15:39:44 +01:00
rustc_codegen_ssa Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obk 2022-11-16 15:39:45 +01:00
rustc_const_eval cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
rustc_data_structures
rustc_driver
rustc_error_codes Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot 2022-11-15 10:44:12 +01:00
rustc_error_messages Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 2022-11-16 15:39:45 +01:00
rustc_errors Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco 2022-11-14 19:26:16 +01:00
rustc_expand Only do parser recovery on retried macro matching 2022-11-15 19:34:35 +01:00
rustc_feature Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot 2022-11-15 10:44:12 +01:00
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot 2022-11-16 08:36:11 +01:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #104394 - oli-obk:suggest_method_call, r=lcnr 2022-11-16 15:39:46 +01:00
rustc_incremental
rustc_index
rustc_infer
rustc_interface
rustc_lexer
rustc_lint Merge branch 'master' into patch-2 2022-11-15 21:16:11 +01:00
rustc_lint_defs Merge branch 'master' into patch-2 2022-11-15 21:16:11 +01:00
rustc_llvm Introduce composite debuginfo. 2022-11-15 17:53:50 +00:00
rustc_log
rustc_macros
rustc_metadata Wrap bundlen static libraries into object files 2022-11-14 12:01:49 +03:00
rustc_middle cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
rustc_mir_build Rollup merge of #104349 - rustaceanclub:master, r=oli-obk 2022-11-14 19:26:18 +01:00
rustc_mir_dataflow
rustc_mir_transform cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
rustc_monomorphize cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
rustc_parse Only do parser recovery on retried macro matching 2022-11-15 19:34:35 +01:00
rustc_parse_format shift no characters when using raw string literals 2022-11-15 14:28:20 +09:00
rustc_passes Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obk 2022-11-13 17:37:37 +01:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomez 2022-11-14 19:26:19 +01:00
rustc_save_analysis
rustc_serialize
rustc_session
rustc_smir
rustc_span Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot 2022-11-15 10:44:12 +01:00
rustc_symbol_mangling
rustc_target Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 2022-11-16 15:39:45 +01:00
rustc_trait_selection cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
rustc_traits Make rustc build with new chalk 2022-11-13 19:53:44 +00:00
rustc_transmute
rustc_ty_utils add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
rustc_type_ir