.. |
rustc
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis
|
2021-04-28 20:35:17 +00:00 |
rustc_ast_lowering
|
Make current_hir_id_owner a simple tuple.
|
2021-04-29 21:26:15 +02:00 |
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
parser: Remove support for inner attributes on non-block expressions
|
2021-05-03 13:33:53 +03:00 |
rustc_attr
|
|
|
rustc_builtin_macros
|
|
|
rustc_codegen_cranelift
|
Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase
|
2021-04-30 18:46:59 +02:00 |
rustc_codegen_llvm
|
Change 'NULL' to 'null'
|
2021-05-02 17:46:00 -06:00 |
rustc_codegen_ssa
|
Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov
|
2021-04-30 06:59:37 +00:00 |
rustc_data_structures
|
Auto merge of #84614 - RalfJung:daily, r=Mark-Simulacrum
|
2021-04-29 02:53:52 +00:00 |
rustc_driver
|
|
|
rustc_error_codes
|
Implement RFC 1260 with feature_name imported_main .
|
2021-04-29 08:35:08 +08:00 |
rustc_errors
|
|
|
rustc_expand
|
use full path for E0761
|
2021-05-03 18:57:48 +08:00 |
rustc_feature
|
Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov
|
2021-04-30 06:59:37 +00:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
|
|
rustc_hir_pretty
|
|
|
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_infer
|
Don't rebind in transitive_bounds_that_define_assoc_type
|
2021-04-28 18:10:44 -04:00 |
rustc_interface
|
Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov
|
2021-04-30 06:59:37 +00:00 |
rustc_lexer
|
|
|
rustc_lint
|
Change 'NULL' to 'null'
|
2021-05-02 17:46:00 -06:00 |
rustc_lint_defs
|
|
|
rustc_llvm
|
Replace llvm::sys::fs::F_None with llvm::sys::fs::OF_None
|
2021-04-29 15:25:17 -07:00 |
rustc_macros
|
|
|
rustc_metadata
|
Change 'NULL' to 'null'
|
2021-05-02 17:46:00 -06:00 |
rustc_middle
|
Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnr
|
2021-05-04 00:48:42 +00:00 |
rustc_mir
|
Change 'NULL' to 'null'
|
2021-05-02 17:46:00 -06:00 |
rustc_mir_build
|
|
|
rustc_parse
|
parser: Remove support for inner attributes on non-block expressions
|
2021-05-03 13:33:53 +03:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Implement RFC 1260 with feature_name imported_main .
|
2021-04-29 08:35:08 +08:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
Move iter_results to dyn FnMut rather than a generic
|
2021-04-29 17:26:46 -04:00 |
rustc_query_system
|
Avoid generating QueryMap::extend for each key type
|
2021-05-01 20:13:18 -04:00 |
rustc_resolve
|
add suggestion for unit enum variant when matched with a patern
|
2021-05-02 13:58:38 +02:00 |
rustc_save_analysis
|
|
|
rustc_serialize
|
|
|
rustc_session
|
Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov
|
2021-05-03 00:32:40 +02:00 |
rustc_span
|
Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov
|
2021-04-30 06:59:37 +00:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov
|
2021-05-03 00:32:40 +02:00 |
rustc_trait_selection
|
|
|
rustc_traits
|
|
|
rustc_ty_utils
|
Split crate_hash from index_hir.
|
2021-04-29 21:36:48 +02:00 |
rustc_type_ir
|
Make TypeFoldable::is_global() false when fresh tys/consts are present
|
2021-05-01 16:58:33 -04:00 |
rustc_typeck
|
Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnr
|
2021-05-03 00:32:42 +02:00 |