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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
errors
Age
Commit message (
Expand
)
Author
Lines
2024-10-10
Clarify implicit captures for RPITIT
Michael Goulet
-0
/
+9
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-18
Explicitly mark a hack as a HACK and elaborate its comment
León Orell Valerian Liehr
-7
/
+8
2024-09-18
Do not ICE with incorrect empty suggestion
Esteban Küber
-1
/
+11
2024-09-16
Introduce distinct error codes for precise capturing
Michael Goulet
-1
/
+2
2024-09-11
Simplify some nested if statements
Michael Goulet
-12
/
+10
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-11
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2024-07-22
Revert suggestion verbosity change
Esteban Küber
-3
/
+3
2024-07-22
On generic and lifetime removal suggestion, do not leave behind stray `,`
Esteban Küber
-9
/
+17
2024-07-22
Change suggestion message wording
Esteban Küber
-5
/
+3
2024-07-22
Use verbose suggestion for "wrong # of generics"
Esteban Küber
-4
/
+4
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-07-08
Remove `structured_errors` module
Oli Scherer
-0
/
+1138
2024-04-20
Explicitly mention `Self`
Michael Goulet
-0
/
+10
2024-04-20
Flip spans for precise capturing syntax not capturing a ty/ct param
Michael Goulet
-3
/
+3
2024-04-15
Use a path instead of an ident (and stop manually resolving)
Michael Goulet
-0
/
+10
2024-04-15
Some ordering and duplication checks
Michael Goulet
-1
/
+21
2024-04-15
Validation and other things
Michael Goulet
-0
/
+33
2024-04-08
Start handling pattern types at the HIR -> Ty conversion boundary
Oli Scherer
-0
/
+9