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
/
annotate_snippet_emitter_writer.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-19
Extract Translator struct
Cameron Steffen
-26
/
+10
2025-04-03
Split ExpectationLintId off Level
Oli Scherer
-2
/
+2
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-7
/
+8
2024-12-06
Store a single copy of the error registry in DiagCtxt
bjorn3
-1
/
+2
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-1
/
+1
2024-10-07
Convert `Option<&Lrc<T>>` return types to `Option<&T>`.
Nicholas Nethercote
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-12
Implement a Method to Seal `DiagInner`'s Suggestions
Veera
-1
/
+1
2024-08-19
Update annotate-snippets to 0.11
Xiretza
-40
/
+29
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+6
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-3
/
+3
2024-02-28
Rename `SubDiagnostic` as `Subdiag`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `Diagnostic` as `DiagInner`.
Nicholas Nethercote
-3
/
+3
2024-02-22
Overhaul `Diagnostic` args.
Nicholas Nethercote
-1
/
+1
2024-02-13
Remove `good_path_delayed_bug`.
Nicholas Nethercote
-5
/
+1
2024-02-06
Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebank
Matthias Krüger
-8
/
+8
2024-02-05
Make `Emitter::emit_diagnostic` consuming.
Nicholas Nethercote
-8
/
+8
2024-02-05
Split `Level::DelayedBug` in two.
Nicholas Nethercote
-1
/
+5
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-3
/
+4
2024-01-14
Rework how diagnostic lints are stored.
Nicholas Nethercote
-8
/
+4
2024-01-12
Good path bugs are just a flavor of delayed bug
Michael Goulet
-1
/
+1
2024-01-11
Rollup merge of #119448 - klensy:annotate-snippets-0.10, r=davidtwco
Matthias Krüger
-8
/
+3
2024-01-11
Change how `force-warn` lint diagnostics are recorded.
Nicholas Nethercote
-1
/
+1
2024-01-07
annotate-snippets: update to 0.10
klensy
-8
/
+3
2024-01-05
Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk
Michael Goulet
-4
/
+4
2024-01-05
Rename `AnnotateSnippetEmitterWriter` as `AnnotateSnippetEmitter`.
Nicholas Nethercote
-4
/
+4
2024-01-04
Remove `is_lint` field from `Level::Error`.
Nicholas Nethercote
-3
/
+1
2023-12-23
Improve some names.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-09-15
implement -Z ignore-directory-in-diagnostics-source-blocks
Pietro Albini
-0
/
+1
2023-09-07
Use `Freeze` for `SourceFile.external_src`
John Kåre Alsaker
-1
/
+1
2023-09-04
Add OnceHelp lint level (same as OnceNote, except for help)
Urgau
-1
/
+1
2023-07-24
Make `--error-format human-annotate-rs` handle multiple files
Martin Nordholts
-7
/
+13
2023-03-28
Create AnnotationColumn struct to fix hard tab column numbers in errors
pommicket
-1
/
+4
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-3
/
+3
2022-11-11
Remove some redundant arguments
Oli Scherer
-1
/
+0
2022-10-10
errors: use `HashMap` to store diagnostic args
David Wood
-2
/
+2
2022-08-15
errors: move translation logic into module
David Wood
-8
/
+11
2022-08-02
dedupe 'annotate-snippets' crate versions
klensy
-1
/
+5
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-1
/
+1
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-6
/
+6
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-2
/
+11
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-7
/
+26
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-04-05
errors: introduce `DiagnosticMessage`
David Wood
-1
/
+1
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-1
/
+1
2022-03-02
Added `Expect` lint level and attribute (RFC-2383)
xFrednet
-0
/
+1
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-2
/
+2
2022-02-23
rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.
Eduard-Mihai Burtescu
-1
/
+3
2021-11-08
Don't abort compilation after giving a lint error
Joshua Nelson
-1
/
+1
[next]