rust/compiler/rustc_middle/src
bors 744a97b98c Auto merge of #105095 - matthiaskrgr:rollup-9pu7vrx, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #103065 (rustdoc-json: Document and Test that args can be patterns.)
 - #104865 (Don't overwrite local changes when updating submodules)
 - #104895 (Avoid Invalid code suggested when encountering unsatisfied trait bounds in derive macro code)
 - #105063 (Rustdoc Json Tests: Don't assume that core::fmt::Debug will always have one item.)
 - #105064 (rustdoc: add comment to confusing CSS `main { min-width: 0 }`)
 - #105074 (Add Nicholas Bishop to `.mailmap`)
 - #105081 (Add a regression test for #104322)
 - #105086 (rustdoc: clean up sidebar link CSS)
 - #105091 (add Tshepang Mbambo to .mailmap)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-12-01 04:16:30 +00:00
..
dep_graph Allow query system to recover a HirId. 2022-10-01 15:58:42 +02:00
hir Auto merge of #104947 - cjgillot:verify-hir-nest, r=oli-obk 2022-11-29 10:34:19 +00:00
infer Add an optional Span to BrAnon and use it to print better error for HRTB error from generator interior 2022-11-07 17:39:29 -05:00
middle Add TyCtxt::is_fn_trait 2022-11-27 07:19:29 +00:00
mir Auto merge of #105012 - WaffleLapkin:into, r=oli-obk 2022-11-29 13:28:44 +00:00
query Only allow feeding a value to newly created definitions. 2022-11-29 18:43:00 +00:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
ty Auto merge of #105095 - matthiaskrgr:rollup-9pu7vrx, r=matthiaskrgr 2022-12-01 04:16:30 +00:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs Cache Predicates' hash within themselves 2022-11-25 16:25:28 +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 fix: typo 2022-11-06 11:22:29 -05: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
thir.rs Unreserve braced enum variants in value namespace 2022-11-21 22:40:06 +03:00
values.rs Add domain size check to fix ICE 2022-11-09 10:19:23 -06:00