rust/compiler
StevenMia 3583554405 chore: Fix some comments
Signed-off-by: StevenMia <flite@foxmail.com>
2025-03-09 18:31:14 +08:00
..
rustc
rustc_abi Rollup merge of #137805 - RalfJung:layout-debug-print, r=Noratrieb 2025-03-06 12:22:19 -05:00
rustc_arena
rustc_ast Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
rustc_ast_ir
rustc_ast_lowering Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino 2025-03-07 19:15:34 +01:00
rustc_ast_passes Change feature flag error to be ergonomic clones are experimental 2025-03-06 17:58:34 -03:00
rustc_ast_pretty Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
rustc_attr_data_structures Spruce up AttributeKind docs 2025-02-26 22:21:36 +00:00
rustc_attr_parsing Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercote 2025-03-06 12:22:15 -05:00
rustc_baked_icu_data
rustc_borrowck chore: Fix some comments 2025-03-09 18:31:14 +08:00
rustc_builtin_macros Rollup merge of #138187 - matthiaskrgr:rmclone, r=cjgillot 2025-03-07 21:57:54 -05:00
rustc_codegen_cranelift Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
rustc_codegen_gcc Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco 2025-03-07 19:15:34 +01:00
rustc_codegen_llvm Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco 2025-03-07 19:15:34 +01:00
rustc_codegen_ssa Auto merge of #137513 - scottmcm:identity-transmute, r=saethlin 2025-03-09 01:25:48 +00:00
rustc_const_eval Pass Option<Symbol> to def_path_data/create_def methods. 2025-03-07 20:53:00 +11:00
rustc_data_structures Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=lcnr 2025-03-06 12:22:16 -05:00
rustc_driver
rustc_driver_impl
rustc_error_codes Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-hard-error, r=oli-obk 2025-03-05 21:46:34 +08:00
rustc_error_messages
rustc_errors Make trimming logic work on more than one span at a time 2025-03-07 17:55:08 +00:00
rustc_expand Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr 2025-03-04 02:27:56 +00:00
rustc_feature Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
rustc_fluent_macro rustc_fluent_macro: use CARGO_CRATE_NAME instead of CARGO_PKG_NAME 2025-02-28 21:14:06 -06:00
rustc_fs_util
rustc_graphviz
rustc_hashes
rustc_hir chore: Fix some comments 2025-03-09 18:31:14 +08:00
rustc_hir_analysis Rollup merge of #138173 - compiler-errors:incoherent-negative-impl, r=oli-obk 2025-03-07 21:57:53 -05:00
rustc_hir_pretty Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
rustc_hir_typeck Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer Use Binder<Vec<T>> instead of Vec<Binder<T>> in new solver 2025-02-26 17:32:26 +00:00
rustc_interface Remove some unnecessary aliases from rustc_data_structures::sync 2025-03-03 20:20:24 +11:00
rustc_lexer
rustc_lint chore: Fix some comments 2025-03-09 18:31:14 +08:00
rustc_lint_defs Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-hard-error, r=oli-obk 2025-03-05 21:46:34 +08:00
rustc_llvm Rollup merge of #138137 - ZequanWu:fix-triple, r=cuviper 2025-03-07 21:57:52 -05:00
rustc_log
rustc_macros
rustc_metadata Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 2025-03-04 15:39:44 +00:00
rustc_middle Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk 2025-03-07 19:15:36 +01:00
rustc_mir_build Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obk 2025-03-08 22:23:45 +00:00
rustc_mir_dataflow
rustc_mir_transform Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obk 2025-03-08 22:23:45 +00:00
rustc_monomorphize compiler: use is_rustic_abi in abi_check 2025-03-04 18:23:51 -08:00
rustc_next_trait_solver Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk 2025-03-05 21:46:44 +08:00
rustc_parse Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
rustc_parse_format
rustc_passes Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk 2025-03-07 19:15:36 +01:00
rustc_pattern_analysis
rustc_privacy
rustc_query_impl
rustc_query_system Rollup merge of #137731 - SparrowLii:waiter, r=nnethercote 2025-03-05 21:46:45 +08:00
rustc_resolve Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino 2025-03-07 19:15:34 +01:00
rustc_sanitizers
rustc_serialize
rustc_session Remove highlighting of spans on -Zteach 2025-03-07 17:55:08 +00:00
rustc_smir Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00
rustc_span Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehuss 2025-03-07 21:57:49 -05:00
rustc_symbol_mangling Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00
rustc_target Rollup merge of #137957 - Noratrieb:no, r=wesleywiser 2025-03-07 21:57:50 -05:00
rustc_trait_selection Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
rustc_traits Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
rustc_transmute Remove allow(dead_code) attributes. 2025-02-28 17:31:31 +11:00
rustc_ty_utils Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino 2025-03-07 19:15:34 +01:00
rustc_type_ir Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk 2025-03-05 21:46:44 +08:00
rustc_type_ir_macros
stable_mir Make CrateItem::body() function return an option 2025-03-04 17:46:40 -08:00