| .. |
|
rustc
|
Migrate to 2021
|
2021-09-20 22:21:42 -04:00 |
|
rustc_apfloat
|
Apply clippy suggestions
|
2021-10-10 15:38:19 +02:00 |
|
rustc_arena
|
Migrate to 2021
|
2021-09-20 22:21:42 -04:00 |
|
rustc_ast
|
remove unwrap_or! macro
|
2021-10-08 19:32:16 +03:00 |
|
rustc_ast_lowering
|
Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk
|
2021-10-09 11:56:00 +02:00 |
|
rustc_ast_passes
|
Revert "Stabilize arbitrary_enum_discriminant"
|
2021-10-14 10:57:56 -04:00 |
|
rustc_ast_pretty
|
Migrate to 2021
|
2021-09-20 22:21:42 -04:00 |
|
rustc_attr
|
Correct typo
|
2021-10-16 13:36:05 -07:00 |
|
rustc_borrowck
|
Don't treat unnormalized function arguments as well-formed
|
2021-11-29 14:26:12 -05:00 |
|
rustc_builtin_macros
|
Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514
|
2021-10-08 22:30:40 +02:00 |
|
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
|
Disable outline atomics to aarch64-unknown-linux-musl.
|
2021-11-29 12:09:35 -05:00 |
|
rustc_codegen_ssa
|
Erase late-bound regions before computing vtable debuginfo name.
|
2021-10-21 22:38:18 -04:00 |
|
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
|
Remove for loop range
|
2021-10-10 16:32:16 +02:00 |
|
rustc_driver
|
Fix RUSTC_LOG handling
|
2021-10-10 19:59:36 +01:00 |
|
rustc_error_codes
|
Auto merge of #89903 - matthiaskrgr:rollup-s0c69xl, r=matthiaskrgr
|
2021-10-15 05:59:49 +00:00 |
|
rustc_errors
|
Lint against RTL unicode codepoints in literals and comments
|
2021-10-31 13:12:54 +01:00 |
|
rustc_expand
|
Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk
|
2021-10-17 07:52:20 +09:00 |
|
rustc_feature
|
Split doc_cfg and doc_auto_cfg features
|
2021-11-16 12:05:12 -08:00 |
|
rustc_fs_util
|
Migrate to 2021
|
2021-09-20 22:21:42 -04:00 |
|
rustc_graphviz
|
Apply clippy suggestions
|
2021-10-10 15:38:19 +02:00 |
|
rustc_hir
|
Update odht crate to 0.3.1 (big-endian bugfix)
|
2021-11-16 12:05:12 -08:00 |
|
rustc_hir_pretty
|
Avoid more invocations of hir_crate query.
|
2021-09-29 23:16:47 +02:00 |
|
rustc_incremental
|
Avoid more invocations of hir_crate query.
|
2021-09-29 23:16:47 +02:00 |
|
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
|
Enable AutoFDO.
|
2021-10-06 19:36:52 +00:00 |
|
rustc_lexer
|
Apply clippy suggestions
|
2021-10-10 15:38:19 +02:00 |
|
rustc_lint
|
Feature gate and make must_not_suspend allow-by-default
|
2021-11-15 16:30:01 -08:00 |
|
rustc_lint_defs
|
Properly register text_direction_codepoint_in_comment lint.
|
2021-11-16 12:05:12 -08:00 |
|
rustc_llvm
|
Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister
|
2021-10-07 20:26:11 -07:00 |
|
rustc_macros
|
Apply clippy suggestions
|
2021-10-10 15:38:19 +02:00 |
|
rustc_metadata
|
Update odht crate to 0.3.1 (big-endian bugfix)
|
2021-11-16 12:05:12 -08:00 |
|
rustc_middle
|
Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr
|
2021-10-17 12:33:12 +00:00 |
|
rustc_mir_build
|
Filter unstable and doc hidden variants in usefulness checking
|
2021-10-12 08:22:25 -04:00 |
|
rustc_mir_dataflow
|
comma-related changes
|
2021-10-07 11:29:47 -07:00 |
|
rustc_mir_transform
|
clippy::complexity fixes
|
2021-10-08 20:07:44 +02:00 |
|
rustc_monomorphize
|
Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr
|
2021-10-17 12:33:12 +00:00 |
|
rustc_parse
|
Lint against RTL unicode codepoints in literals and comments
|
2021-10-31 13:12:54 +01:00 |
|
rustc_parse_format
|
Migrate to 2021
|
2021-09-20 22:21:42 -04:00 |
|
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
|
Move rustc_middle::middle::cstore to rustc_session.
|
2021-10-03 16:08:51 +02:00 |
|
rustc_privacy
|
Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot
|
2021-10-02 10:52:09 +00:00 |
|
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
|
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
|
2021-10-05 09:45:11 +00:00 |
|
rustc_serialize
|
Apply clippy suggestions
|
2021-10-10 15:38:19 +02:00 |
|
rustc_session
|
Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkov
|
2021-10-07 20:26:14 -07:00 |
|
rustc_span
|
Split doc_cfg and doc_auto_cfg features
|
2021-11-16 12:05:12 -08:00 |
|
rustc_symbol_mangling
|
Remove re-export.
|
2021-10-03 16:08:54 +02:00 |
|
rustc_target
|
Android is not GNU
|
2021-11-18 10:38:29 -08:00 |
|
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
|
expose default substs in param_env
|
2021-11-16 12:05:12 -08:00 |
|
rustc_type_ir
|
Add two inline annotations for hot functions
|
2021-10-03 12:43:43 -04:00 |
|
rustc_typeck
|
Don't treat unnormalized function arguments as well-formed
|
2021-11-29 14:26:12 -05:00 |