| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-08-13 | fix scope of `super let` bindings within `if let` | dianne | -35/+2 |
| 2025-08-07 | add a scope for `if let` guard temporaries and bindings | dianne | -1/+1 |
| 2025-03-28 | Remove ScopeDepth entirely. | Mara Bos | -1/+1 |
| 2024-12-19 | Rename Scope.id to Scope.local_id, remove trivial accessor | Michael Goulet | -3/+3 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -6/+21 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -1/+9 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_middle`. | Nicholas Nethercote | -0/+1 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -0/+1 |
| 2023-07-14 | Enable potential_query_instability lint in rustc_hir_typeck. | Michael Woerister | -2/+2 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -0/+57 |
