about summary refs log tree commit diff
path: root/src/tools/tidy/src/error_codes.rs
AgeCommit message (Expand)AuthorLines
2025-09-21Migrate the remaining tidy checks to diagnosticsJakub Beránek-76/+48
2025-07-11tidy: clippy fixesMarijn Schouten-12/+8
2025-06-23Move error code explanation removal check into tidyGuillaume Gomez-1/+31
2024-12-05Revert "Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu"Jieyou Xu-3/+3
2024-12-03tidy: `println!` -> `eprintln!`clubby789-3/+3
2024-07-30tidy: Fix quote in error messageA. Wilcox-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+3
2024-06-13tidy: apply considerable clippy suggestionsonur-ozkan-5/+3
2024-03-20Make tidy error code parsing robust against commentsOli Scherer-13/+30
2024-03-20Use the more informative generic type inference failure error on method calls...Oli Scherer-1/+1
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-17/+17
2023-12-23move rustc_outlives test code from query to dedicated functionLukas Markeffsky-1/+1
2023-08-27also ignore doctestsRalf Jung-1/+2
2023-08-27tell people what to do when removing an error codeRalf Jung-1/+5
2023-03-27Don't skip all directories when tidy-checkingMaybe Waffle-2/+2
2023-03-05Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonurMatthias Krüger-2/+4
2023-03-05Make `x test tidy` less noisyJoshua Nelson-2/+4
2023-03-05Ignore things in .gitignore in tidyJoshua Nelson-2/+2
2023-02-26refactor: statically guarantee that current error codes are documentedEzra Shaw-21/+3
2023-02-25docs/test: add UI test and docs for `E0476`Ezra Shaw-1/+1
2023-02-06Add extended error message for E0523Matthew Kelly-1/+1
2023-01-23add UI test + docs for `E0789`Ezra Shaw-1/+1
2023-01-18remove error code from `#[rustc_variance]` and document its remainsEzra Shaw-2/+1
2023-01-12Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwconils-4/+2
2023-01-12remove unreachable error code `E0490`Ezra Shaw-4/+2
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-4/+4
2023-01-09fix: fix CI errorsEzra Shaw-1/+3
2023-01-08Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errorsYuki Okushi-2/+2
2023-01-08remove unreachable error code `E0313`Ezra Shaw-2/+2
2023-01-07minor fixes for `error_codes.rs` tidy checkEzra Shaw-12/+15
2023-01-03print highest error codeEzra Shaw-0/+1
2023-01-02fix CIEzra Shaw-7/+8
2023-01-02pattern destructure `has_test`Ezra Shaw-3/+1
2023-01-02fixup warningsEzra Shaw-71/+52
2023-01-02fix CI errorEzra Shaw-2/+3
2023-01-02use more paths in error codesEzra Shaw-5/+7
2023-01-02docs: revert removal of `E0729`Ezra Shaw-1/+1
2023-01-01refactor: clean up `errors.rs` and `error_codes_check.rs`Ezra Shaw-0/+397