rust/compiler/rustc_middle/src
Oli Scherer ebe21ac23a Infer all inference variables via InferCx
The previous algorithm was correct for the example given in its
documentation, but when the TAIT was declared as a free item
instead of an associated item, the generic parameters were the
wrong ones.
2021-07-16 17:37:28 +00:00
..
dep_graph Fix depnode size 2021-07-06 15:55:13 -04:00
hir Revert "Revert "Merge CrateDisambiguator into StableCrateId"" 2021-07-06 11:28:04 +02:00
ich Query-ify global limit attribute handling 2021-07-04 12:33:14 -05:00
infer Miscellaneous inlining improvements 2021-06-02 08:49:58 +02:00
middle Auto merge of #86105 - bjorn3:link_info_refactor, r=petrochenkov 2021-07-07 18:28:53 +00:00
mir Truncate hex stable crate id to 8 characters (32 bits) 2021-07-06 11:36:23 +02:00
query Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakis 2021-07-07 01:03:41 +00:00
traits Make traits with GATs not object safe 2021-04-27 14:34:23 -04:00
ty Infer all inference variables via InferCx 2021-07-16 17:37:28 +00:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs Make THIR building a stealable query 2021-05-22 14:36:22 +02:00
lib.rs Support allocation failures when interperting MIR 2021-06-29 19:08:26 -04:00
lint.rs Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis 2021-07-06 16:50:33 +00:00
macros.rs
tests.rs
thir.rs Add documentation for various THIR structs 2021-06-22 17:58:30 +02:00