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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_macros
/
src
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `__diagnostic_handler_sess` as `_sess`.
Nicholas Nethercote
-4
/
+5
2023-12-18
Rename `DiagnosticDeriveKind::Diagnostic::handler` as `DiagnosticDeriveKind::...
Nicholas Nethercote
-10
/
+10
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-12-16
Simplify lint decorator derive too
Michael Goulet
-2
/
+2
2023-11-10
Minor cleanups.
Nicholas Nethercote
-9
/
+10
2023-10-13
Format all the let chains in compiler
Michael Goulet
-19
/
+23
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-5
/
+13
2023-06-28
Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco
bors
-4
/
+57
2023-06-23
avoid `&format` in error message code
Takayuki Maeda
-8
/
+6
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-23
/
+43
2023-05-26
Fix diagnostics with errors
clubby789
-13
/
+6
2023-05-26
Validate fluent variable references with `debug_assertions`
clubby789
-4
/
+64
2023-05-09
Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb
Dylan DPC
-1
/
+1
2023-05-08
Make spans a bit better
Michael Goulet
-13
/
+23
2023-05-08
Diagnostic args are still args if they're documented
Michael Goulet
-8
/
+7
2023-05-08
Suggest let for possible binding with ty
yukang
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-338
/
+0
2023-04-11
Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors
bors
-2
/
+4
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-2
/
+4
2023-04-09
Inline format_args
Nilstrieb
-1
/
+1
2023-04-09
Fix some clippy::complexity
Nilstrieb
-2
/
+2
2023-04-09
Some simple `clippy::perf` fixes
Nilstrieb
-1
/
+1
2023-04-06
address comments
Deadbeef
-44
/
+49
2023-04-06
fix errors
Deadbeef
-1
/
+2
2023-04-06
fix and bless ui tests 1/2
Deadbeef
-1
/
+19
2023-04-06
migrate rustc_macros to syn 2.0
Deadbeef
-275
/
+196
2023-03-31
Don't emit the OS error in a note
est31
-3
/
+6
2023-03-31
Use std::fs::read_to_file in fluent_messages macro
est31
-11
/
+3
2023-03-29
Check for escape sequences in Fluent resources
clubby789
-0
/
+12
2023-02-27
Allow using `bool` for optional diagnostics
clubby789
-5
/
+18
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-235
/
+228
2023-02-01
Forbid #[suggestion_*(...)] on Vecs
Xiretza
-43
/
+66
2023-01-27
Detect references to non-existant messages in Fluent resources
clubby789
-2
/
+32
2023-01-11
Support eager subdiagnostics again
mejrs
-4
/
+20
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-18
/
+13
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-18
use &str / String literals instead of format!()
Matthias Krüger
-8
/
+4
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-12-14
Auto merge of #105233 - mejrs:always_eager, r=estebank
bors
-36
/
+11
2022-12-04
Always evaluate vecs of subdiagnostics eagerly
mejrs
-36
/
+11
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-32
/
+32
2022-11-21
Improve slug name error
mejrs
-53
/
+44
2022-11-21
Fix tests
mejrs
-31
/
+39
2022-11-21
Match crate and slug names
mejrs
-1
/
+53
2022-11-18
couple of clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-11-07
Modify comment syntax error
wanghaha-dev
-2
/
+2
2022-11-01
Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco
Manish Goregaokar
-20
/
+104
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+3
2022-10-31
Add more track_caller
mejrs
-0
/
+3
[next]