rust/compiler
Dylan DPC 881c9898ad
Rollup merge of #109324 - cjgillot:fixed-unused-params, r=Nilstrieb
Implement FixedSizeEncoding for UnusedGenericParams.

Using a `Lazy` for actually a `u32` value is 50% overhead, so let's encode the bitset directly.
2023-03-19 15:33:59 +05:30
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors 2023-03-17 08:42:37 +01:00
rustc_ast_lowering Gate fmt args flattening behind -Zflatten-format-args. 2023-03-16 11:21:50 +01:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rollup merge of #109215 - est31:sort_by_key, r=Nilstrieb 2023-03-17 08:42:40 +01:00
rustc_builtin_macros
rustc_codegen_cranelift Tweak implementation of overflow checking assertions 2023-03-16 22:55:45 +01:00
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkov 2023-03-19 15:33:59 +05:30
rustc_const_eval Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot 2023-03-18 12:04:23 +01:00
rustc_data_structures Fast path that skips over unchanged obligations in process_obligations 2023-03-17 19:56:03 +01:00
rustc_driver
rustc_driver_impl
rustc_error_codes Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez 2023-03-18 12:04:21 +01:00
rustc_error_messages
rustc_errors
rustc_expand Suggest surrounding the macro with {} to interpret as a statement 2023-03-17 14:36:22 +08:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors 2023-03-17 08:42:37 +01:00
rustc_hir_analysis Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errors 2023-03-18 12:04:23 +01:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #109212 - Ezrashaw:no-similar-sugg-for-unstable, r=estebank 2023-03-19 15:33:58 +05:30
rustc_incremental
rustc_index
rustc_infer Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-Simulacrum 2023-03-19 15:33:55 +05:30
rustc_interface Gate fmt args flattening behind -Zflatten-format-args. 2023-03-16 11:21:50 +01:00
rustc_lexer
rustc_lint Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=cjgillot 2023-03-19 15:33:57 +05:30
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Rollup merge of #109324 - cjgillot:fixed-unused-params, r=Nilstrieb 2023-03-19 15:33:59 +05:30
rustc_middle Implement FixedSizeEncoding for UnusedGenericParams. 2023-03-18 18:53:07 +00:00
rustc_mir_build address review comments 2023-03-18 00:43:37 -05:00
rustc_mir_dataflow
rustc_mir_transform Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk 2023-03-16 19:59:56 +00:00
rustc_monomorphize
rustc_parse
rustc_parse_format
rustc_passes Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors 2023-03-17 08:42:37 +01:00
rustc_plugin_impl
rustc_privacy Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn 2023-03-15 12:27:16 -03:00
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #109257 - petrochenkov:bindebug, r=WaffleLapkin 2023-03-18 00:05:55 +01:00
rustc_serialize
rustc_session The name of NativeLib will be presented 2023-03-19 11:23:19 +08:00
rustc_smir
rustc_span Don't allow new const panic through format flattening. 2023-03-16 11:21:50 +01:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Fast path that skips over unchanged obligations in process_obligations 2023-03-17 19:56:03 +01:00
rustc_traits
rustc_transmute
rustc_ty_utils Don't install default opaque projection predicates in RPITIT associated type's param-env 2023-03-16 01:59:41 +00:00
rustc_type_ir