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_resolve
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-06
tip for define macro name after `macro_rules!`
bohan
-0
/
+7
2023-09-11
Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors
Matthias Krüger
-0
/
+34
2023-09-10
Make E0401 translatable
León Orell Valerian Liehr
-0
/
+34
2023-09-04
resolve: derive diag for undetermined macro resolution
bohan
-0
/
+10
2023-06-25
Add translatable diagnostic for import resolution strings
Tom Martin
-0
/
+81
2023-06-19
Remove unreachable and untested suggestion for invalid span enum derive(Default)
Tom Martin
-7
/
+0
2023-06-18
Add translatable diagnostic for various strings in resolve::unresolved_macro_...
Tom Martin
-0
/
+31
2023-06-18
Add translatable diagnostic for cannot find in this scope
Tom Martin
-0
/
+9
2023-06-18
Add translatable diagnostic for invalid imports
Tom Martin
-0
/
+8
2023-06-18
Add translatable diagnostic for changing import binding
Tom Martin
-0
/
+19
2023-06-01
Remember names of `cfg`-ed out items to mention them in diagnostics
Nilstrieb
-0
/
+4
2023-05-11
Improve error for `self: Box<self>`
clubby789
-0
/
+8
2023-05-05
improve diagnostics and bless tests
Boxy
-6
/
+41
2023-04-25
Fix static string lints
clubby789
-0
/
+22
2023-04-24
Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726
Matthias Krüger
-0
/
+9
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-17
Suggest using integration tests for proc-macros
clubby789
-0
/
+9
2023-04-10
Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwco
bors
-0
/
+27
2023-04-07
Change type and field name to be clearer
Tom Martin
-2
/
+2
2023-04-07
Rewrite added diagnostics as translatable
Tom Martin
-0
/
+27
2023-04-04
Deny `use`ing tool paths
clubby789
-0
/
+9
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-7
/
+7
2022-11-13
migrating rustc_resolve to SessionDiagnostic. work in progress. start
Rajput, Rajat
-0
/
+474
[prev]