summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-2/+2
2022-05-13Add bound_type_ofJack Huey-7/+6
2022-05-10Introduce EarlyBinderJack Huey-6/+7
2022-05-10only_local: always check for misuselcnr-2/+1
2022-05-09reviewlcnr-0/+23
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-2/+3
2022-05-02fix most compiler/ doctestsElliot Roberts-2/+3
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-0/+32
2022-04-13Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011bors-58/+2
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-58/+2
2022-04-10Store LocalDefId in is_late_bound_map.Camille GILLOT-5/+0
2022-04-09Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercotebors-9/+10
2022-04-07Document and rename the new wrapper typeOli Scherer-8/+10
2022-04-05span: move `MultiSpan`David Wood-2/+2
2022-03-31Move stable hash from TyS into a datastructure that can be shared with other ...Oli Scherer-9/+8
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-3/+8
2022-03-16rustc_error: make ErrorReported impossible to constructmark-7/+13
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-48/+8
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-3/+3
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-19/+3
2022-03-04Auto merge of #94096 - cjgillot:ensure-stability, r=lcnrbors-5/+0
2022-03-03Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw...bors-1/+1
2022-03-03Move query providers.Camille GILLOT-5/+0
2022-03-02Expect each lint in attribute individually (RFC-2383)xFrednet-8/+2
2022-03-02Make `LintExpectationId` stable between compilation sessions (RFC-2383)xFrednet-6/+8
2022-03-02Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383)xFrednet-1/+5
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-6/+6
2022-02-28Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoeristerbors-5/+34
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-24Don't cache stable hashes in types outside of incremental modeOli Scherer-1/+5
2022-02-24Remove redundant hashing configuration logic in type internerOli Scherer-7/+2
2022-02-24Try out caching the stable hash of Ty within itselfOli Scherer-5/+35
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-18/+1
2022-02-21add comment to `Lift` implslcnr-1/+5
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-7/+3
2022-02-21safely `transmute<&List<Ty<'tcx>>, &List<GenericArg<'tcx>>>`lcnr-5/+30
2022-02-19Adopt let else in more placesest31-6/+4
2022-02-19Stop interning stability.Camille GILLOT-18/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-21/+24
2022-02-15Remove unnecessary `RegionKind::` quals.Nicholas Nethercote-3/+3
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-6/+50
2022-02-15Overhaul `PredicateInner` and `Predicate`.Nicholas Nethercote-26/+24
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-24/+43
2022-02-15Rename `Interned` as `InternedInSet`.Nicholas Nethercote-35/+36
2022-02-11skip const eval if we have an error in borrowckMichael Goulet-1/+14
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-8/+3
2022-02-10Auto merge of #93511 - cjgillot:query-copy, r=oli-obkbors-8/+4
2022-02-09Use a slice for object_lifetime_defaults.Camille GILLOT-5/+1
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-4/+4