| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -2/+1 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -1/+1 |
| 2024-02-27 | Split rustc_type_ir to avoid rustc_ast from depending on it | Oli Scherer | -2/+1 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -18/+10 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-06 | Disallow reference to `static mut` for statements | Obei Sideg | -0/+19 |
| 2024-01-06 | Disallow reference to `static mut` for expressions | Obei Sideg | -0/+78 |
