rust/compiler/rustc_middle/src
bors faab68eb29 Auto merge of #103426 - matthiaskrgr:rollup-n6dqdy8, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #103123 (Introduce `subst_iter` and `subst_iter_copied` on `EarlyBinder` )
 - #103328 (Do not suggest trivially false const predicates)
 - #103354 (Escape string literals when fixing overlong char literal)
 - #103355 (Handle return-position `impl Trait` in traits properly in `register_hidden_type`)
 - #103368 (Delay ambiguity span bug in normalize query iff not rustdoc)
 - #103388 (rustdoc: remove unused CSS class `.result-description`)
 - #103399 (Change `unknown_lint` applicability to `MaybeIncorrect`)
 - #103401 (Use functions for headings rustdoc GUI test)
 - #103412 (Fix typo in docs of `String::leak`.)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-10-23 06:20:24 +00:00
..
dep_graph Allow query system to recover a HirId. 2022-10-01 15:58:42 +02:00
hir ImplItemKind::TyAlias => ImplItemKind::Type 2022-10-09 07:09:57 +00:00
infer Make ClosureOutlivesRequirement not rely on an unresolved type 2022-10-19 17:10:59 +00:00
middle Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov 2022-10-16 20:34:38 +00:00
mir Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk 2022-10-22 07:49:33 +00:00
query Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk 2022-10-23 03:39:43 +00:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits Make ClosureOutlivesRequirement not rely on an unresolved type 2022-10-19 17:10:59 +00:00
ty Auto merge of #103426 - matthiaskrgr:rollup-n6dqdy8, r=matthiaskrgr 2022-10-23 06:20:24 +00:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs Rewrite representability 2022-10-07 09:33:46 -05:00
error.rs Add diagnostic struct for const eval error in rustc_middle 2022-10-03 12:29:49 -05:00
lib.rs const_evaluatable_unchecked to const eval 2022-10-18 16:31:56 +02:00
lint.rs fix typo 2022-10-16 16:47:55 +02:00
macros.rs add inline to TrivialTypeTraversalImpls 2022-10-17 10:54:03 +02:00
metadata.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Use tidy-alphabetical in the compiler 2022-10-12 17:49:10 +05:30
values.rs Check representability in adt_sized_constraint 2022-10-10 14:36:12 -05:00