rust/compiler/rustc_middle/src
bors 2987785df3 Auto merge of #80439 - Dylan-DPC:rollup-rdxcvon, r=Dylan-DPC
Rollup of 11 pull requests

Successful merges:

 - #79662 (Move some more code out of CodegenBackend::{codegen_crate,link})
 - #79815 (Update RELEASES.md for 1.49.0)
 - #80284 (Suggest fn ptr rather than fn item and suggest to use `Fn` trait bounds rather than the unique closure type in E0121)
 - #80331 (Add more comments to trait queries)
 - #80344 (use matches!() macro in more places)
 - #80353 (BTreeMap: test split_off (and append) more thoroughly)
 - #80362 (Document rustc_macros on nightly-rustc)
 - #80399 (Remove FIXME in rustc_privacy)
 - #80408 (Sync rustc_codegen_cranelift)
 - #80411 (rustc_span: Remove `Symbol::with`)
 - #80434 (bootstrap: put the component name in the tarball temp dir path)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2020-12-28 15:57:50 +00:00
..
dep_graph rustc_query_system: explicitly register reused dep nodes 2020-12-18 18:53:12 -08:00
hir use matches!() macro in more places 2020-12-24 13:35:12 +01:00
ich Make BoundRegion have a kind of BoungRegionKind 2020-12-18 15:27:28 -05:00
infer Make BoundRegion have a kind of BoungRegionKind 2020-12-18 15:27:28 -05:00
middle Rollup merge of #80302 - pierwill:fix-80287, r=lcnr 2020-12-23 00:14:01 +01:00
mir Auto merge of #80439 - Dylan-DPC:rollup-rdxcvon, r=Dylan-DPC 2020-12-28 15:57:50 +00:00
query Add more comments to trait queries 2020-12-23 10:56:24 -05:00
traits Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk 2020-11-25 07:25:19 +00:00
ty Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC 2020-12-28 14:13:12 +01:00
util
arena.rs Combination of commits 2020-12-03 09:50:10 -08:00
lib.rs docs: Fix outdated crate reference 2020-12-19 23:32:51 -08:00
lint.rs Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov 2020-12-25 03:39:36 +01:00
macros.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
tests.rs