rust/compiler
bors 5a2dd7d4f3 Auto merge of #130194 - lcnr:generalize-cache, r=compiler-errors
generalize: track relevant info in cache key

This was previously theoretically incomplete as we could incorrectly generalize as if the type was in an invariant context even though we're in a covariant one. Similar with the `in_alias` flag.

r? `@compiler-errors`
2024-09-11 07:17:12 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00
rustc_ast_ir
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rename some lifetimes. 2024-09-09 16:25:44 +10:00
rustc_builtin_macros Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov 2024-09-10 14:54:09 +00:00
rustc_codegen_cranelift Fix the examples in cg_clif 2024-09-09 19:39:43 -07:00
rustc_codegen_gcc Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiasko 2024-09-09 19:20:36 -07:00
rustc_codegen_llvm Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiasko 2024-09-09 19:20:36 -07:00
rustc_codegen_ssa Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiasko 2024-09-09 19:20:36 -07:00
rustc_const_eval union padding computation: add fast-path for ZST 2024-09-09 14:46:26 +02:00
rustc_data_structures Add an internal lint that warns when accessing untracked data 2024-09-03 19:14:19 +02:00
rustc_driver
rustc_driver_impl Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 2024-09-07 20:37:30 +00:00
rustc_error_codes Ban non-array SIMD 2024-09-09 19:39:43 -07:00
rustc_error_messages
rustc_errors Do not ICE on expect(warnings). 2024-09-07 01:34:59 +00:00
rustc_expand Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00
rustc_feature Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors 2024-09-08 23:39:00 +00:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Helper function for formatting with LifetimeSuggestionPosition 2024-09-09 14:39:04 +03:00
rustc_hir_analysis Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors 2024-09-10 22:47:40 +00:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #130070 - gurry:rename-regionkind-addof-to-ref, r=compiler-errors 2024-09-09 00:17:49 -07:00
rustc_incremental
rustc_index IntervalSet: add comment about representation 2024-09-08 16:54:28 +02:00
rustc_index_macros
rustc_infer generalize: track relevant info in cache key 2024-09-10 15:21:57 +02:00
rustc_interface stabilize -Znext-solver=coherence 2024-09-05 07:57:16 +00:00
rustc_lexer Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00
rustc_lint Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-dead 2024-09-11 04:49:56 +00:00
rustc_lint_defs Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino 2024-09-07 23:30:10 +02:00
rustc_llvm update cfgs 2024-09-05 17:24:01 +01:00
rustc_log
rustc_macros
rustc_metadata Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors 2024-09-08 23:39:00 +00:00
rustc_middle Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors 2024-09-10 22:47:40 +00:00
rustc_mir_build
rustc_mir_dataflow Remove Gatherer. 2024-09-09 16:33:27 +10:00
rustc_mir_transform Rollup merge of #130184 - Zalathar:counters, r=compiler-errors 2024-09-10 17:35:15 +02:00
rustc_monomorphize Make Ty::boxed_ty return an Option 2024-09-06 00:30:36 +03:00
rustc_next_trait_solver Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr 2024-09-06 19:50:48 +00:00
rustc_parse Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=petrochenkov 2024-09-08 05:35:23 +00:00
rustc_parse_format
rustc_passes Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot 2024-09-05 19:43:46 +02:00
rustc_pattern_analysis Rollup merge of #128934 - Nadrieril:fix-empty-non-exhaustive, r=compiler-errors 2024-09-03 19:13:24 +02:00
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve elided_named_lifetimes: unify lint def & pass MissingLifetimeKind 2024-09-06 15:47:52 +03:00
rustc_sanitizers
rustc_serialize
rustc_session stabilize -Znext-solver=coherence 2024-09-05 07:57:16 +00:00
rustc_smir
rustc_span Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov 2024-09-10 14:54:09 +00:00
rustc_symbol_mangling
rustc_target Rollup merge of #130092 - zslayton:master, r=jieyouxu 2024-09-09 00:17:51 -07:00
rustc_trait_selection Rollup merge of #130149 - GrigorenkoPV:lifetime-suggestion, r=cjgillot 2024-09-09 19:20:38 -07:00
rustc_traits
rustc_transmute update cfgs 2024-09-05 17:24:01 +01:00
rustc_ty_utils Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors 2024-09-08 03:11:12 +00:00
rustc_type_ir Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnr 2024-09-09 19:20:37 -07:00
rustc_type_ir_macros
stable_mir