summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
2022-06-23Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=...Michael Goulet-1/+15
2022-06-21Address review comments from #98259Joshua Nelson-1/+15
2022-06-19Move RegionKind to rustc_type_irJack Huey-3/+9
2022-06-17Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoeristerbors-33/+67
2022-06-15Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011Yuki Okushi-1/+1
2022-06-14Separate `source_span` and `expn_that_defined` from `Definitions`.Camille GILLOT-6/+44
2022-06-14Separate Definitions and CrateStore from ResolverOutputs.Camille GILLOT-39/+35
2022-06-14rebaseb-naber-45/+19
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-21/+47
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-6/+6
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-1/+1
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-3/+3
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-39/+1
2022-06-06Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errorsDylan DPC-5/+1
2022-06-04Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillotMatthias Krüger-2/+2
2022-06-04Iterate over `maybe_unused_trait_imports` when checking dead trait importsElliot Roberts-2/+2
2022-06-04Completely remove LifetimeScopeForPath.Camille GILLOT-5/+1
2022-06-03Fully stabilize NLLJack Huey-39/+1
2022-06-03Compute `is_late_bound` in a separate query.Camille GILLOT-0/+7
2022-05-28Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...Michael Goulet-10/+1
2022-05-28Remove some comments, inline interner fnMichael Goulet-37/+1
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-0/+2
2022-05-28Initial fixes on top of type interner commitMichael Goulet-1/+1
2022-05-28Move things to rustc_type_irWilco Kusee-105/+70
2022-05-25try to cache region_scope_tree as a queryDing Xiang Fei-8/+0
2022-05-22Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakisbors-0/+16
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-0/+16
2022-05-22Auto merge of #97177 - oli-obk:const-stability, r=davidtwcobors-1/+16
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-05-19Proper const stability check, default to unstableJacob Pratt-0/+15
2022-05-19Add and use stability helper methodsJacob Pratt-1/+1
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