summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-03-19merge opaque types of nested bodieslcnr-3/+4
2025-03-17Flatten and simplify some control flowYotam Ofek-10/+6
2025-03-15Squash fold into tyMichael Goulet-2/+1
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-12Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkovbors-0/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-1/+0
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-03-06Allow to mutate use capturesSantiago Pastorino-7/+13
2025-02-24cleanup few unused argsklensy-2/+2
2025-02-19Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errorsMatthias Krüger-1/+0
2025-02-19Remove `rustc_middle::mir::tcx` module.Nicholas Nethercote-1/+0
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-1/+1
2025-02-08Rustfmtbjorn3-3/+7
2025-02-03Rollup merge of #136299 - lqd:polonius-next-episode-9, r=jackh726Matthias Krüger-2/+8
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-2/+12
2025-01-31record boring locals in polonius contextRémy Rakic-1/+7
2025-01-31create context for errors and diagnostics for last borrowck phaseRémy Rakic-2/+2
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-4/+7
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-2/+8
2025-01-18Rollup merge of #134455 - lcnr:move-errors-in-promoteds, r=compiler-errorsMatthias Krüger-9/+9
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-3/+3
2025-01-08Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgrbors-4/+5
2025-01-08Rollup merge of #135250 - lqd:simple-cleanups, r=matthewjasperMatthias Krüger-4/+5
2025-01-08Try to explain borrow for tail expr temporary drop order change in 2024Michael Goulet-5/+14
2025-01-08Don't do AccessDepth::Drop for types with no drop implMichael Goulet-4/+12
2025-01-08remove an extraneous commentwieDasDing-1/+0
2025-01-08apply suggestions on fn nameDing Xiang Fei-4/+4
2025-01-08run borrowck tests on BIDs and emit tail-expr-drop-order lints forDing Xiang Fei-14/+65
2025-01-08rename `LocationTable` to `PoloniusLocationTable`Rémy Rakic-4/+5
2025-01-08Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnrbors-0/+1
2025-01-06further clean up `best_blame_constraint`dianne-0/+1
2025-01-01remove borrowck duplicate of `std::ops::ControlFlow`Rémy Rakic-8/+8
2025-01-01remove `allow_two_phase_borrow`Rémy Rakic-2/+2
2025-01-01remove empty `util` moduleRémy Rakic-1/+0
2024-12-30rename `diags` fieldRémy Rakic-5/+12
2024-12-30clean up `BorrowckDiags`Rémy Rakic-4/+5
2024-12-30merge `diags` module into `diagnostics`Rémy Rakic-145/+4
2024-12-30move `facts` module to polonius legacy moduleRémy Rakic-3/+1
2024-12-30move `location` module to polonius legacy moduleRémy Rakic-2/+1
2024-12-30fix a couple nitsRémy Rakic-4/+3
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-0/+2
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+2
2024-12-22Delete `Rvalue::Len`Scott McMurray-8/+2
2024-12-21Auto merge of #134268 - lqd:polonius-next, r=jackh726bors-0/+11
2024-12-20cleanup promoteds move checklcnr-9/+9
2024-12-18move lint_unused_mut into subfnlcnr-29/+33
2024-12-18address review commentsRémy Rakic-1/+1