..
rustc
rustc_apfloat
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
rustc_arena
Remove unused #[allow(...)] statements from compiler/
2020-09-26 01:25:55 +02:00
rustc_ast
tidy
2020-09-23 22:08:30 +02:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
Remove rustc_allow_const_fn_ptr
2020-09-27 10:46:41 -07:00
rustc_builtin_macros
expand: Stop un-interpolating NtIdent
s before passing them to built-in macros
2020-09-28 23:10:44 +03:00
rustc_codegen_llvm
Implement Make handle_alloc_error
default to panic (for no_std + liballoc)
2020-10-02 09:00:29 +02:00
rustc_codegen_ssa
Implement Make handle_alloc_error
default to panic (for no_std + liballoc)
2020-10-02 09:00:29 +02:00
rustc_data_structures
Stable hashing: add comments and tests concerning platform-independence
2020-09-30 00:57:35 -07:00
rustc_driver
Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk
2020-09-28 18:39:40 +02:00
rustc_error_codes
Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk
2020-10-01 07:38:47 +00:00
rustc_errors
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
rustc_expand
expand: Minor fn ptr call cleanup
2020-09-28 23:10:48 +03:00
rustc_feature
Implement Make handle_alloc_error
default to panic (for no_std + liballoc)
2020-10-02 09:00:29 +02:00
rustc_fs_util
rustc_graphviz
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
rustc_hir
Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio
2020-09-27 08:12:29 +00:00
rustc_hir_pretty
rustc_incremental
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
rustc_index
rustc_infer
Revert "Add an unused field of type Option<DefId>
to ParamEnv
struct."
2020-09-26 21:01:09 -07:00
rustc_interface
Add option to pass a custom codegen backend from a driver
2020-09-27 14:16:42 +02:00
rustc_lexer
Fix typo in rustc_lexer docs
2020-09-21 05:43:39 +02:00
rustc_lint
Separate private_intra_doc_links
and broken_intra_doc_links
into separate lints
2020-09-27 09:58:29 -04:00
rustc_llvm
Update LLVM and add Unsupported diagnostic
2020-09-30 14:57:37 +01:00
rustc_macros
Remove unused #[allow(...)] statements from compiler/
2020-09-26 01:25:55 +02:00
rustc_metadata
rustc_metadata: Do not forget to encode inherent impls for foreign types
2020-09-30 22:58:35 +03:00
rustc_middle
Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk
2020-10-01 07:38:47 +00:00
rustc_mir
Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obk
2020-10-01 09:52:58 +00:00
rustc_mir_build
Speed up IntRange::from_pat
2020-09-26 20:00:54 -07:00
rustc_parse
Fix recursive nonterminal expansion during pretty-print/reparse check
2020-09-28 19:14:42 -04:00
rustc_parse_format
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
rustc_passes
Implement Make handle_alloc_error
default to panic (for no_std + liballoc)
2020-10-02 09:00:29 +02:00
rustc_plugin_impl
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
rustc_privacy
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
rustc_query_system
rustc_resolve
Improve wording for external crate resolution error
2020-09-30 16:03:01 -07:00
rustc_save_analysis
/nightly/nightly-rustc
2020-09-23 21:51:56 +02:00
rustc_serialize
Deduplicate and generalize some (de/)serializer impls
2020-09-26 14:55:42 +02:00
rustc_session
[mir-opt] Introduce a new flag to enable experimental/unsound mir opts
2020-09-27 19:21:01 -04:00
rustc_span
Implement Make handle_alloc_error
default to panic (for no_std + liballoc)
2020-10-02 09:00:29 +02:00
rustc_symbol_mangling
Implement Display
for DisambiguatedDefPathData
and DefPathData
2020-09-25 22:46:15 +01:00
rustc_target
Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov
2020-10-01 02:13:34 +02:00
rustc_trait_selection
Rollup merge of #77305 - lcnr:candidate_from_obligation, r=davidtwco
2020-10-01 02:13:37 +02:00
rustc_traits
Update chalk to 0.29.0
2020-09-27 15:54:07 +02:00
rustc_ty
Rollup merge of #77155 - lcnr:ImplSource, r=ecstatic-morse
2020-09-25 19:42:48 +02:00
rustc_typeck
Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievink
2020-09-30 20:49:27 +00:00