about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
2023-04-18Don't transmute `&List<GenericArg>` <-> `&List<Ty>`Maybe Waffle-31/+4
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-1/+1
2023-04-16Simplify `CloneLiftImpls` and `TrivialTypeTraversalImpls`.Nicholas Nethercote-3/+6
2023-04-12resolve: Pre-compute non-reexport module childrenVadim Petrochenkov-2/+23
2023-04-09Fix some clippy::complexityNilstrieb-2/+2
2023-04-08rustc_middle: Remove `Option` from `module_reexports` queryVadim Petrochenkov-1/+1
2023-04-06Remove index from BrAnonJack Huey-8/+4
2023-03-28Move `mir::Field` → `abi::FieldIdx`Scott McMurray-5/+3
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-3/+3
2023-03-21LocalCrate keyMichael Goulet-3/+4
2023-03-21Use local key in providersMichael Goulet-10/+5
2023-03-16Rollup merge of #109151 - compiler-errors:debug-assert-alias, r=WaffleLapkinMatthias Krüger-0/+7
2023-03-14Don't make projection tys out of anon constsMichael Goulet-1/+1
2023-03-14Assert def-kind is correct for alias typesMichael Goulet-0/+7
2023-03-13Don't opt_rpitit_info as a separate queryMichael Goulet-1/+1
2023-03-12Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errorsbors-0/+12
2023-03-10Actually cache goalsMichael Goulet-0/+5
2023-03-08Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholkbors-1/+4
2023-03-06Add is_impl_trait_in_traitSantiago Pastorino-0/+8
2023-03-06Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses...Santiago Pastorino-0/+4
2023-03-05Auto merge of #108351 - petrochenkov:rmdit, r=cjgillotbors-5/+4
2023-03-04Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff...Dylan DPC-2/+1
2023-03-03Match unmatched backticks in comments in compiler/est31-1/+1
2023-03-03Match unmatched backticks in compiler/ that are part of rustdocest31-2/+2
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-5/+4
2023-03-01Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.Michael Woerister-1/+4
2023-02-27Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkinMatthias Krüger-2/+0
2023-02-26Auto merge of #108375 - Zoxc:query-inline, r=cjgillotbors-0/+1
2023-02-25Add inlining attributes for query system functionsJohn Kåre Alsaker-0/+1
2023-02-24Add `mk_canonical_var_infos_from_iter`.Nicholas Nethercote-0/+8
2023-02-24Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`.Nicholas Nethercote-30/+38
2023-02-24Rename many interner functions.Nicholas Nethercote-64/+70
2023-02-24Tweak the slice interners.Nicholas Nethercote-59/+24
2023-02-23Lazily compute crate name for consider_optimizingNilstrieb-2/+1
2023-02-23Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwUbors-3/+3
2023-02-23Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obkMatthias Krüger-6/+6
2023-02-22Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_miscMichael Goulet-3/+3
2023-02-22Remove some resolver outputs.Camille GILLOT-2/+0
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-7/+2
2023-02-22Auto merge of #108300 - oli-obk:elsa, r=eholkbors-3/+2
2023-02-21Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errorsDylan DPC-0/+4
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-3/+2
2023-02-21Associated type bounds in some places in the compilerMichael Goulet-6/+6
2023-02-20Run the resolver after TyCtxt constructionOli Scherer-0/+4
2023-02-20Make untracked.source_span lockable so that resolution can still write to it ...Oli Scherer-2/+2
2023-02-20Make untracked.cstore lockable so that resolution can still write to it when ...Oli Scherer-10/+10
2023-02-17Make encode_attrs use opt_local_def_id_to_hir_id so we can feed it with None ...Santiago Pastorino-0/+4
2023-02-17Replace more `mk_foo` calls with `infer_foo`.Nicholas Nethercote-4/+4
2023-02-17Use `IntoIterator` for `mk_fn_sig`.Nicholas Nethercote-5/+10
2023-02-17Clarify iterator interners.Nicholas Nethercote-41/+54