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_attr
/
src
/
session_diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-0
/
+7
2024-10-04
Improve non-boolean literal error in cfg predicate
Urgau
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-15
/
+11
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-2
/
+2
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-1
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_attr`.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-3
/
+4
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-7
/
+5
2024-03-02
Fix misleading message when using a named constant as a struct alignment/pack
yukang
-0
/
+13
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-5
/
+5
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-24
/
+23
2024-01-19
Pack the u128 in LitKind::Int
Josh Stone
-1
/
+1
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-5
/
+5
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-7
/
+6
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-4
/
+4
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-13
/
+14
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-4
/
+4
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-10-23
Validate `since` value in stable attribute
David Tolnay
-0
/
+7
2023-10-04
Remove E0551.
Nicholas Nethercote
-9
/
+0
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-9
/
+10
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-10-23
Migrate all diagnostics
Nilstrieb
-47
/
+43
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-2
/
+1
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-30
/
+30
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-34
/
+34
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-1
/
+1
2022-09-05
UPDATE - accept start_point and snippet instead of SourceMap
Jhonny Bill Mena
-5
/
+5
2022-09-05
[Gardening] UPDATE - tidy fixes
Jhonny Bill Mena
-1
/
+1
2022-09-05
UPDATE - avoid exposing source_map methods from Handler
Jhonny Bill Mena
-6
/
+5
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-7
/
+11
2022-08-27
use smaller span for suggestions
Takayuki Maeda
-8
/
+6
2022-08-22
Move `LitKind` logic to `session_diagnostics` module
Hampus Lidin
-1
/
+16
2022-08-22
Change to `diag` attributes
Hampus Lidin
-29
/
+30
2022-08-22
Reorder diagnostics in code order, then alphabetical order
Hampus Lidin
-110
/
+233
2022-08-22
Refactor additional diagnostics in `rustc_attr`
Hampus Lidin
-0
/
+62
2022-08-22
Refactor diagnostics in `handle_errors` function
Hampus Lidin
-0
/
+196