rust/compiler/rustc_middle/src
bors 55ccbd090d Auto merge of #90065 - cjgillot:novalcache, r=Mark-Simulacrum
Do not depend on the stored value when trying to cache on disk.

Having different criteria for loading and saving of query results can lead to saved results that may never be loaded.
Since the on-disk cache is discarded as soon as a compilation error is issued, there should not be any need for an exclusion mecanism based on errors.

As a result, the possibility to condition the storage on the value itself does not appear useful.
2021-10-23 09:21:45 +00:00
..
dep_graph Address review. 2021-10-20 18:51:15 +02:00
hir Replace FnLikeNode by FnKind. 2021-10-19 23:31:51 +02:00
infer Miscellaneous inlining improvements 2021-06-02 08:49:58 +02:00
middle Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister 2021-10-07 20:26:11 -07:00
mir Auto merge of #89893 - camsteffen:redundant-dump-enabled, r=matthewjasper 2021-10-22 17:32:20 +00:00
query Do not depend on the stored value when trying to cache on disk. 2021-10-21 20:00:45 +02:00
thir add a CastKind to Node::Cast 2021-09-09 01:32:03 +01:00
traits Fix spelling: Cannonical -> Canonical 2021-10-10 00:44:34 -04:00
ty Build jump table at runtime. 2021-10-20 18:32:29 +02:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs Build jump table at runtime. 2021-10-20 18:32:29 +02:00
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
lint.rs Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister 2021-10-05 09:45:11 +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 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs rename mir -> thir around abstract consts 2021-09-09 01:32:03 +01:00