.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov
|
2024-10-25 20:33:11 +02:00 |
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
Remove associated type based effects logic
|
2024-10-24 09:46:36 +00:00 |
rustc_ast_passes
|
Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead
|
2024-10-26 06:29:47 +02:00 |
rustc_ast_pretty
|
Print unsafety of attribute in AST unpretty
|
2024-10-26 13:33:36 +02:00 |
rustc_attr
|
Re-do recursive const stability checks
|
2024-10-25 20:31:40 +02:00 |
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
|
|
rustc_builtin_macros
|
Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors
|
2024-10-25 23:29:40 +00:00 |
rustc_codegen_cranelift
|
Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
|
2024-10-26 06:29:48 +02:00 |
rustc_codegen_gcc
|
Effects cleanup
|
2024-10-26 10:19:07 +08:00 |
rustc_codegen_llvm
|
Rollup merge of #132124 - Zalathar:consolidate-covstar, r=jieyouxu
|
2024-10-26 22:01:12 +08:00 |
rustc_codegen_ssa
|
Effects cleanup
|
2024-10-26 10:19:07 +08:00 |
rustc_const_eval
|
Deny calls to non-#[const_trait] methods in MIR constck
|
2024-10-26 11:35:56 +08:00 |
rustc_data_structures
|
|
|
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
rustc_error_codes
|
|
|
rustc_error_messages
|
|
|
rustc_errors
|
|
|
rustc_expand
|
expand: Stop using artificial ast::Item for macros loaded from metadata
|
2024-10-26 22:08:55 +03:00 |
rustc_feature
|
Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead
|
2024-10-26 06:29:47 +02:00 |
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Remove associated type based effects logic
|
2024-10-24 09:46:36 +00:00 |
rustc_hir_analysis
|
Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
|
2024-10-26 06:29:48 +02:00 |
rustc_hir_pretty
|
Remove associated type based effects logic
|
2024-10-24 09:46:36 +00:00 |
rustc_hir_typeck
|
tcx.is_const_fn doesn't work the way it is described, remove it
|
2024-10-25 20:52:39 +02:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
|
|
rustc_infer
|
Implement const effect predicate in new solver
|
2024-10-24 09:46:36 +00:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead
|
2024-10-26 06:29:47 +02:00 |
rustc_lint_defs
|
Revert "Emit error when calling/declaring functions with unavailable vectors."
|
2024-10-25 20:42:09 +00:00 |
rustc_llvm
|
coverage: Emit MC/DC intrinsics using the normal helper method
|
2024-10-25 14:01:36 +11:00 |
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
expand: Stop using artificial ast::Item for macros loaded from metadata
|
2024-10-26 22:08:55 +03:00 |
rustc_middle
|
Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
|
2024-10-26 06:29:48 +02:00 |
rustc_mir_build
|
|
|
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
|
2024-10-26 06:29:48 +02:00 |
rustc_monomorphize
|
Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgr
|
2024-10-26 06:53:53 +00:00 |
rustc_next_trait_solver
|
Add support for ~const item bounds
|
2024-10-24 23:43:31 +00:00 |
rustc_parse
|
|
|
rustc_parse_format
|
|
|
rustc_passes
|
Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead
|
2024-10-26 06:29:47 +02:00 |
rustc_pattern_analysis
|
|
|
rustc_privacy
|
Implement const effect predicate in new solver
|
2024-10-24 09:46:36 +00:00 |
rustc_query_impl
|
|
|
rustc_query_system
|
Introduce Enabled{Lang,Lib}Feature
|
2024-10-25 10:30:37 +08:00 |
rustc_resolve
|
expand: Stop using artificial ast::Item for macros loaded from metadata
|
2024-10-26 22:08:55 +03:00 |
rustc_sanitizers
|
|
|
rustc_serialize
|
|
|
rustc_session
|
|
|
rustc_smir
|
Effects cleanup
|
2024-10-26 10:19:07 +08:00 |
rustc_span
|
Re-do recursive const stability checks
|
2024-10-25 20:31:40 +02:00 |
rustc_symbol_mangling
|
Effects cleanup
|
2024-10-26 10:19:07 +08:00 |
rustc_target
|
Rollup merge of #132174 - RalfJung:pclmulqdq, r=calebzulawski
|
2024-10-26 22:01:13 +08:00 |
rustc_trait_selection
|
tcx.is_const_fn doesn't work the way it is described, remove it
|
2024-10-25 20:52:39 +02:00 |
rustc_traits
|
Implement const effect predicate in new solver
|
2024-10-24 09:46:36 +00:00 |
rustc_transmute
|
|
|
rustc_ty_utils
|
Be better at enforcing that const_conditions is only called on const items
|
2024-10-24 09:46:36 +00:00 |
rustc_type_ir
|
Implement const effect predicate in new solver
|
2024-10-24 09:46:36 +00:00 |
rustc_type_ir_macros
|
|
|
stable_mir
|
Rollup merge of #132085 - celinval:update-smir-doc, r=compiler-errors
|
2024-10-24 23:23:55 -07:00 |