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
Age
Commit message (
Expand
)
Author
Lines
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
-94
/
+2
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-73
/
+34
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-93
/
+108
2024-01-08
Remove `Clone` impl for `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+5
2024-01-05
Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk
Michael Goulet
-19
/
+21
2024-01-05
Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obk
Michael Goulet
-13
/
+3
2024-01-05
Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors
Michael Goulet
-107
/
+69
2024-01-05
Add some comments to `Emitter`.
Nicholas Nethercote
-3
/
+5
2024-01-05
Rename `AnnotateSnippetEmitterWriter` as `AnnotateSnippetEmitter`.
Nicholas Nethercote
-4
/
+4
2024-01-05
Rename `EmitterWriter` as `HumanEmitter`.
Nicholas Nethercote
-12
/
+12
2024-01-04
Remove `-Zreport-delayed-bugs`.
Nicholas Nethercote
-13
/
+3
2024-01-04
Remove `is_lint` field from `Level::Error`.
Nicholas Nethercote
-22
/
+14
2024-01-04
compiler: fix typos
vuittont60
-1
/
+1
2024-01-04
Remove unused `DiagnosticBuilder::struct_almost_fatal`.
Nicholas Nethercote
-10
/
+0
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
-32
/
+16
2024-01-03
Remove forward for `downgrade_to_delayed_bug`.
Nicholas Nethercote
-8
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-32
/
+35
2023-12-31
rustc_lint: Make `LintLevelsProvider::current_specs()` return `&FxIndexMap`
Martin Nordholts
-4
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+16
2023-12-24
Remove `ParseSess` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+12
2023-12-23
Remove `DiagnosticBuilder::forget_guarantee`.
Nicholas Nethercote
-52
/
+24
2023-12-23
Fix a comment.
Nicholas Nethercote
-1
/
+1
2023-12-23
Use `pub(crate)` in a couple of places.
Nicholas Nethercote
-2
/
+2
2023-12-23
Take full advantage of a `use Level::*;`.
Nicholas Nethercote
-35
/
+33
2023-12-23
Remove `LabelKind`.
Nicholas Nethercote
-15
/
+2
2023-12-23
Remove `SubDiagnostic::render_span`.
Nicholas Nethercote
-10
/
+3
2023-12-23
Remove `render_span` args from `Diagnostic::{sub,sub_with_highlight}`.
Nicholas Nethercote
-21
/
+14
2023-12-23
Improve some names.
Nicholas Nethercote
-33
/
+33
2023-12-23
Remove `Diagnostic::new_with_code`.
Nicholas Nethercote
-21
/
+1
2023-12-23
Remove `DiagCtxtInner::span_bug`.
Nicholas Nethercote
-13
/
+5
2023-12-23
Introduce `DiagCtxt::treat_next_err_as_bug`.
Nicholas Nethercote
-7
/
+8
2023-12-23
Remove unnecessary line breaks from two string literals.
Nicholas Nethercote
-4
/
+2
2023-12-23
Tweak `flush_delayed`.
Nicholas Nethercote
-10
/
+11
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-14
/
+8
2023-12-23
Fix a couple of left-over references to `Handler`.
Nicholas Nethercote
-2
/
+2
2023-12-23
Improve `use` items in `compiler/rustc_errors/src/lib.rs`.
Nicholas Nethercote
-30
/
+27
2023-12-23
Streamline `struct_lint_level`.
Nicholas Nethercote
-53
/
+0
2023-12-23
Add comments to `Level`.
Nicholas Nethercote
-5
/
+59
2023-12-19
Remove unused `DiagCtxt::span_bug_no_panic`.
Nicholas Nethercote
-7
/
+0
2023-12-19
De-weirdify `fatally_break_rust`.
Nicholas Nethercote
-0
/
+13
2023-12-19
Introduce `DiagCtxt::struct_bug`.
Nicholas Nethercote
-1
/
+9
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
-54
/
+46
2023-12-19
Remove `struct_diagnostic` and `G::make_diagnostic_builder`.
Nicholas Nethercote
-65
/
+0
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-37
/
+42
2023-12-18
Use `.into_diagnostic()` less.
Nicholas Nethercote
-0
/
+1
[next]