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
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
2021-04-05
Document compiler/ with -Aprivate-intra-doc-links
Joshua Nelson
-9
/
+0
2021-03-27
Fix compiler docs
Joshua Nelson
-0
/
+9
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-14
/
+0
2021-03-27
Remove unused `DiagnosticBuilder::sub` function
Joshua Nelson
-13
/
+0
2021-03-17
Remove unnecessary `forward_inner_docs` hack
Joshua Nelson
-15
/
+6
2021-02-02
Bump rustfmt version
Mark Rousskov
-1
/
+1
2021-01-26
Avoid describing a method as 'not found' when bounds are unsatisfied
Aaron Hill
-4
/
+4
2020-12-16
Fix typo in method name
Camelid
-1
/
+1
2020-12-16
Add more documentation to `Diagnostic` and `DiagnosticBuilder`
Camelid
-7
/
+31
2020-11-16
clarify `span_label` documentation
Andy Russell
-8
/
+10
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+452