index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
check
/
errs.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-05
Remove unused errs.rs file
Eric Huss
-88
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+4
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-2
/
+2
2024-07-18
Use more accurate span for `addr_of!` suggestion
Esteban Küber
-13
/
+22
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-1
/
+1
2024-06-04
Add safe/unsafe to static inside extern blocks
Santiago Pastorino
-1
/
+2
2024-04-15
Fix pretty hir for anon consts in diagnostics
Michael Goulet
-4
/
+4
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-25
/
+17
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