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_builder.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-01
Use AddToDiagnostic for "use latest edition" help
Xiretza
-1
/
+0
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+53
2022-12-27
ADD - create and emit Bug support for Diagnostics
Jhonny Bill Mena
-1
/
+54
2022-11-14
Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini
bors
-2
/
+1
2022-11-09
Make span_suggestions take IntoIterator
Michael Goulet
-2
/
+2
2022-11-08
add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed'
yukang
-2
/
+2
2022-11-06
cfg-step code
Mark Rousskov
-2
/
+1
2022-10-19
Implement -Ztrack-diagnostics
mejrs
-0
/
+5
2022-10-07
errors: add `emit_note`/`create_note`
David Wood
-0
/
+50
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-24
/
+0
2022-10-01
Remove `LintDiagnosticBuilder`
Maybe Waffle
-24
/
+0
2022-09-24
rebase and update trait names
Ellis Hoag
-0
/
+13
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-3
/
+4
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-0
/
+9
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-21
Add Handler::struct_diagnostic()
Xiretza
-0
/
+30
2022-08-02
never consider unsafe blocks unused if they would be required with unsafe_op_...
Ralf Jung
-1
/
+1
2022-07-15
errors: lint on `LintDiagnosticBuilder::build`
David Wood
-0
/
+1
2022-07-08
Fix duplicated type annotation suggestion
Daniel Xu
-0
/
+1
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-0
/
+23
2022-06-30
middle: translation in `LintDiagnosticBuilder`
David Wood
-1
/
+1
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-20
/
+27
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-6
/
+6
2022-05-12
errors: `set_arg` takes `IntoDiagnosticArg`
David Wood
-2
/
+2
2022-04-29
macros: subdiagnostic derive
David Wood
-0
/
+5
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-5
/
+5
2022-04-18
Remove unused macro rules
est31
-13
/
+0
2022-04-05
macros: support translatable labels
David Wood
-1
/
+1
2022-04-05
macros: add args for non-subdiagnostic fields
David Wood
-0
/
+7
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-23
/
+32
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-03-27
Make fatal DiagnosticBuilder yield never
Michael Goulet
-0
/
+39
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-0
/
+6
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-4
/
+4
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+3
2022-03-07
diagnostics: only talk about `Cargo.toml` if running under Cargo
Michael Howell
-0
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-9
/
+9
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-64
/
+170
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-23
/
+89
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-35
/
+11
2022-02-23
rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.
Eduard-Mihai Burtescu
-6
/
+10
2022-01-24
rustc_errors: only box the `diagnostic` field in `DiagnosticBuilder`.
Eduard-Mihai Burtescu
-28
/
+22
2022-01-24
rustc_errors: remove `allow_suggestions` from `DiagnosticBuilder`.
Eduard-Mihai Burtescu
-113
/
+25
2021-09-13
Auto merge of #87915 - estebank:fancy-spans, r=oli-obk
bors
-0
/
+14
2021-09-04
Fix #88256, remove duplicated diagnostic
yukang
-0
/
+1
2021-08-12
Use smaller spans for some structured suggestions
Esteban Kuber
-0
/
+14
2021-07-30
Use multispan suggestions more often
Esteban Küber
-0
/
+14
[next]