about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2024-01-04Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.Michael Woerister-10/+12
2024-01-04Split StableCompare trait out of StableOrd trait.Michael Woerister-1/+1
2024-01-03Rollup merge of #119476 - fmease:pp-always-const-trait-preds, r=compiler-errorsLeón Orell Valerian Liehr-12/+21
2024-01-03Rollup merge of #119444 - compiler-errors:closure-or-coroutine, r=oli-obkLeón Orell Valerian Liehr-12/+13
2024-01-01Pretty-print always-const trait predicates correctlyLeón Orell Valerian Liehr-12/+21
2023-12-31rustc_lint: Make `LintLevelsProvider::current_specs()` return `&FxIndexMap`Martin Nordholts-2/+2
2023-12-31Auto merge of #119447 - Nilstrieb:STACKOVERFLOW, r=compiler-errorsbors-1/+2
2023-12-30Update to bitflags 2 in the compilerNilstrieb-6/+12
2023-12-30Use the right type for upvarsMichael Goulet-6/+4
2023-12-30Fix `<BoundConstness as Display>`Nilstrieb-1/+2
2023-12-30is_coroutine -> is_coroutine_or_closureMichael Goulet-7/+10
2023-12-29Auto merge of #119392 - compiler-errors:args-parts, r=Nilstriebbors-58/+48
2023-12-28make ClosureArgsParts not genericMichael Goulet-58/+48
2023-12-28Movability doesn't need to be a query anymoreMichael Goulet-9/+8
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-35/+33
2023-12-27Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-deadbors-11/+10
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-11/+10
2023-12-26Auto merge of #118431 - sjwang05:issue-44695, r=estebankbors-1/+18
2023-12-26Rollup merge of #119307 - compiler-errors:pat-lifetimes, r=NadrierilMichael Goulet-12/+27
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-10/+18
2023-12-26Auto merge of #119258 - compiler-errors:closure-kind, r=eholkbors-23/+9
2023-12-26`thir::Visitor` only needs to visit `&'thir` dataNadrieril-12/+27
2023-12-26Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e...bors-39/+44
2023-12-25Only regular coroutines have movabilityMichael Goulet-9/+9
2023-12-25Remove unnecessary body_expr_countMichael Goulet-14/+0
2023-12-24Auto merge of #119139 - michaelwoerister:cleanup-stable-source-file-id, r=cjg...bors-23/+16
2023-12-23Auto merge of #119218 - Nadrieril:nested-opaque-reveal, r=compiler-errorsbors-18/+73
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-37/+42
2023-12-23Remove an unused diagnostic structDeadbeef-8/+0
2023-12-23Reveal empty opaques in depthNadrieril-18/+73
2023-12-22Rollup merge of #119198 - compiler-errors:desugaring, r=eholkMichael Goulet-24/+53
2023-12-22Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errorsMichael Goulet-28/+15
2023-12-23Give `DiagnosticBuilder` a default type.Nicholas Nethercote-5/+2
2023-12-23Streamline `struct_lint_level`.Nicholas Nethercote-23/+13
2023-12-22Split coroutine desugaring kind from sourceMichael Goulet-24/+53
2023-12-22update cfg(bootstrap)sPietro Albini-1/+0
2023-12-22Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errorsbors-5/+6
2023-12-20Auto merge of #119136 - petrochenkov:feedvis3, r=WaffleLapkinbors-4/+21
2023-12-20resolve: Eagerly feed closure visibilitiesVadim Petrochenkov-4/+21
2023-12-20Rollup merge of #119071 - lcnr:overflowo, r=compiler-errorsMatthias Krüger-4/+31
2023-12-19Unify SourceFile::name_hash and StableSourceFileIdMichael Woerister-23/+16
2023-12-19rename to verbose-internalsjyn-10/+18
2023-12-19Remove param env from relation altogetherMichael Goulet-6/+0
2023-12-19Remove unnecessary param-env from lexical region resolution and fully structu...Michael Goulet-4/+5
2023-12-19Do not evaluate in structurally_relate_tysMichael Goulet-7/+3
2023-12-19Auto merge of #119093 - michaelwoerister:mcp533-18, r=petrochenkovbors-3/+3
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-5/+6
2023-12-18Check FnPtr/FnDef built-in fn traits correctly with effectsMichael Goulet-1/+1
2023-12-18Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl...Michael Woerister-3/+3