about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/prefixes.rs
AgeCommit message (Expand)AuthorLines
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-0/+4
2024-11-04Remove unnecessary `continue`.Nicholas Nethercote-2/+1
2024-09-09Remove unnecessary lifetimes in dataflow structs.Nicholas Nethercote-1/+1
2024-08-16Add `warn(unreachable_pub)` to `rustc_borrowck`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-06-24Separate the mir body lifetime from the other lifetimesOli Scherer-1/+1
2024-06-24Separate the lifetimes of the `BorrowckInferCtxt` from the other borrowed itemsOli Scherer-1/+1
2024-03-13cleanup prefixes iteratorbeepster4096-68/+21
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-10-02Add docs, remove code, change subtyper codeouz-a-1/+3
2023-10-02subtyping_projectionsouz-a-0/+1
2022-11-09lint auto passAndyJado-0/+2
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-0/+1
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-1/+0
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+145