.. |
rustc
|
|
|
rustc_abi
|
Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin
|
2023-04-17 18:13:35 +02:00 |
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin
|
2023-04-17 18:13:35 +02:00 |
rustc_ast_lowering
|
Use Item::expect_* and ImplItem::expect_* more
|
2023-04-17 18:00:27 +00:00 |
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin
|
2023-04-17 18:13:35 +02:00 |
rustc_builtin_macros
|
fix clippy::toplevel_ref_arg and ::manual_map
|
2023-04-16 13:28:13 +02:00 |
rustc_codegen_cranelift
|
Remove from cranelift too.
|
2023-04-14 16:26:11 +00:00 |
rustc_codegen_gcc
|
Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu
|
2023-04-13 11:41:57 +00:00 |
rustc_codegen_llvm
|
Add inline assembly support for m68k
|
2023-04-12 17:58:15 -07:00 |
rustc_codegen_ssa
|
Various minor Idx-related tweaks
|
2023-04-16 02:42:50 -07:00 |
rustc_const_eval
|
Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin
|
2023-04-17 18:13:35 +02:00 |
rustc_data_structures
|
Auto merge of #110481 - matthiaskrgr:rollup-phkkgm9, r=matthiaskrgr
|
2023-04-18 05:28:44 +00:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum
|
2023-04-13 11:21:00 +02:00 |
rustc_error_codes
|
|
|
rustc_error_messages
|
migrate ftl msg accroding to #103042
|
2023-04-13 09:43:46 +08:00 |
rustc_errors
|
Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum
|
2023-04-13 11:21:00 +02:00 |
rustc_expand
|
|
|
rustc_feature
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
doc fix
|
2023-04-17 18:00:27 +00:00 |
rustc_hir_analysis
|
Use Item::expect_* and ImplItem::expect_* more
|
2023-04-17 18:00:27 +00:00 |
rustc_hir_pretty
|
|
|
rustc_hir_typeck
|
Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin
|
2023-04-17 18:13:35 +02:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_infer
|
Rollup merge of #110461 - WaffleLapkin:expect_, r=Nilstrieb
|
2023-04-18 06:44:47 +02:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-anyway, r=oli-obk
|
2023-04-17 18:13:33 +02:00 |
rustc_lint_defs
|
|
|
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk
|
2023-04-16 18:55:38 +08:00 |
rustc_metadata
|
rustc_metadata: Remove Span from ModChild
|
2023-04-18 17:25:04 +03:00 |
rustc_middle
|
rustc_metadata: Remove Span from ModChild
|
2023-04-18 17:25:04 +03:00 |
rustc_mir_build
|
use matches! macro in more places
|
2023-04-16 12:08:30 +02:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obk
|
2023-04-17 18:13:36 +02:00 |
rustc_monomorphize
|
fix clippy::{filter_map_identiy, map_identity, manual_flatten}
|
2023-04-15 18:56:25 +02:00 |
rustc_parse
|
Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb
|
2023-04-17 08:09:40 +02:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Allow all associated functions and add test
|
2023-04-16 06:31:08 +00:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
fix clippy::{clone_on_copy, useless_conversion}
|
2023-04-15 19:02:26 +02:00 |
rustc_query_system
|
Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin
|
2023-04-17 18:13:35 +02:00 |
rustc_resolve
|
rustc_metadata: Remove Span from ModChild
|
2023-04-18 17:25:04 +03:00 |
rustc_serialize
|
|
|
rustc_session
|
Implement Copy for LocationDetail
|
2023-04-13 18:04:30 +00:00 |
rustc_smir
|
Add a stable MIR way to get the main function
|
2023-04-14 07:28:56 +00:00 |
rustc_span
|
Auto merge of #110367 - saethlin:no-truncations, r=oli-obk
|
2023-04-17 09:38:31 +00:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu
|
2023-04-13 11:41:57 +00:00 |
rustc_trait_selection
|
Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin
|
2023-04-17 18:13:35 +02:00 |
rustc_traits
|
Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-errors
|
2023-04-16 18:55:38 +08:00 |
rustc_transmute
|
Erase regions when confirming transmutability candidate
|
2023-04-16 19:12:34 +00:00 |
rustc_ty_utils
|
fix clippy::toplevel_ref_arg and ::manual_map
|
2023-04-16 13:28:13 +02:00 |
rustc_type_ir
|
Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnr
|
2023-04-17 18:13:35 +02:00 |