rust/compiler/rustc_middle/src
Matthias Krüger 0b9056c38a
Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillot
Remove some unused ordering derivations based on `DefId`

Like #93018, this removes some unused/unneeded ordering derivations as part of ongoing work on #90317. Here, these changes are aimed at making https://github.com/rust-lang/rust/pull/90749 easier to review, test, and merge.

r? `@cjgillot`
2022-01-19 10:42:19 +01:00
..
dep_graph Introduce new TaskDepsRef enum to track allow/ignore/forbid status 2022-01-08 18:22:06 -05:00
hir Fix Visitor::NestedFilter in Clippy 2022-01-16 16:02:36 -06:00
infer Canonicalize const variables correctly 2022-01-12 08:27:41 -08:00
middle Return a LocalDefId in get_parent_item. 2022-01-15 21:26:20 +01:00
mir Remove some unused Ord derivations based on DefId 2022-01-18 10:53:40 -06:00
query attempt to re-add ty::Unevaluated visitor and friends 2022-01-15 01:16:55 +00:00
thir Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00
traits Add query to avoid name comparison in leaf_def 2022-01-07 13:31:36 -08:00
ty Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr 2022-01-18 22:00:47 +01:00
util Use AddAssign impl 2021-11-09 23:47:36 +01:00
arena.rs Fully serialize AdtDef 2021-12-15 16:32:16 -05:00
lib.rs rustc_middle: Rename Export to ModChild and add some comments 2022-01-09 09:22:07 +08:00
lint.rs Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr 2021-12-19 12:36:56 +00:00
macros.rs Rename TypeFolderFallible to FallibleTypeFolder 2021-12-02 16:14:18 +00:00
metadata.rs rustc_middle: Rename Export to ModChild and add some comments 2022-01-09 09:22:07 +08:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Formally implement let chains 2022-01-18 19:38:17 -03:00