about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-02-06Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errorsMatthias Krüger-0/+11
2024-02-04Suggest `[tail @ ..]` on `[..tail]` and `[...tail]` where `tail` is unresolvedLeón Orell Valerian Liehr-0/+14
2024-02-02Suggest changing ty to const params if appropriateLeón Orell Valerian Liehr-1/+14
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-31/+32
2024-01-29Remove bogus `{code}` attributes on `TraitImplMismatch`.Nicholas Nethercote-2/+1
2024-01-14Special case 'generic param from outer item' message for `Self`clubby789-0/+1
2024-01-14Add note to resolve error about generics from inside static/constclubby789-0/+10
2024-01-09Check bindings around never patternsNadrieril-0/+9
2023-12-06tip for define macro name after `macro_rules!`bohan-0/+7
2023-09-11Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errorsMatthias Krüger-0/+34
2023-09-10Make E0401 translatableLeón Orell Valerian Liehr-0/+34
2023-09-04resolve: derive diag for undetermined macro resolutionbohan-0/+10
2023-06-25Add translatable diagnostic for import resolution stringsTom Martin-0/+81
2023-06-19Remove unreachable and untested suggestion for invalid span enum derive(Default)Tom Martin-7/+0
2023-06-18Add translatable diagnostic for various strings in resolve::unresolved_macro_...Tom Martin-0/+31
2023-06-18Add translatable diagnostic for cannot find in this scopeTom Martin-0/+9
2023-06-18Add translatable diagnostic for invalid importsTom Martin-0/+8
2023-06-18Add translatable diagnostic for changing import bindingTom Martin-0/+19
2023-06-01Remember names of `cfg`-ed out items to mention them in diagnosticsNilstrieb-0/+4
2023-05-11Improve error for `self: Box<self>`clubby789-0/+8
2023-05-05improve diagnostics and bless testsBoxy-6/+41
2023-04-25Fix static string lintsclubby789-0/+22
2023-04-24Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726Matthias Krüger-0/+9
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-04-17Suggest using integration tests for proc-macrosclubby789-0/+9
2023-04-10Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwcobors-0/+27
2023-04-07Change type and field name to be clearerTom Martin-2/+2
2023-04-07Rewrite added diagnostics as translatableTom Martin-0/+27
2023-04-04Deny `use`ing tool pathsclubby789-0/+9
2023-02-22errors: generate typed identifiers in each crateDavid Wood-7/+7
2022-11-13migrating rustc_resolve to SessionDiagnostic. work in progress. startRajput, Rajat-0/+474