about summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-2/+0
2025-07-16Rollup merge of #143957 - samueltardieu:tidy-filenames, r=KobzolSamuel Tardieu-0/+43
2025-07-15Consider outlives assumptions when proving auto traits for coroutine interiorsMichael Goulet-2/+0
2025-07-15Rollup merge of #143905 - xizheyin:143828, r=compiler-errorsSamuel Tardieu-2/+1
2025-07-15tidy: check for invalid file namesSamuel Tardieu-0/+43
2025-07-15tidy: improve commentMarijn Schouten-1/+1
2025-07-15tidy static regex: OnceLock -> LazyLockMarijn Schouten-2/+3
2025-07-15tidy: more clippy fixesMarijn Schouten-112/+110
2025-07-15Recover and suggest use `;` to construct array typexizheyin-2/+1
2025-07-11tidy: use write_allMarijn Schouten-1/+1
2025-07-11tidy: use flatten instead of manual flattenMarijn Schouten-5/+3
2025-07-11tidy: move to edition 2024Marijn Schouten-5/+6
2025-07-11tidy: simplify fluent file extension checkingMarijn Schouten-3/+3
2025-07-11tidy: clippy fixesMarijn Schouten-95/+79
2025-07-08tidy: assume all files are modified in CIbinarycat-0/+4
2025-07-08tidy: warn when --extra-checks is passed an invalid lang:kind combobinarycat-3/+25
2025-07-08tidy: add `auto:` prefix to --extra-checks syntaxbinarycat-13/+57
2025-07-08tidy: update files_modified to take CiInfobinarycat-3/+7
2025-07-08tidy: factor out change detection logic and make it more robustbinarycat-16/+30
2025-07-08tidy: refactor --extra-checks parsingbinarycat-14/+111
2025-07-05tidy: add specific error message for trying to use `spellcheck:fix`.binarycat-0/+7
2025-07-05tidy: use --bless for tidy spellcheck instead of spellcheck:fixbinarycat-6/+5
2025-07-04Rollup merge of #142440 - Kivooeo:tf14, r=tgross35Jubilee-4/+0
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-0/+53
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-0/+53
2025-07-03Auto merge of #143294 - ChrisDenton:rename-mingw, r=Kobzolbors-2/+1
2025-07-02Rename mingw-check-tidy to tidyChris Denton-1/+1
2025-07-01Rename mingw-* CI jobs to pr-*Chris Denton-2/+1
2025-07-01Remove support for dyn*Michael Goulet-1/+0
2025-07-01Give some UI tests more apropriate namesTrevor Gross-4/+0
2025-07-01Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche...Matthias Krüger-1/+0
2025-06-30Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxudianqk-1/+0
2025-06-29cleaned up some testsKivooeo-1/+0
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-1/+0
2025-06-26Rename `tilde const` test files to `conditionally const`Oli Scherer-1/+0
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-2/+204
2025-06-24Update wasm-component-ld to 0.5.14Alex Crichton-0/+1
2025-06-24Auto merge of #142959 - bjorn3:sync_cg_clif-2025-06-24, r=bjorn3bors-0/+3
2025-06-24Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-deadGuillaume Gomez-3/+1
2025-06-24Update tidy exceptionsbjorn3-0/+3
2025-06-24Move some `issues-*` tests to better homesTrevor Gross-3/+1
2025-06-23mbe: Restructure `macro_metavar_expr` testsTrevor Gross-1/+0
2025-06-23Move error code explanation removal check into tidyGuillaume Gomez-2/+32
2025-06-23Create new `CiInfo` type in tidy checks to centralize CI related checksGuillaume Gomez-44/+71
2025-06-23Rollup merge of #142875 - GuillaumeGomez:rustdoc-json-types-version-update, r...Matthias Krüger-0/+25
2025-06-22Document why tidy checks if `eslint` is installed via `npm`Yotam Ofek-0/+3
2025-06-22Check rustdoc-json-types FORMAT_VERSION correct changeGuillaume Gomez-0/+25
2025-06-20Rollup merge of #142677 - GuillaumeGomez:check-format-version-update, r=KobzolTrevor Gross-0/+103
2025-06-20Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obkTrevor Gross-1/+1
2025-06-20Improve error message for rustdoc_json_types tidy checkGuillaume Gomez-10/+20