about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/context.rs
AgeCommit message (Expand)AuthorLines
2022-09-08In ReverseMapper, don't fallback to ReEmpty, instead ReStaticJack Huey-8/+1
2022-09-08Rollup merge of #101041 - LuisCardosoOliveira:translation-rename-attr-warning...Dylan DPC-1/+1
2022-09-08translations(rustc_session): remove lint allow rule to the methods marked wit...Luis Cardoso-2/+1
2022-09-08translations(rustc_session): migrate TargetDataLayout::parseLuis Cardoso-1/+2
2022-09-07middle: comment -> doc commentDavid Wood-1/+1
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-0/+6
2022-09-03Auto merge of #101139 - nnethercote:shrink-thir-Pat, r=cjgillotbors-1/+1
2022-09-01Don't create two new closures for each queryJoshua Nelson-3/+3
2022-09-02Box `CanonicalUserTypeAnnotation::CanonicalUserType`.Nicholas Nethercote-1/+1
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-5/+5
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-1/+1
2022-08-24add `depth_limit` in `QueryVTable`SparrowLii-3/+3
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-2/+1
2022-08-01fix ICE in Definitions::create_defGoldstein-2/+2
2022-07-30Use LocalDefId for closures moreCameron Steffen-3/+3
2022-07-19Use LocalDefId in OpaqueTypeKeyMichael Goulet-1/+1
2022-07-06Remove dead code.Camille GILLOT-15/+0
2022-07-06Reword create_def comment.Camille GILLOT-6/+13
2022-07-06Comment untracked_crate.Camille GILLOT-0/+2
2022-07-06Create a forever red node and use it to force side effects.Camille GILLOT-16/+4
2022-07-06Make AST lowering a query.Camille GILLOT-5/+11
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-19/+94
2022-07-06Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obkDylan DPC-2/+25
2022-07-05Add #[derive(TypeVisitable)]Alan Egerton-3/+3
2022-07-05errors: introduce `DecorateLint`David Wood-1/+24
2022-07-05lint: `LintDiagnosticBuilder` into `rustc_errors`David Wood-2/+2
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