rust/compiler/rustc_hir_analysis/src
bors 18e305dfca Auto merge of #109183 - lqd:revert-107376, r=compiler-errors
Revert #107376 to fix potential `bincode` breakage and `rustc-perf` benchmark.

#107376 caused `rustc-perf`'s `webrender` benchmark to break, by regressing on the `bincode-1.3.3` crate.

~~This PR is a draft revert in case we can't land a fix soon enough, and we'd like to land the revert instead~~

(Though I myself think it'd be safer to do the revert, and run crater when relanding #107376.)

cc `@aliemjay`
2023-03-16 02:56:24 +00:00
..
astconv Filter out RPITITs in astconv when checking for missing associated types 2023-03-12 10:51:19 -03:00
check Auto merge of #109183 - lqd:revert-107376, r=compiler-errors 2023-03-16 02:56:24 +00:00
coherence Better names? 2023-03-13 16:34:16 +00:00
collect Don't ICE for late-bound consts across AnonConstBoundary 2023-03-13 22:38:37 +00:00
impl_wf_check Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" 2023-03-15 15:09:29 +00:00
outlives rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
structured_errors migrate rustc_hir_analysis to session diagnostic 2023-03-05 00:01:55 +03:00
variance Rollup merge of #108460 - obeis:hir-analysis-migrate-diagnostics-2, r=compiler-errors 2023-03-07 19:57:43 +01:00
autoderef.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Forbid the use of #[target_feature] on start 2023-03-12 14:57:38 +01:00
hir_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
impl_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs Allow #[target_feature] on main and start for WASM 2023-03-12 14:57:38 +01:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00