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_errors
/
src
/
diagnostic.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-20
avoid `&str` to String conversions
Takayuki Maeda
-8
/
+7
2022-07-16
Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...
Matthias Krüger
-1
/
+1
2022-07-17
avoid some `Symbol` to `String` conversions
Takayuki Maeda
-1
/
+1
2022-07-15
passes: migrate half of `check_attr`
David Wood
-0
/
+1
2022-07-15
errors: impl `IntoDiagnosticArg` for `char`
David Wood
-77
/
+33
2022-07-08
Fix duplicated type annotation suggestion
Daniel Xu
-0
/
+8
2022-07-08
Implement IntoDiagnosticArg for hir::ConstContext
Michael Goulet
-0
/
+11
2022-07-05
errors: introduce `DecorateLint`
David Wood
-2
/
+10
2022-07-05
Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors
Dylan DPC
-1
/
+83
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-7
/
+7
2022-06-30
lint: port incomplete features diagnostics
David Wood
-0
/
+6
2022-06-30
lint: port keyword idents diagnostics
David Wood
-1
/
+7
2022-06-30
lint: port variant size difference diagnostics
David Wood
-0
/
+48
2022-06-30
lint: port overflowing literals diagnostics
David Wood
-0
/
+12
2022-06-30
lint: port non-fmt-panic diagnostics
David Wood
-0
/
+10
2022-06-16
Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...
Matthias Krüger
-4
/
+6
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-4
/
+6
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+8
2022-06-03
Replace `&Vec<_>`s with `&[_]`s
Maybe Waffle
-3
/
+3
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-34
/
+52
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-12
errors: `set_arg` takes `IntoDiagnosticArg`
David Wood
-2
/
+2
2022-04-29
macros: subdiagnostic derive
David Wood
-0
/
+14
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-7
/
+7
2022-04-19
Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco
Dylan DPC
-24
/
+1
2022-04-15
Remove `--extern-location` and all associated code
Jeremy Fitzhardinge
-24
/
+1
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-04-05
macros: support translatable labels
David Wood
-1
/
+1
2022-04-05
macros: add args for non-subdiagnostic fields
David Wood
-0
/
+48
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-51
/
+90
2022-04-05
span: move `MultiSpan`
David Wood
-36
/
+6
2022-04-05
errors: introduce `DiagnosticMessage`
David Wood
-19
/
+48
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+6
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-1
/
+20
2022-03-14
Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199...
Matthias Krüger
-1
/
+24
2022-03-07
diagnostics: only talk about `Cargo.toml` if running under Cargo
Michael Howell
-0
/
+13
2022-03-07
Update unstable `ExpectationId`s in stored diagnostics
xFrednet
-1
/
+24
2022-03-02
Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383)
xFrednet
-5
/
+1
2022-03-02
Added `Expect` lint level and attribute (RFC-2383)
xFrednet
-1
/
+5
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-23
/
+7
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-8
/
+22
2022-02-23
rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.
Eduard-Mihai Burtescu
-2
/
+41
2022-01-24
rustc_errors: remove `allow_suggestions` from `DiagnosticBuilder`.
Eduard-Mihai Burtescu
-9
/
+29
2021-11-08
Don't abort compilation after giving a lint error
Joshua Nelson
-1
/
+1
2021-10-24
Always sort suggestions before emitting them
Esteban Kuber
-3
/
+7
2021-09-17
Make diagnostics clearer for `?` operators
Yuki Okushi
-0
/
+12
2021-09-13
Auto merge of #87915 - estebank:fancy-spans, r=oli-obk
bors
-0
/
+15
2021-09-04
Fix #88256, remove duplicated diagnostic
yukang
-1
/
+48
2021-08-12
Use smaller spans for some structured suggestions
Esteban Kuber
-0
/
+15
2021-07-30
Use multispan suggestions more often
Esteban Küber
-0
/
+24
[next]