rust/compiler/rustc_middle/src
bors 606c390725 Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors
Rollup of 8 pull requests

Successful merges:

 - #103236 (doc: rewrite doc for signed int::{carrying_add,borrowing_sub})
 - #103800 (Stabilize `::{core,std}::pin::pin!`)
 - #106097 (Migrate mir_build diagnostics 2 of 3)
 - #106170 (Move autoderef to `rustc_hir_analysis`)
 - #106323 (Stabilize f16c_target_feature)
 - #106360 (Tweak E0277 `&`-removal suggestions)
 - #106524 (Label `struct/enum constructor` instead of `fn item`, mention that it should be called on type mismatch)
 - #106739 (Remove `<dyn AstConv<'tcx>>::fun(c, ...)` calls in favour of `c.astconv().fun(...)`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-01-12 10:46:19 +00:00
..
dep_graph rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
hir get_parent and find_parent 2023-01-04 00:43:13 +00:00
infer Simplify some canonical type alias names 2023-01-03 01:16:10 +00:00
middle rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
mir rename find_parent_node to opt_parent_id 2023-01-04 00:43:13 +00:00
query Use newtype for unused generic parameters 2023-01-09 19:10:00 +01:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits make ascribe_user_type a TypeOp 2023-01-07 13:41:41 +03:00
ty Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors 2023-01-12 10:46:19 +00:00
util Add some docs to bug, span_bug and delay_span_bug 2022-12-30 16:47:56 +01:00
arena.rs Rename ConstS to ConstData 2022-12-16 10:02:51 +00:00
error.rs Match crate and slug names 2022-11-21 15:24:50 +01:00
lib.rs Only allow feeding a value to newly created definitions. 2022-11-29 18:43:00 +00:00
lint.rs create helper function for rustc_lint_defs::Level and remove it's duplicated code r=ozkanonur 2023-01-10 10:56:17 +03:00
macros.rs Add some docs to bug, span_bug and delay_span_bug 2022-12-30 16:47:56 +01:00
metadata.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
tests.rs
thir.rs Migrate deconstruct_pat.rs 2023-01-11 14:39:49 -08:00
values.rs Use DepKind instead of &str 2022-12-23 18:39:49 +05:30