about summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2020-02-15Add fast path for is_freezeMatthew Jasper-2/+38
2020-02-15Change `const_field` and `const_caller_location` to return `ConstValue` inste...Ben Lewis-1/+1
2020-02-15Change const eval to return `ConstValue`, instead of `Const` as the type insi...Ben Lewis-4/+6
2020-02-14Add fast path to eq_opaque_type_and_typeMatthew Jasper-3/+9
2020-02-14Erase regions in opaque types in typeckMatthew Jasper-4/+14
2020-02-14Auto merge of #69100 - cjgillot:resolve_instance, r=Zoxcbors-123/+21
2020-02-14Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoeristerbors-159/+312
2020-02-13Don't instantiate so many copies of `drop_in_place`Matthew Jasper-4/+21
2020-02-13Move resolve_instance to rustc_ty.Camille GILLOT-123/+21
2020-02-13Make TraitCandidate generic.Camille GILLOT-21/+6
2020-02-13Use HirId in TraitCandidate.Camille GILLOT-1/+20
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-6/+7
2020-02-12Auto merge of #68679 - matthewjasper:needs-type-op, r=varkorbors-18/+107
2020-02-12Address commentsJohn Kåre Alsaker-24/+21
2020-02-12Drop the lock guardJohn Kåre Alsaker-3/+3
2020-02-12Use a counter instead of pointers to the stackJohn Kåre Alsaker-74/+106
2020-02-12Rollup merge of #68554 - cjgillot:lang_items, r=ZoxcYuki Okushi-6/+2
2020-02-12Construct query job latches on-demandJohn Kåre Alsaker-151/+275
2020-02-11Review comments.Camille GILLOT-2/+2
2020-02-11Move get_lang_items query in librustc_passes.Camille GILLOT-4/+0
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-2/+2
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-8/+25
2020-02-11Run RustFmtjumbatm-2/+2
2020-02-11Invert control in struct_lint_level.jumbatm-17/+7
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-2/+3
2020-02-10Add `#[repr(no_niche)]`.Felix S. Klock II-8/+25
2020-02-10Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args,...Dylan DPC-2/+4
2020-02-10self-profile: Support arguments for generic_activities.Michael Woerister-2/+4
2020-02-09Make issue references consistentMatthias Prechtl-2/+3
2020-02-09Rollup merge of #68911 - jonas-schievink:inherent-overlap, r=petrochenkovJonas Schievink-23/+7
2020-02-09cache adt_drop_tysMatthew Jasper-1/+1
2020-02-09Apply suggestions from code reviewmatthewjasper-3/+3
2020-02-08Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddybbors-0/+1
2020-02-08Make `provided_trait_methods` use `impl Iterator`Jonas Schievink-2/+1
2020-02-08Make `associated_items` query return a sliceJonas Schievink-22/+7
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-46/+147
2020-02-07Rollup merge of #68889 - Zoxc:hir-krate, r=eddybDylan DPC-9/+4
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-13/+37
2020-02-06apply various formatting nitsNiko Matsakis-6/+6
2020-02-06index ReEmpty by universeNiko Matsakis-20/+84
2020-02-06integrate the `sub_free_regions` code so we have only one copy of itNiko Matsakis-26/+63
2020-02-06Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebankDylan DPC-21/+10
2020-02-06Comment tweaksJohn Kåre Alsaker-0/+1
2020-02-06Remove the `Forest` typeJohn Kåre Alsaker-1/+1
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-1/+0
2020-02-06Add a `hir_krate` queryJohn Kåre Alsaker-1/+1
2020-02-06Add a Hir wrapper typeJohn Kåre Alsaker-6/+1
2020-02-05Move ExpectedFound::new to ty::error.Camille GILLOT-0/+10
2020-02-05Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPCbors-2/+1
2020-02-05Make associated item lookup a queryJonas Schievink-21/+10