..
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
Add inherent versions of MaybeUninit methods for slices
2025-01-11 23:57:00 -05:00
rustc_ast
Add a TyPat in the AST to reuse the generic arg lowering logic
2025-02-11 08:51:05 +00:00
rustc_ast_ir
rustc_ast_lowering
Rollup merge of #136901 - workingjubilee:stabilize-externabi-hashing-forever, r=compiler-errors
2025-02-12 20:30:55 +01:00
rustc_ast_passes
compiler: remove rustc_target reexport of rustc_abi::HashStableContext
2025-02-11 18:55:48 -08:00
rustc_ast_pretty
Add a TyPat in the AST to reuse the generic arg lowering logic
2025-02-11 08:51:05 +00:00
rustc_attr_data_structures
rustc_allowed_through_unstable_modules: require deprecation message
2025-02-02 12:36:12 +01:00
rustc_attr_parsing
Rustfmt
2025-02-08 22:12:13 +00:00
rustc_baked_icu_data
rustc_borrowck
Rework name_regions to not rely on reverse scc graph for non-member-constrain usages
2025-02-15 21:49:53 +00:00
rustc_builtin_macros
Rollup merge of #136646 - oli-obk:pattern-types-ast, r=BoxyUwU
2025-02-12 06:07:37 +01:00
rustc_codegen_cranelift
Merge commit '557ed8ebb7e981817d03c87352892c394183dd70' into sync_cg_clif-2025-02-15
2025-02-15 14:13:01 +00:00
rustc_codegen_gcc
Auto merge of #136575 - scottmcm:nsuw-math, r=nikic
2025-02-14 14:21:29 +00:00
rustc_codegen_llvm
Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee
2025-02-17 06:38:14 +01:00
rustc_codegen_ssa
Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee
2025-02-17 06:38:14 +01:00
rustc_const_eval
add a doc comment
2025-02-15 08:21:27 +01:00
rustc_data_structures
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_driver
rustc_driver_impl
Reject macro calls inside of #![crate_name]
2025-02-15 16:47:30 +01:00
rustc_error_codes
fix the error code document
2025-02-10 04:36:49 +08:00
rustc_error_messages
tree-wide: parallel: Fully removed all Lrc
, replaced with Arc
2025-02-03 13:25:57 +03:00
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
Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt
2025-02-13 11:45:11 +00:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
Rustfmt
2025-02-08 22:12:13 +00:00
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 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_analysis
HIR analysis: Remove unnecessary abstraction over list of clauses
2025-02-15 23:54:53 +01:00
rustc_hir_pretty
Rustfmt
2025-02-08 22:12:13 +00:00
rustc_hir_typeck
eagerly prove WF when resolving fully qualified paths
2025-02-14 00:04:22 +01:00
rustc_incremental
Reject macro calls inside of #![crate_name]
2025-02-15 16:47:30 +01:00
rustc_index
Rustfmt
2025-02-08 22:12:13 +00:00
rustc_index_macros
rustc_infer
Rustfmt
2025-02-08 22:12:13 +00:00
rustc_interface
Reject macro calls inside of #![crate_name]
2025-02-15 16:47:30 +01:00
rustc_lexer
Rustfmt
2025-02-08 22:12:13 +00:00
rustc_lint
Remove unnecessary check code in unused_delims
2025-02-15 07:35:28 +08:00
rustc_lint_defs
Implement lint for definition site item shadowing too
2025-02-13 05:45:53 +00:00
rustc_llvm
Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu
2025-02-10 16:38:23 +01:00
rustc_log
Avoid naming variables str
2025-01-07 14:30:02 +02:00
rustc_macros
Rustfmt
2025-02-08 22:12:13 +00:00
rustc_metadata
Decode metadata buffer in one go
2025-02-14 16:23:07 +00:00
rustc_middle
Rollup merge of #137100 - fmease:hirtylow-rm-clauses-wrapper, r=compiler-errors
2025-02-17 06:38:14 +01:00
rustc_mir_build
More comments for lower_inline_const
2025-02-14 23:35:54 +11:00
rustc_mir_dataflow
Move drop elaboration infrastructure.
2025-02-14 16:05:34 +11:00
rustc_mir_transform
Don't project into NonNull
when dropping a Box
2025-02-15 23:20:52 -08:00
rustc_monomorphize
abi_unsupported_vector_types: say which type is the problem
2025-02-15 20:02:16 +01:00
rustc_next_trait_solver
adjust derive_error
2025-02-13 23:49:09 +01:00
rustc_parse
Rollup merge of #136808 - chenyukang:yukang-fix-arg-list-error-129273, r=estebank
2025-02-15 20:14:59 +01:00
rustc_parse_format
Rustfmt
2025-02-08 22:12:13 +00:00
rustc_passes
Rollup merge of #136833 - workingjubilee:let-the-impossible-be-impossible, r=compiler-errors
2025-02-11 18:04:44 +01:00
rustc_pattern_analysis
Get rid of mir::Const::from_ty_const
2025-01-20 04:26:44 +00:00
rustc_privacy
Make comma separated lists of anything easier to make for errors
2025-01-31 20:36:44 +00: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
rustdoc: improve refdef handling in the unresolved link lint
2025-02-15 12:21:35 -07:00
rustc_sanitizers
check the types in ty::Value
to value conversion
2025-01-30 18:13:16 +01:00
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
Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee
2025-02-17 06:38:14 +01: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
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_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
Auto merge of #136953 - ken-matsui:import-target-metadata, r=workingjubilee
2025-02-17 02:01:59 +00:00
rustc_trait_selection
Ignore Self in bounds check for associated types with Self:Sized
2025-02-15 20:38:14 +00:00
rustc_traits
Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726
2025-01-29 02:12:12 +00:00
rustc_transmute
transmutability: fix ICE when passing wrong ADT to ASSUME
2025-02-08 05:44:29 +01:00
rustc_ty_utils
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_type_ir
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_type_ir_macros
Rustfmt
2025-02-08 22:12:13 +00:00
stable_mir
Extend the renaming to coerce_unsafe_ptr
2025-02-10 13:01:55 +00:00