rust/compiler
Matthias Krüger 51375dd7a8
Rollup merge of - compiler-errors:move-methods, r=estebank
Move some codegen-y methods from `rustc_hir_analysis::collect` -> `rustc_codegen_ssa`

Unclear if they should live here, but they seem codegen-y enough, and `rustc_hir_analysis::collect` is extremely long, so it should probably lose some methods.
2022-12-13 19:57:10 +01:00
..
rustc
rustc_abi minor code cleanups 2022-12-12 19:49:53 +01:00
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of - TaKO8Ki:remove-unnecessary-uses-of-clone, r=compiler-errors 2022-12-13 01:17:10 +01:00
rustc_ast_lowering Auto merge of - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +00:00
rustc_ast_passes remove unnecessary uses of clone 2022-12-13 02:06:24 +09:00
rustc_ast_pretty Auto merge of - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +00:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck remove unnecessary uses of clone 2022-12-13 02:06:24 +09:00
rustc_builtin_macros Rollup merge of - TaKO8Ki:remove-unnecessary-uses-of-clone, r=compiler-errors 2022-12-13 01:17:10 +01:00
rustc_codegen_cranelift bug! with a better error message for failing Instance::resolve 2022-12-11 19:48:24 +00:00
rustc_codegen_gcc Auto merge of - bjorn3:codegen_less_pair_values, r=nagisa 2022-12-12 10:38:31 +00:00
rustc_codegen_llvm Rollup merge of - TaKO8Ki:remove-unnecessary-uses-of-clone, r=compiler-errors 2022-12-13 01:17:10 +01:00
rustc_codegen_ssa Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen_ssa 2022-12-13 05:01:36 +00:00
rustc_const_eval Rollup merge of - kadiwa4:remove_some_imports, r=fee1-dead 2022-12-11 09:51:57 +01:00
rustc_data_structures minor code cleanups 2022-12-12 19:49:53 +01:00
rustc_driver
rustc_error_codes
rustc_error_messages Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen_ssa 2022-12-13 05:01:36 +00:00
rustc_errors Rollup merge of - matthiaskrgr:clippy_dec12, r=compiler-errors 2022-12-13 01:17:10 +01:00
rustc_expand Auto merge of - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +00:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir minor code cleanups 2022-12-12 19:49:53 +01:00
rustc_hir_analysis Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen_ssa 2022-12-13 05:01:36 +00:00
rustc_hir_pretty Auto merge of - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +00:00
rustc_hir_typeck Auto merge of - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +00:00
rustc_incremental
rustc_index minor code cleanups 2022-12-12 19:49:53 +01:00
rustc_infer Auto merge of - compiler-errors:faster-binder-relate, r=oli-obk 2022-12-13 07:10:53 +00:00
rustc_interface
rustc_lexer minor code cleanups 2022-12-12 19:49:53 +01:00
rustc_lint Speed up the "builtin lints only" case. 2022-12-12 08:59:27 +11:00
rustc_lint_defs delete mentions of type ascription from lint descriptions 2022-12-12 17:43:15 +01:00
rustc_llvm llvm-wrapper: adapt for LLVM API changes 2022-12-11 09:14:50 +00:00
rustc_log
rustc_macros
rustc_metadata Rollup merge of - spastorino:make-encoder-use-queries, r=oli-obk 2022-12-11 23:36:46 +01:00
rustc_middle Auto merge of - oli-obk:bind_rustdoc, r=GuillaumeGomez 2022-12-13 13:09:40 +00:00
rustc_mir_build Rollup merge of - nbdd0121:inline_const_unsafe, r=oli-obk 2022-12-13 19:57:09 +01:00
rustc_mir_dataflow Auto merge of - nnethercote:inline-place_contents_drop_state_cannot_differ, r=spastorino 2022-12-13 03:28:57 +00:00
rustc_mir_transform Allow unsafe through inline const 2022-12-13 01:38:38 +00:00
rustc_monomorphize bug! with a better error message for failing Instance::resolve 2022-12-11 19:48:24 +00:00
rustc_parse Auto merge of - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +00:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of - chenyukang:yukang/fix-104700-binding, r=estebank 2022-12-13 01:17:08 +01:00
rustc_save_analysis
rustc_serialize
rustc_session
rustc_smir
rustc_span minor code cleanups 2022-12-12 19:49:53 +01:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of - estebank:iterator-chains, r=oli-obk 2022-12-13 01:17:09 +01:00
rustc_traits
rustc_transmute
rustc_ty_utils normalize receiver substs and erase the regions 2022-12-12 22:16:51 +09:00
rustc_type_ir