summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-7/+17
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-2/+2
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-2/+2
2022-02-19Adopt let else in more placesest31-4/+1
2022-02-11rework borrowck errors so that it's harder to not set taintedMichael Goulet-52/+107
2022-02-11implement tainted_by_errors in mir borrowckMichael Goulet-11/+29
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-3/+2
2022-02-11Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk"Oli Scherer-1/+0
2022-02-08Improve opaque type higher-ranked region error message under NLLAaron Hill-0/+1
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-2/+3
2022-02-02More let_else adoptionsest31-3/+2
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-2/+3
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-72/+8
2022-01-12Remove no longer used `MutateMode` enumTomasz Miąsko-38/+8
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-35/+1
2022-01-07Remove span from UpvarCapture::ByValueGary Guo-1/+1
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-4/+0
2021-12-15Remove in_band_lifetimes from borrowckDániel Buga-1/+0
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-0/+1
2021-11-30Apply cfg-bootstrap switchMark Rousskov-1/+0
2021-11-15Stabilize format_args_captureJosh Triplett-1/+1
2021-10-29Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnrbors-1/+0
2021-10-28Auto merge of #90281 - xldenis:public-borrow-set, r=nikomatsakisbors-1/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-25Add BorrowSet to public apiXavier Denis-1/+1
2021-10-25Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrumbors-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-23update cfg(bootstrap)Pietro Albini-1/+0
2021-10-20Remove NullOp::BoxGary Guo-4/+0
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+1