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
2024-01-09
Remove `-Zdont-buffer-diagnostics`.
Nicholas Nethercote
-2
/
+1
2024-01-08
Remove `DiagnosticBuilderState`.
Nicholas Nethercote
-141
/
+72
2024-01-08
Make `emit_producing_{guarantee,nothing}` consuming.
Nicholas Nethercote
-9
/
+9
2024-01-08
Remove `DiagnosticBuilder::delay_as_bug_without_consuming`.
Nicholas Nethercote
-7
/
+0
2024-01-08
Remove `DiagnosticBuilder::emit_without_consuming`.
Nicholas Nethercote
-7
/
+1
2024-01-08
Remove all eight `DiagnosticBuilder::*_with_code` methods.
Nicholas Nethercote
-2
/
+2
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-3
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-93
/
+108
2024-01-08
Remove `Clone` impl for `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+4
2024-01-03
Fix `forward!` so it doesn't require trailing commas in some cases.
Nicholas Nethercote
-4
/
+4
2024-01-03
Fix up `forward!` decls.
Nicholas Nethercote
-26
/
+6
2024-01-03
Remove forward for `downgrade_to_delayed_bug`.
Nicholas Nethercote
-5
/
+0
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-5
/
+5
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-12-23
Remove `DiagnosticBuilder::forget_guarantee`.
Nicholas Nethercote
-52
/
+24
2023-12-23
Fix a comment.
Nicholas Nethercote
-1
/
+1
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
[next]