.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_arena
|
|
|
rustc_ast
|
|
|
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
|
|
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
use stable sort to sort multipart diagnostics
|
2024-08-09 09:45:01 +02:00 |
rustc_builtin_macros
|
Make Span optional in BufferedEarlyLint
|
2024-08-07 14:08:34 +02:00 |
rustc_codegen_cranelift
|
Use ar_archive_writer from sysroot for cg_clif
|
2024-08-09 17:23:50 +00:00 |
rustc_codegen_gcc
|
Update compiler-builtins version to 0.1.118
|
2024-08-08 14:47:49 +02:00 |
rustc_codegen_llvm
|
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
|
2024-08-08 12:15:16 -04:00 |
rustc_codegen_ssa
|
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
|
2024-08-08 12:15:16 -04:00 |
rustc_const_eval
|
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
|
2024-08-08 12:15:16 -04:00 |
rustc_data_structures
|
Tweak wording
|
2024-08-08 21:51:50 +02:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
Add -Zerror-metrics=PATH to save diagnostic metadata to disk
|
2024-08-07 11:16:55 -07:00 |
rustc_error_codes
|
Update E0517 message to reflect RFC 2195.
|
2024-08-07 23:11:30 -05:00 |
rustc_error_messages
|
|
|
rustc_errors
|
Rollup merge of #128852 - folkertdev:multipart-suggestion-stable-sort, r=compiler-errors
|
2024-08-09 18:24:58 +02:00 |
rustc_expand
|
refactor(rustc_expand::mbe): Don't require full ExtCtxt when not necessary
|
2024-08-07 21:58:05 +02:00 |
rustc_feature
|
|
|
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwco
|
2024-08-06 20:23:39 +02:00 |
rustc_hir_analysis
|
Auto merge of #128746 - compiler-errors:cache-super-outlives, r=lcnr
|
2024-08-10 10:22:06 +00:00 |
rustc_hir_pretty
|
|
|
rustc_hir_typeck
|
Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU
|
2024-08-10 05:27:17 +00:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
|
|
rustc_infer
|
|
|
rustc_interface
|
Rollup merge of #128851 - compiler-errors:validate-mir-opt-mir, r=matthiaskrgr
|
2024-08-09 00:03:39 +02:00 |
rustc_lexer
|
|
|
rustc_lint
|
diagnostics: do not warn when a lifetime bound infers itself
|
2024-08-09 16:16:16 -07:00 |
rustc_lint_defs
|
Disallow setting built-in cfgs via set the command-line
|
2024-08-07 14:08:34 +02:00 |
rustc_llvm
|
Enable zstd for debug compression.
|
2024-08-09 05:55:23 -07:00 |
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
|
|
rustc_middle
|
Auto merge of #128746 - compiler-errors:cache-super-outlives, r=lcnr
|
2024-08-10 10:22:06 +00:00 |
rustc_mir_build
|
Disallow enabling features without their implied features
|
2024-08-07 00:45:00 -04:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Don't inline tainted MIR bodies
|
2024-08-08 20:53:25 -04:00 |
rustc_monomorphize
|
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
|
2024-08-08 12:15:16 -04:00 |
rustc_next_trait_solver
|
Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn
|
2024-08-08 14:07:31 -04:00 |
rustc_parse
|
parser: ensure let stmt compound assignment removal suggestion respect codepoint boundaries
|
2024-08-09 05:56:50 +00:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwU
|
2024-08-07 20:49:02 -05:00 |
rustc_pattern_analysis
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
|
|
rustc_resolve
|
rm declared_features field in resolver
|
2024-08-08 20:30:20 +08:00 |
rustc_sanitizers
|
|
|
rustc_serialize
|
|
|
rustc_session
|
Rollup merge of #128806 - estebank:color-config, r=jieyouxu
|
2024-08-09 00:03:36 +02:00 |
rustc_smir
|
|
|
rustc_span
|
Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu
|
2024-08-07 00:34:11 +02:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
Fix typo
|
2024-08-07 00:43:56 -04:00 |
rustc_trait_selection
|
Auto merge of #128746 - compiler-errors:cache-super-outlives, r=lcnr
|
2024-08-10 10:22:06 +00:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
|
2024-08-08 12:15:16 -04:00 |
rustc_type_ir
|
Auto merge of #128689 - matthiaskrgr:rollup-ukyn8wq, r=matthiaskrgr
|
2024-08-05 17:03:58 +00:00 |
rustc_type_ir_macros
|
|
|
stable_mir
|
|
|