rust/src/librustc_hir
Bastian Kauschke fcf52c167f improve DiscriminantKind handling
This now reuses `fn discriminant_ty` in project, removing
some code duplication. Doing so made me realize that
we previously had a disagreement about the discriminant
type of generators, with MIR using `u32` and codegen and
trait selection using `i32`.

We now always use `u32`.
2020-07-15 10:20:44 +02:00
..
arena.rs Use min_specialization in the remaining rustc crates 2020-06-10 09:05:52 +01:00
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
def.rs Remove associated opaque types 2020-06-11 16:24:01 +01:00
definitions.rs Move next_disambiguator to Resolver 2020-06-21 23:49:06 +01:00
hir_id.rs
hir.rs Suggest borrowing in more unsized fn param cases 2020-07-14 10:50:24 -07:00
intravisit.rs Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
itemlikevisit.rs
lang_items.rs improve DiscriminantKind handling 2020-07-15 10:20:44 +02:00
lib.rs Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
pat_util.rs
stable_hash_impls.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
target.rs
weak_lang_items.rs