rust/compiler/rustc_middle/src
bors 432abd86f2 Auto merge of #102061 - notriddle:rollup-kwu9vp8, r=notriddle
Rollup of 12 pull requests

Successful merges:

 - #100250 (Manually cleanup token stream when macro expansion aborts.)
 - #101014 (Fix -Zmeta-stats ICE by giving `FileEncoder` file read permissions)
 - #101958 (Improve error for when query is unsupported by crate)
 - #101976 (MirPhase: clarify that linting is not a semantic change)
 - #102001 (Use LLVM C-API to build atomic cmpxchg and fence)
 - #102008 (Add GUI test for notable traits element position)
 - #102013 (Simplify rpitit handling on lower_fn_decl)
 - #102021 (some post-valtree cleanup)
 - #102027 (rustdoc: remove `docblock` class from `item-decl`)
 - #102034 (rustdoc: remove no-op CSS `h1-6 { border-bottom-color }`)
 - #102038 (Make the `normalize-overflow` rustdoc test actually do something)
 - #102053 (⬆️ rust-analyzer)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-09-20 19:10:11 +00:00
..
dep_graph Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot 2022-09-15 11:54:03 +00:00
hir Do not fetch HIR node when iterating to find lint. 2022-09-15 18:40:03 +02:00
infer Make QueryOutlivesConstraint contain a ConstraintCategory 2022-09-16 16:15:41 -04:00
middle Rollup merge of #101881 - TaKO8Ki:remove-unused-struct-field, r=sanxiyn 2022-09-19 17:55:19 +02:00
mir Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU 2022-09-20 10:13:01 -07:00
query DestructuredConst split mir and ty 2022-09-19 17:00:38 +02:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bounds, r=oli-obk 2022-09-20 16:24:36 +00:00
ty Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU 2022-09-20 10:13:01 -07:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs cache collect_trait_impl_trait_tys 2022-09-14 20:50:52 +00:00
error.rs fix comment 2022-09-05 23:18:18 +08:00
lib.rs Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
lint.rs Do not fetch HIR node when iterating to find lint. 2022-09-15 18:40:03 +02:00
macros.rs impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01: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 Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr 2022-09-17 03:04:22 +00:00
values.rs Make HandleCycleError an enum instead of a macro-generated closure 2022-09-06 19:26:08 -05:00