rust/compiler/rustc_middle/src
bors 4596f4f8b5 Auto merge of #103787 - notriddle:rollup-q1vmxsb, r=notriddle
Rollup of 8 pull requests

Successful merges:

 - #97971 (Enable varargs support for calling conventions other than C or cdecl )
 - #101428 (Add mir building test directory)
 - #101944 (rustdoc: clean up `#toggle-all-docs`)
 - #102101 (check lld version to choose correct option to disable multi-threading in tests)
 - #102689 (Add a tier 3 target for the Sony PlayStation 1)
 - #103746 (rustdoc: add support for incoherent impls on structs and traits)
 - #103758 (Add regression test for reexports in search results)
 - #103764 (All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should_print_verbose`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-10-31 03:40:22 +00:00
..
dep_graph Allow query system to recover a HirId. 2022-10-01 15:58:42 +02:00
hir Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
infer Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" 2022-10-27 16:15:11 +00:00
middle rustc_middle: Remove unnecessary type parameter from AccessLevels 2022-10-29 23:36:56 +04:00
mir Use br instead of switch in more cases. 2022-10-31 10:16:39 +11:00
query Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr 2022-10-29 06:20:48 +00:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" 2022-10-27 16:15:11 +00:00
ty All verbosity checks in PrettyPrinter now go through PrettyPrinter::should_print_verbose 2022-10-30 20:37:43 +05:30
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr 2022-10-29 06:20:48 +00:00
error.rs Migrate all diagnostics 2022-10-23 10:09:44 +02: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