about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/rvalue_scopes.rs
AgeCommit message (Expand)AuthorLines
2025-08-13fix scope of `super let` bindings within `if let`dianne-35/+2
2025-08-07add a scope for `if let` guard temporaries and bindingsdianne-1/+1
2025-03-28Remove ScopeDepth entirely.Mara Bos-1/+1
2024-12-19Rename Scope.id to Scope.local_id, remove trivial accessorMichael Goulet-3/+3
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-6/+21
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-1/+9
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_middle`.Nicholas Nethercote-0/+1
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-0/+1
2023-07-14Enable potential_query_instability lint in rustc_hir_typeck.Michael Woerister-2/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-0/+57