| .. |
|
rustc
|
Don't rerun the build script for the compiler each time on linux
|
2022-07-10 23:57:25 -05:00 |
|
rustc_apfloat
|
Add diagnostic translation lints to crates that don't emit them
|
2022-08-18 19:29:02 +01:00 |
|
rustc_arena
|
Make use of [wrapping_]byte_{add,sub}
|
2022-08-23 19:32:37 +04:00 |
|
rustc_ast
|
Additional revert fixes
|
2022-10-27 15:03:34 +00:00 |
|
rustc_ast_lowering
|
Revert "Do not consider method call receiver as an argument in AST."
|
2022-10-27 14:53:42 +00:00 |
|
rustc_ast_passes
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_ast_pretty
|
Revert "Do not consider method call receiver as an argument in AST."
|
2022-10-27 14:53:42 +00:00 |
|
rustc_attr
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_borrowck
|
Use Predicate ConstraintCategory when normalizing
|
2022-10-04 12:51:09 -07:00 |
|
rustc_builtin_macros
|
Revert "Do not consider method call receiver as an argument in AST."
|
2022-10-27 14:53:42 +00:00 |
|
rustc_codegen_cranelift
|
Support raw-dylib functions being used inside inlined functions
|
2022-10-29 11:13:12 -04:00 |
|
rustc_codegen_gcc
|
Support raw-dylib functions being used inside inlined functions
|
2022-10-29 11:13:12 -04:00 |
|
rustc_codegen_llvm
|
Support raw-dylib functions being used inside inlined functions
|
2022-10-29 11:13:12 -04:00 |
|
rustc_codegen_ssa
|
Add architectures to fn create_object_file
|
2022-10-29 11:14:29 -04:00 |
|
rustc_const_eval
|
Comment why normalization is needed for debug assertions
|
2022-10-29 12:52:21 -04:00 |
|
rustc_data_structures
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_driver
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_error_codes
|
Stabilize #![feature(label_break_value)]
|
2022-08-23 21:14:12 -05:00 |
|
rustc_error_messages
|
Add AscribeUserTypeProvePredicate
|
2022-10-04 12:51:09 -07:00 |
|
rustc_errors
|
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
|
2022-10-06 10:11:02 -07:00 |
|
rustc_expand
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_feature
|
replace stabilization placeholders
|
2022-09-19 14:54:16 +02:00 |
|
rustc_fs_util
|
Add diagnostic translation lints to crates that don't emit them
|
2022-08-18 19:29:02 +01:00 |
|
rustc_graphviz
|
Add diagnostic translation lints to crates that don't emit them
|
2022-08-18 19:29:02 +01:00 |
|
rustc_hir
|
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
|
2022-09-17 15:31:06 +05:30 |
|
rustc_hir_pretty
|
Handle generic parameters.
|
2022-09-09 01:31:46 +00:00 |
|
rustc_incremental
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_index
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_infer
|
No need to probe when relating opaques in nll_relate
|
2022-10-29 13:24:02 -04:00 |
|
rustc_interface
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_lexer
|
remove unnecessary PartialOrd and Ord
|
2022-09-08 06:15:33 +09:00 |
|
rustc_lint
|
Revert "Do not consider method call receiver as an argument in AST."
|
2022-10-27 14:53:42 +00:00 |
|
rustc_lint_defs
|
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
|
2022-10-06 10:11:02 -07:00 |
|
rustc_llvm
|
Introduce a fallible variant of LLVMConstIntGetZExtValue
|
2022-09-09 15:54:14 +02:00 |
|
rustc_log
|
Add diagnostic translation lints to crates that don't emit them
|
2022-08-18 19:29:02 +01:00 |
|
rustc_macros
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_metadata
|
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
|
2022-09-17 15:31:06 +05:30 |
|
rustc_middle
|
Add normalize hack back
|
2022-10-29 12:52:21 -04:00 |
|
rustc_mir_build
|
Comment why normalization is needed for debug assertions
|
2022-10-29 12:52:21 -04:00 |
|
rustc_mir_dataflow
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_mir_transform
|
fix ConstProp handling of written_only_inside_own_block_locals
|
2022-10-04 12:52:07 -07:00 |
|
rustc_monomorphize
|
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
|
2022-09-17 15:31:06 +05:30 |
|
rustc_parse
|
Revert "Do not consider method call receiver as an argument in AST."
|
2022-10-27 14:53:42 +00:00 |
|
rustc_parse_format
|
Separate CountIsStar from CountIsParam in rustc_parse_format.
|
2022-08-25 14:49:09 +02:00 |
|
rustc_passes
|
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
|
2022-09-17 15:31:06 +05:30 |
|
rustc_plugin_impl
|
Migrate rustc_plugin_impl to SessionDiagnostic
|
2022-08-22 16:35:05 +01:00 |
|
rustc_privacy
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_query_impl
|
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
|
2022-10-06 10:11:02 -07:00 |
|
rustc_query_system
|
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
|
2022-10-06 10:11:02 -07:00 |
|
rustc_resolve
|
Only ban duplication across parameters.
|
2022-10-29 13:24:02 -04:00 |
|
rustc_save_analysis
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_serialize
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_session
|
Only enable the let_else feature on bootstrap
|
2022-09-15 21:06:45 +02:00 |
|
rustc_smir
|
Only keep one version of ImplicitSelfKind.
|
2022-09-13 19:18:23 +02:00 |
|
rustc_span
|
Fix line numbers for MIR inlined code
|
2022-10-29 11:14:04 -04:00 |
|
rustc_symbol_mangling
|
Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migration, r=davidtwco
|
2022-09-16 20:37:15 -07:00 |
|
rustc_target
|
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
|
2022-09-17 15:31:06 +05:30 |
|
rustc_trait_selection
|
improve infer var handling for implied bounds
|
2022-10-04 12:51:50 -07:00 |
|
rustc_traits
|
improve infer var handling for implied bounds
|
2022-10-04 12:51:50 -07:00 |
|
rustc_transmute
|
Auto merge of #100726 - jswrenn:transmute, r=oli-obk
|
2022-09-04 07:55:44 +00:00 |
|
rustc_ty_utils
|
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
|
2022-09-17 15:31:06 +05:30 |
|
rustc_type_ir
|
Address code review comments
|
2022-09-13 14:50:12 -07:00 |
|
rustc_typeck
|
Support bindings with anon consts in generics
|
2022-10-06 10:07:34 -07:00 |