summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-8/+5
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-3/+3
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-0/+2
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-0/+2
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-06Check all operands, they may contain indirections in their placeOli Scherer-2/+1
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-8/+6
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-8/+11
2022-08-30Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrumbors-0/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-29Various changes to logging of borrowck-related codeJack Huey-6/+2
2022-08-26diag-migAndyJado-12/+6
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-30Use LocalDefId for closures moreCameron Steffen-2/+2
2022-07-29Auto merge of #99667 - ouz-a:some_branch, r=oli-obkbors-1/+1
2022-07-24optimize un_dereferouz-a-1/+1
2022-07-20Auto merge of #99506 - Dylan-DPC:rollup-q3msucx, r=Dylan-DPCbors-6/+9
2022-07-20take opaq typesouz-a-6/+9
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-2/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-07-12add new rval, pull deref earlyouz-a-0/+17
2022-07-07Tweak wording and spansEsteban Küber-0/+10
2022-07-07Move `dominators` from Body to BasicBlocksTomasz Miąsko-1/+1
2022-06-28Migrate some rustc_borrowck diagnostics to SessionDiagnosticMichael Goulet-0/+1
2022-06-27various: add `rustc_lint_diagnostics` to diag fnsDavid Wood-0/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-3/+5
2022-05-28Initial fixes on top of type interner commitMichael Goulet-2/+4
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-4/+3
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-65/+8
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-65/+8
2022-04-11Add new `Deinit` statement kindJakob Degen-3/+3
2022-04-10Avoid accessing HIR from MIR queries.Camille GILLOT-10/+11
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-4/+4
2022-03-30Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPCbors-3/+3
2022-03-30Spellchecking some commentsYuri Astrakhan-3/+3
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-4/+4
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-2/+4
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+2
2022-03-16rustc_error: make ErrorReported impossible to constructmark-3/+5
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-11/+11
2022-02-273 - Make more use of let_chainsCaio-11/+10
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-9/+19