.. |
rustc
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
Track element count only for types that need drop
|
2020-10-20 17:01:51 +02:00 |
rustc_ast
|
Avoid cloning the contents of a TokenStream in a few places
|
2020-10-19 12:30:41 -04:00 |
rustc_ast_lowering
|
Auto merge of #78066 - bugadani:wat, r=jonas-schievink
|
2020-10-18 13:50:31 +00:00 |
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
Drop unneeded mut
|
2020-10-20 16:42:51 +02:00 |
rustc_attr
|
|
|
rustc_builtin_macros
|
|
|
rustc_codegen_llvm
|
rustc_codegen_llvm: add support for inlined function debuginfo.
|
2020-10-21 04:43:57 +03:00 |
rustc_codegen_ssa
|
rustc_codegen_llvm: add support for inlined function debuginfo.
|
2020-10-21 04:43:57 +03:00 |
rustc_data_structures
|
Auto merge of #77908 - bugadani:obl-forest, r=nnethercote
|
2020-10-19 15:14:15 +00:00 |
rustc_driver
|
|
|
rustc_error_codes
|
|
|
rustc_errors
|
|
|
rustc_expand
|
Avoid cloning the contents of a TokenStream in a few places
|
2020-10-19 12:30:41 -04:00 |
rustc_feature
|
Remove redundant 'static in the compiler
|
2020-10-18 17:30:15 +02:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
|
|
rustc_hir_pretty
|
|
|
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_infer
|
revert workaround #73027
|
2020-10-19 21:11:40 +01:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov
|
2020-10-20 12:11:06 +09:00 |
rustc_llvm
|
rustc_codegen_llvm: avoid converting between DILocation and Value.
|
2020-10-21 04:43:57 +03:00 |
rustc_macros
|
|
|
rustc_metadata
|
|
|
rustc_middle
|
rustc_mir: support MIR-inlining #[track_caller] functions.
|
2020-10-21 04:43:56 +03:00 |
rustc_mir
|
rustc_mir: don't throw away inlined locals' spans.
|
2020-10-21 04:43:56 +03:00 |
rustc_mir_build
|
rustc_mir: support MIR-inlining #[track_caller] functions.
|
2020-10-21 04:43:56 +03:00 |
rustc_parse
|
Avoid cloning the contents of a TokenStream in a few places
|
2020-10-19 12:30:41 -04:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Auto merge of #78066 - bugadani:wat, r=jonas-schievink
|
2020-10-18 13:50:31 +00:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_system
|
|
|
rustc_resolve
|
Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnr
|
2020-10-18 04:11:11 +09:00 |
rustc_save_analysis
|
|
|
rustc_serialize
|
|
|
rustc_session
|
|
|
rustc_span
|
|
|
rustc_symbol_mangling
|
|
|
rustc_target
|
|
|
rustc_trait_selection
|
Rollup merge of #78076 - est31:orphan_mod, r=Mark-Simulacrum
|
2020-10-20 21:46:35 +02:00 |
rustc_traits
|
|
|
rustc_ty
|
|
|
rustc_typeck
|
Do not ICE on pattern that uses a binding multiple times in generator
|
2020-10-19 23:34:47 +02:00 |