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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-26
Add a label to point to the lacking macro name definition
Lin Yihai
-1
/
+4
2024-07-06
Use field ident spans directly instead of the full field span in diagnostics ...
Oli Scherer
-5
/
+1
2024-07-01
Fix import suggestion error when failed not from starting
yukang
-1
/
+11
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-41
/
+31
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-06-13
Tweak output of import suggestions
Esteban Küber
-7
/
+39
2024-05-30
Improve renaming suggestion for names with leading underscores
Lucas Scharenbroch
-14
/
+24
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-3
/
+3
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-6
/
+0
2024-05-10
Remove `ordinalize`.
Nicholas Nethercote
-14
/
+0
2024-05-10
Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Add raw identifier in a typo suggestion
Lin Yihai
-1
/
+1
2024-04-13
Migrate more diagnostics
Jean CASPAR
-138
/
+135
2024-04-13
Migrate some diagnostics
Jean CASPAR
-10
/
+12
2024-04-13
Port build_reduce_graph
JeanCASPAR
-1
/
+1
2024-03-27
Do not sort `DefId`s in diagnostics
Oli Scherer
-11
/
+9
2024-03-12
Manual rustfmt
Oli Scherer
-1
/
+1
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-03-06
avoid overlapping privacy suggestion for single nested imports
bohan
-23
/
+39
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-4
/
+4
2024-03-05
Rename `DiagnosticMode` as `DiagMode`.
Nicholas Nethercote
-19
/
+16
2024-03-04
Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia...
Matthias Krüger
-1
/
+22
2024-02-29
Rollup merge of #121792 - GuillaumeGomez:improve-suggestion, r=michaelwoerister
Guillaume Gomez
-2
/
+3
2024-02-29
Improve suggestion to rename type starting with underscore to make it more ob...
Guillaume Gomez
-2
/
+3
2024-02-29
Suggest moving if non-found macro_rules! is defined later
yukang
-1
/
+22
2024-02-28
Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco
bors
-10
/
+10
2024-02-28
Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwco
Guillaume Gomez
-1
/
+11
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-10
/
+10
2024-02-27
Remove an unnecessary `span_delayed_bug` in `Resolver::valid_res_from_ribs`.
Nicholas Nethercote
-2
/
+6
2024-02-25
Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot
Matthias Krüger
-1
/
+1
2024-02-25
Fix issues in suggesting importing extern crate paths
yukang
-1
/
+11
2024-02-20
Add newtype for using the prelude in resolution
clubby789
-1
/
+1
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-8
/
+8
2024-02-18
By tracking import use types to check whether it is scope uses or the other s...
surechen
-2
/
+2
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-9
/
+15
2024-02-06
Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors
Matthias Krüger
-1
/
+9
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-2
/
+2
2024-01-21
exclude unexported macro bindings from extern crate
bohan
-4
/
+4
2024-01-15
Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors
bors
-0
/
+3
2024-01-14
Special case 'generic param from outer item' message for `Self`
clubby789
-0
/
+2
2024-01-14
Add note to resolve error about generics from inside static/const
clubby789
-1
/
+7
2024-01-13
store the segment name when resolution fails
bohan
-11
/
+6
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-3
/
+3
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-12
/
+18
2024-01-09
Check bindings around never patterns
Nadrieril
-0
/
+3
2024-01-08
Remove all eight `DiagnosticBuilder::*_with_code` methods.
Nicholas Nethercote
-2
/
+2
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-5
/
+4
2024-01-05
Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da...
Matthias Krüger
-13
/
+41
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-59
/
+52
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-1
/
+1
[next]