about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src
AgeCommit message (Expand)AuthorLines
2022-09-29 Mark ignore on error code docs in compiler/rustc_borrowck/src/region_infer/m...reez12g-2/+2
2022-09-29Mark ignore on error code docs in compiler/rustc_borrowck/src/diagnostics/reg...reez12g-1/+1
2022-09-28Fix missing explanation of where borrowed reference is used when the borrow o...Yan Chen-134/+45
2022-09-26Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-1/+0
2022-09-26Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisabors-0/+70
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+70
2022-09-25Auto merge of #95474 - oli-obk:tait_ub, r=jackh726bors-0/+5
2022-09-25Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, ...fee1-dead-6/+6
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-6/+8
2022-09-23use correct location for type tests in promoted constsb-naber-0/+9
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-0/+6
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-6/+6
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-8/+8
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-8/+8
2022-09-21Neither require nor imply lifetime bounds on opaque type for well formednessOli Scherer-0/+5
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-2/+38
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-2/+2
2022-09-19Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errorsbors-41/+120
2022-09-17Use Predicate ConstraintCategory when normalizingJack Huey-14/+37
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-1/+1
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-8/+36
2022-09-16Final bitsJack Huey-5/+22
2022-09-16Add ExtraConstraintInfoJack Huey-17/+31
2022-09-16Add outlives_constraint to BlameConstraintJack Huey-6/+9
2022-09-16Pass ConstraintCategory thorough a few more placesJack Huey-6/+16
2022-09-16Make QueryOutlivesConstraint contain a ConstraintCategoryJack Huey-6/+18
2022-09-16Revert "Better errors for implied static bound"Jack Huey-90/+34
2022-09-16Revert "Use Predicate ConstraintCategory when normalizing"Jack Huey-37/+14
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-2/+38
2022-09-16remap ParamEnv with obligationDeadbeef-1/+0
2022-09-16unconditionally remap to nonconst in borrowckDeadbeef-18/+6
2022-09-16do const trait method bounds check later in rustc_const_evalDeadbeef-0/+19
2022-09-15nitsb-naber-5/+6
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-2/+33
2022-09-14address review againb-naber-24/+21
2022-09-13Use Predicate ConstraintCategory when normalizingJack Huey-14/+37
2022-09-13Better errors for implied static boundJack Huey-34/+90
2022-09-13Cleanup retrieve_closure_constraint_infoJack Huey-42/+30
2022-09-13Remove unused body argsJack Huey-31/+10
2022-09-13Use def_span for external requirements.Camille GILLOT-2/+3
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-3/+4
2022-09-13Only keep one version of ImplicitSelfKind.Camille GILLOT-6/+3
2022-09-13address reviewb-naber-1/+1
2022-09-13remove visit_const from mir visitorsb-naber-4/+0
2022-09-13renumber regions in mir constants correctlyb-naber-2/+32
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-2/+6
2022-09-12Rename some variantsMichael Goulet-5/+3
2022-09-12dyn* through more typechecking and MIREric Holk-2/+35