rust/compiler/rustc_middle/src
Dylan DPC ffde0f722e
Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors
Removed verbose printing from the `PrettyPrinter` when printing constants

Partially solves #94187 by completing the first step described in [this comment](https://github.com/rust-lang/rust/issues/94187#issuecomment-1282339909).
2022-10-26 17:32:54 +05:30
..
dep_graph Allow query system to recover a HirId. 2022-10-01 15:58:42 +02:00
hir ImplItemKind::TyAlias => ImplItemKind::Type 2022-10-09 07:09:57 +00:00
infer Make ClosureOutlivesRequirement not rely on an unresolved type 2022-10-19 17:10:59 +00:00
middle Perf improvements for effective visibility calculating 2022-10-25 15:15:18 +03:00
mir Split phase change from MirPass 2022-10-23 14:18:09 -07:00
query rustc_middle: Rearrange resolver outputs structures slightly 2022-10-25 15:42:29 +04:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits Make ClosureOutlivesRequirement not rely on an unresolved type 2022-10-19 17:10:59 +00:00
ty Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors 2022-10-26 17:32:54 +05:30
util
arena.rs Rewrite representability 2022-10-07 09:33:46 -05: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
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