about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/errs.rs
AgeCommit message (Expand)AuthorLines
2024-11-05Remove unused errs.rs fileEric Huss-88/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+4
2024-08-27Add `warn(unreachable_pub)` to `rustc_hir_analysis`.Nicholas Nethercote-2/+2
2024-07-18Use more accurate span for `addr_of!` suggestionEsteban Küber-13/+22
2024-06-18Prefer `dcx` methods over fields or fields' methodsOli Scherer-1/+1
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-1/+2
2024-04-15Fix pretty hir for anon consts in diagnosticsMichael Goulet-4/+4
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-25/+17
2024-03-14Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`Guillaume Gomez-1/+1
2024-03-12s/mt/mutability/Oli Scherer-2/+1
2024-03-12Add `nested` bool to `DefKind::Static`.Oli Scherer-1/+1
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-02-27Split rustc_type_ir to avoid rustc_ast from depending on itOli Scherer-2/+1
2024-02-18Improve wording of static_mut_refObei Sideg-18/+10
2024-01-23Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.Nicholas Nethercote-1/+1
2024-01-06Disallow reference to `static mut` for statementsObei Sideg-0/+19
2024-01-06Disallow reference to `static mut` for expressionsObei Sideg-0/+78