rust/compiler
bors 28b83ee596 Auto merge of #137123 - Zalathar:user-type-span, r=oli-obk
Don't store a redundant span in user-type projections

While experimenting with some larger changes, I noticed that storing this span here is unnecessary, because it is also present in the corresponding `CanonicalUserTypeAnnotation` and can be retrieved via the annotation's ID.
2025-02-20 12:19:14 +00:00
..
rustc
rustc_abi Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
rustc_arena
rustc_ast
rustc_ast_ir Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
rustc_ast_lowering Move some `Map` methods onto `TyCtxt`. 2025-02-17 13:21:02 +11:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr_data_structures
rustc_attr_parsing
rustc_baked_icu_data
rustc_borrowck Don't store a redundant span in user-type projections 2025-02-20 20:37:17 +11:00
rustc_builtin_macros
rustc_codegen_cranelift cg_clif: Tweak formatting of global comments 2025-02-18 01:29:23 -08:00
rustc_codegen_gcc Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on things which are already immediates 2025-02-19 12:03:40 -08:00
rustc_codegen_llvm Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on things which are already immediates 2025-02-19 12:03:40 -08:00
rustc_codegen_ssa Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on things which are already immediates 2025-02-19 12:03:40 -08:00
rustc_const_eval Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors 2025-02-20 00:55:11 +01:00
rustc_data_structures Enforce T: Hash for Interned<...> 2025-02-17 21:35:52 -05:00
rustc_driver
rustc_driver_impl Rollup merge of #137151 - Urgau:register-more-signals, r=workingjubilee 2025-02-18 18:34:14 +01:00
rustc_error_codes fix: Alloc new errorcode E0803 for E0495 2025-02-15 12:18:30 +08:00
rustc_error_messages
rustc_errors Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
rustc_expand Reject macro calls inside of `#![crate_name]` 2025-02-15 16:47:30 +01:00
rustc_feature Rename `pattern_complexity` attr as `pattern_complexity_limit`. 2025-02-17 09:30:40 +11:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hashes Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
rustc_hir Move methods from `Map` to `TyCtxt`, part 2. 2025-02-18 10:17:44 +11:00
rustc_hir_analysis Restrict bevy hack 2025-02-19 03:58:31 +00:00
rustc_hir_pretty Overhaul the `intravisit::Map` trait. 2025-02-17 13:21:35 +11:00
rustc_hir_typeck Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr 2025-02-20 02:39:28 +00:00
rustc_incremental Move methods from `Map` to `TyCtxt`, part 2. 2025-02-18 10:17:44 +11:00
rustc_index
rustc_index_macros
rustc_infer Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
rustc_interface Move methods from `Map` to `TyCtxt`, part 2. 2025-02-18 10:17:44 +11:00
rustc_lexer
rustc_lint Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usages 2025-02-19 07:19:27 +00:00
rustc_lint_defs
rustc_llvm Quote embedded codeview command line arguments 2025-02-14 11:02:28 +01:00
rustc_log
rustc_macros Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
rustc_metadata Move methods from `Map` to `TyCtxt`, part 2. 2025-02-18 10:17:44 +11:00
rustc_middle Don't store a redundant span in user-type projections 2025-02-20 20:37:17 +11:00
rustc_mir_build Don't store a redundant span in user-type projections 2025-02-20 20:37:17 +11:00
rustc_mir_dataflow Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors 2025-02-19 01:30:13 +01:00
rustc_mir_transform Rollup merge of #137251 - Zalathar:holes-visitor, r=jieyouxu 2025-02-19 18:52:10 +01:00
rustc_monomorphize Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usages 2025-02-19 07:19:27 +00:00
rustc_next_trait_solver Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
rustc_parse Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errors 2025-02-20 00:55:16 +01:00
rustc_parse_format
rustc_passes Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco 2025-02-19 21:16:11 +01:00
rustc_pattern_analysis Add `pattern_complexity_limit` to `Limits`. 2025-02-17 09:30:33 +11:00
rustc_privacy Move methods from `Map` to `TyCtxt`, part 2. 2025-02-18 10:17:44 +11:00
rustc_query_impl Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
rustc_query_system Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
rustc_resolve Rollup merge of #136344 - zachs18:dot_notation_more_defkinds_3, r=davidtwco 2025-02-19 21:16:07 +01:00
rustc_sanitizers
rustc_serialize Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
rustc_session Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr 2025-02-17 11:18:33 +00:00
rustc_smir Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk 2025-02-13 15:27:30 +00:00
rustc_span Restrict bevy hack 2025-02-19 03:58:31 +00:00
rustc_symbol_mangling Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
rustc_target Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35 2025-02-19 18:52:07 +01:00
rustc_trait_selection Rollup merge of #137263 - compiler-errors:inherentless, r=lcnr 2025-02-20 00:55:14 +01:00
rustc_traits Clean up dropck code a bit 2025-02-17 11:33:07 +00:00
rustc_transmute Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
rustc_ty_utils Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
rustc_type_ir Rollup merge of #137262 - compiler-errors:ast-ir-begone, r=lcnr 2025-02-20 00:55:13 +01:00
rustc_type_ir_macros Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
stable_mir