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
/
src
/
tools
/
tidy
/
src
/
error_codes.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Migrate the remaining tidy checks to diagnostics
Jakub Beránek
-76
/
+48
2025-07-11
tidy: clippy fixes
Marijn Schouten
-12
/
+8
2025-06-23
Move error code explanation removal check into tidy
Guillaume Gomez
-1
/
+31
2024-12-05
Revert "Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu"
Jieyou Xu
-3
/
+3
2024-12-03
tidy: `println!` -> `eprintln!`
clubby789
-3
/
+3
2024-07-30
tidy: Fix quote in error message
A. Wilcox
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+3
2024-06-13
tidy: apply considerable clippy suggestions
onur-ozkan
-5
/
+3
2024-03-20
Make tidy error code parsing robust against comments
Oli Scherer
-13
/
+30
2024-03-20
Use the more informative generic type inference failure error on method calls...
Oli Scherer
-1
/
+1
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-17
/
+17
2023-12-23
move rustc_outlives test code from query to dedicated function
Lukas Markeffsky
-1
/
+1
2023-08-27
also ignore doctests
Ralf Jung
-1
/
+2
2023-08-27
tell people what to do when removing an error code
Ralf Jung
-1
/
+5
2023-03-27
Don't skip all directories when tidy-checking
Maybe Waffle
-2
/
+2
2023-03-05
Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonur
Matthias Krüger
-2
/
+4
2023-03-05
Make `x test tidy` less noisy
Joshua Nelson
-2
/
+4
2023-03-05
Ignore things in .gitignore in tidy
Joshua Nelson
-2
/
+2
2023-02-26
refactor: statically guarantee that current error codes are documented
Ezra Shaw
-21
/
+3
2023-02-25
docs/test: add UI test and docs for `E0476`
Ezra Shaw
-1
/
+1
2023-02-06
Add extended error message for E0523
Matthew Kelly
-1
/
+1
2023-01-23
add UI test + docs for `E0789`
Ezra Shaw
-1
/
+1
2023-01-18
remove error code from `#[rustc_variance]` and document its remains
Ezra Shaw
-2
/
+1
2023-01-12
Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco
nils
-4
/
+2
2023-01-12
remove unreachable error code `E0490`
Ezra Shaw
-4
/
+2
2023-01-11
Change `src/test` to `tests` in source files, fix tidy and tests
Albert Larsan
-4
/
+4
2023-01-09
fix: fix CI errors
Ezra Shaw
-1
/
+3
2023-01-08
Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors
Yuki Okushi
-2
/
+2
2023-01-08
remove unreachable error code `E0313`
Ezra Shaw
-2
/
+2
2023-01-07
minor fixes for `error_codes.rs` tidy check
Ezra Shaw
-12
/
+15
2023-01-03
print highest error code
Ezra Shaw
-0
/
+1
2023-01-02
fix CI
Ezra Shaw
-7
/
+8
2023-01-02
pattern destructure `has_test`
Ezra Shaw
-3
/
+1
2023-01-02
fixup warnings
Ezra Shaw
-71
/
+52
2023-01-02
fix CI error
Ezra Shaw
-2
/
+3
2023-01-02
use more paths in error codes
Ezra Shaw
-5
/
+7
2023-01-02
docs: revert removal of `E0729`
Ezra Shaw
-1
/
+1
2023-01-01
refactor: clean up `errors.rs` and `error_codes_check.rs`
Ezra Shaw
-0
/
+397