.. |
rustc
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
|
|
rustc_ast_lowering
|
|
|
rustc_ast_passes
|
Revert "Stabilize arbitrary_enum_discriminant "
|
2021-10-14 10:57:56 -04:00 |
rustc_ast_pretty
|
|
|
rustc_attr
|
Correct typo
|
2021-10-16 13:36:05 -07:00 |
rustc_borrowck
|
Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obk
|
2021-10-14 13:21:46 +00:00 |
rustc_builtin_macros
|
|
|
rustc_codegen_cranelift
|
Remove alloc::prelude
|
2021-10-15 01:41:31 +02:00 |
rustc_codegen_gcc
|
Remove alloc::prelude
|
2021-10-15 01:41:31 +02:00 |
rustc_codegen_llvm
|
Remap ssa RealPredicate to llvm RealPredicate
|
2021-10-12 11:55:45 +02:00 |
rustc_codegen_ssa
|
|
|
rustc_const_eval
|
Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr
|
2021-10-17 12:33:12 +00:00 |
rustc_data_structures
|
|
|
rustc_driver
|
|
|
rustc_error_codes
|
Auto merge of #89903 - matthiaskrgr:rollup-s0c69xl, r=matthiaskrgr
|
2021-10-15 05:59:49 +00:00 |
rustc_errors
|
emitter: current substitution can be multi-line
|
2021-10-15 15:30:43 +00:00 |
rustc_expand
|
Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk
|
2021-10-17 07:52:20 +09:00 |
rustc_feature
|
Revert "Stabilize arbitrary_enum_discriminant "
|
2021-10-14 10:57:56 -04:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk
|
2021-10-14 10:06:30 +00:00 |
rustc_hir_pretty
|
|
|
rustc_incremental
|
|
|
rustc_index
|
Use Option::map_or instead of open coding it
|
2021-10-12 14:47:52 +02:00 |
rustc_infer
|
Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakis
|
2021-10-16 08:02:25 +02:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
|
|
rustc_lint_defs
|
|
|
rustc_llvm
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr
|
2021-10-17 12:33:12 +00:00 |
rustc_middle
|
Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkov
|
2021-10-17 18:18:58 +02:00 |
rustc_mir_build
|
Filter unstable and doc hidden variants in usefulness checking
|
2021-10-12 08:22:25 -04:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
|
|
rustc_monomorphize
|
Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr
|
2021-10-17 12:33:12 +00:00 |
rustc_parse
|
|
|
rustc_parse_format
|
|
|
rustc_passes
|
Use Ancestory to check default fn in const impl instead of comparing idents
|
2021-10-11 18:19:54 +01:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
Remove built-in cache_hit tracking
|
2021-10-11 16:33:49 -04:00 |
rustc_query_system
|
Remove built-in cache_hit tracking
|
2021-10-11 16:33:49 -04:00 |
rustc_resolve
|
clippy::complexity changes
|
2021-10-16 18:11:16 +02:00 |
rustc_save_analysis
|
|
|
rustc_serialize
|
|
|
rustc_session
|
|
|
rustc_span
|
Guess semicolon span for macro statements
|
2021-10-15 02:24:48 -05:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
|
|
rustc_trait_selection
|
Move some outlives bounds things from rustc_trait_selection to rustc_typeck
|
2021-10-15 12:14:19 -04:00 |
rustc_traits
|
Move some outlives bounds things from rustc_trait_selection to rustc_typeck
|
2021-10-15 12:14:19 -04:00 |
rustc_ty_utils
|
|
|
rustc_type_ir
|
|
|
rustc_typeck
|
Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov
|
2021-10-16 18:20:20 +00:00 |