.. |
rustc
|
|
|
rustc_abi
|
accept some differences for rustc_abi(assert_eq), so that we can test more things to be compatible
|
2023-09-08 08:59:55 +02:00 |
rustc_arena
|
|
|
rustc_ast
|
improve AttrTokenStream
|
2023-09-04 20:07:28 +08:00 |
rustc_ast_lowering
|
|
|
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Take &mut Results in ResultsVisitor
|
2023-09-02 19:35:51 -04:00 |
rustc_builtin_macros
|
|
|
rustc_codegen_cranelift
|
|
|
rustc_codegen_gcc
|
|
|
rustc_codegen_llvm
|
extend comments around PassMode::Direct
|
2023-09-07 09:14:02 +02:00 |
rustc_codegen_ssa
|
|
|
rustc_const_eval
|
accept some differences for rustc_abi(assert_eq), so that we can test more things to be compatible
|
2023-09-08 08:59:55 +02:00 |
rustc_data_structures
|
Use OnceLock for SingleCache
|
2023-09-01 03:11:51 +02:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
rustc_error_codes
|
Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov
|
2023-09-01 12:40:01 +00:00 |
rustc_error_messages
|
|
|
rustc_errors
|
Add OnceHelp lint level (same as OnceNote, except for help)
|
2023-09-04 13:54:20 +02:00 |
rustc_expand
|
|
|
rustc_feature
|
fix version for abi_thiscall to 1.73.0, which was forgotten to change when stabilized
|
2023-09-01 19:46:09 +03:00 |
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Return ident for ExprField and PatField HIR nodes
|
2023-09-01 06:36:02 +05:30 |
rustc_hir_analysis
|
Don't manually walk through param indices when adding implicit Sized and ConstParamHasTy
|
2023-09-01 19:26:55 +00:00 |
rustc_hir_pretty
|
|
|
rustc_hir_typeck
|
|
|
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_infer
|
|
|
rustc_interface
|
Use OnceLock for SingleCache
|
2023-09-01 03:11:51 +02:00 |
rustc_lexer
|
|
|
rustc_lint
|
Emit unused doc comment warnings for pat and expr fields
|
2023-09-03 08:21:18 +05:30 |
rustc_lint_defs
|
Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov
|
2023-09-01 12:40:01 +00:00 |
rustc_llvm
|
llvm-wrapper: adapt for LLVM API change
|
2023-09-05 10:04:25 +00:00 |
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
Auto merge of #115286 - saethlin:detangler, r=petrochenkov
|
2023-09-02 04:53:19 +00:00 |
rustc_middle
|
Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk
|
2023-09-05 15:16:50 +02:00 |
rustc_mir_build
|
Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obk
|
2023-09-05 15:16:51 +02:00 |
rustc_mir_dataflow
|
Take &mut Results in ResultsVisitor
|
2023-09-02 19:35:51 -04:00 |
rustc_mir_transform
|
Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk
|
2023-09-05 15:16:50 +02:00 |
rustc_monomorphize
|
Rollup merge of #115492 - Enselic:large-box-move, r=oli-obk
|
2023-09-05 07:15:16 +02:00 |
rustc_parse
|
|
|
rustc_parse_format
|
|
|
rustc_passes
|
also ensure that size and alignment are the same
|
2023-09-08 08:59:55 +02:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov
|
2023-09-01 12:40:01 +00:00 |
rustc_query_impl
|
remove some unused crate deps
|
2023-09-01 19:13:09 +03:00 |
rustc_query_system
|
Use OnceLock for SingleCache
|
2023-09-01 03:11:51 +02:00 |
rustc_resolve
|
Auto merge of #115429 - compiler-errors:assoc-ct-lt-fallthrough, r=cjgillot
|
2023-09-02 10:55:49 +00:00 |
rustc_serialize
|
|
|
rustc_session
|
|
|
rustc_smir
|
provide more useful info for DefId Debug
|
2023-09-04 19:13:43 +03:00 |
rustc_span
|
add support for rustc_abi(assert_eq) and use it to test some repr(transparent) cases
|
2023-09-07 09:14:29 +02:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
accept some differences for rustc_abi(assert_eq), so that we can test more things to be compatible
|
2023-09-08 08:59:55 +02:00 |
rustc_trait_selection
|
Rollup merge of #115519 - compiler-errors:next-solver-assoc-ice, r=lcnr
|
2023-09-05 07:15:16 +02:00 |
rustc_traits
|
remove some unused crate deps
|
2023-09-01 19:13:09 +03:00 |
rustc_transmute
|
|
|
rustc_ty_utils
|
extend comments around PassMode::Direct
|
2023-09-07 09:14:02 +02:00 |
rustc_type_ir
|
|
|