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-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-2
/
+2
2023-12-19
Factor out common `emit_producing_guarantee` code.
Nicholas Nethercote
-43
/
+21
2023-12-19
Add `EmitResult` associated type to `EmissionGuarantee`.
Nicholas Nethercote
-36
/
+28
2023-12-19
Remove `struct_diagnostic` and `G::make_diagnostic_builder`.
Nicholas Nethercote
-50
/
+0
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-17
/
+11
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-21
/
+21
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-20
/
+20
2023-12-18
Rename `DiagnosticBuilder::handler` as `DiagnosticBuilder::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `HandlerFlags` as `DiagCtxtFlags`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-28
/
+28
2023-12-15
Split `Handler::emit_diagnostic` in two.
Nicholas Nethercote
-9
/
+11
2023-12-04
Use `DiagnosticBuilder::new` more.
Nicholas Nethercote
-63
/
+31
2023-12-04
Remove some unused code, and downgrade some `pub`s.
Nicholas Nethercote
-7
/
+0
2023-12-04
Avoid `Diagnostic::new_with_code(..., None, ...)`.
Nicholas Nethercote
-5
/
+5
2023-12-04
Always use `G` for `EmissionGuarantee` type variables.
Nicholas Nethercote
-6
/
+6
2023-12-04
Inline and remove more `DiagnosticBuilder::new_diagnostic_*` functions.
Nicholas Nethercote
-80
/
+25
2023-12-04
Inline and remove `DiagnosticBuilder::new_diagnostic_*` functions.
Nicholas Nethercote
-24
/
+0
2023-12-02
Inline and remove `DiagnosticBuilder::new_diagnostic_fatal`.
Nicholas Nethercote
-9
/
+1
2023-10-12
check-cfg: only print the list of expected names once
Urgau
-0
/
+1
2023-07-25
Remove a redundant field
Oli Scherer
-1
/
+3
2023-06-01
Remove adt_const_params usage from compiler
Michael Goulet
-24
/
+8
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+4
2023-05-08
Rollup merge of #111004 - clubby789:migrate-mir-transform, r=oli-obk
Michael Goulet
-0
/
+8
2023-05-05
Mark `ErrorGuaranteed` constructor as deprecated so people don't use it
Michael Goulet
-0
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-05-02
Migrate `mir_transform` to translatable diagnostics
clubby789
-0
/
+8
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
[next]