rust/compiler/rustc_middle/src
bors bb1fbbf844 Auto merge of #80177 - tgnottingham:foreign_defpathhash_registration, r=Aaron1011
rustc_query_system: explicitly register reused dep nodes

Register nodes that we've reused from the previous session explicitly
with `OnDiskCache`. Previously, we relied on this happening as a side
effect of accessing the nodes in the `PreviousDepGraph`. For the sake of
performance and avoiding unintended side effects, register explictily.
2020-12-22 19:02:28 +00:00
..
dep_graph rustc_query_system: explicitly register reused dep nodes 2020-12-18 18:53:12 -08:00
hir Edit rustc_middle docs 2020-12-20 11:22:29 -08: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 Allow since="TBD" for rustc_deprecated 2020-12-16 13:21:24 -05:00
mir Auto merge of #79840 - dvtkrlbs:issue-79667, r=oli-obk 2020-12-17 09:11:28 +00:00
query Combination of commits 2020-12-03 09:50:10 -08:00
traits Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk 2020-11-25 07:25:19 +00:00
ty Auto merge of #80177 - tgnottingham:foreign_defpathhash_registration, r=Aaron1011 2020-12-22 19:02:28 +00:00
util
arena.rs Combination of commits 2020-12-03 09:50:10 -08:00
lib.rs Introduce TypeVisitor::BreakTy 2020-11-14 20:25:27 +01:00
lint.rs Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser 2020-11-03 16:32:34 +00:00
macros.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
tests.rs