summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
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-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
2023-02-17Remove the `InternIteratorElement` impl for `&'a T`.Nicholas Nethercote-1/+1
2023-02-17Clarify `mk_fn_sig` signature.Nicholas Nethercote-3/+4
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-1/+1
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-4/+6
2023-02-17Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgrbors-3/+3
2023-02-16changes from reviewKyle Matsuda-1/+3
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-4/+4
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-2/+2
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-3/+3
2023-02-16Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillotbors-2/+2
2023-02-16Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgrbors-20/+16
2023-02-16Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errorsbors-16/+110
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-20/+16
2023-02-16Move provider fields back to rustc_query_implJohn Kåre Alsaker-5/+1
2023-02-16Factor query arena allocation out from query cachesJohn Kåre Alsaker-2/+6
2023-02-16Rename some region-specific stuffMichael Goulet-3/+3
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-2/+2
2023-02-15Pre-intern some `ReVar`s and `ReLateBound`s.Nicholas Nethercote-4/+59
2023-02-15Add specialized variants of `mk_region`.Nicholas Nethercote-8/+54
2023-02-15Remove `reuse_or_mk_region`.Nicholas Nethercote-7/+0
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-1/+1
2023-02-13Project Binder and Predicate from Interner traitAlan Egerton-0/+2
2023-02-13Avoid interning empty tuples.Nicholas Nethercote-2/+2