about summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2022-10-14Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkovDylan DPC-2/+2
2022-10-13Move some tests to more reasonable directoriesCaio-2/+2
2022-10-12tidy: error if a lang feature is already presentest31-126/+137
2022-10-12Error if tidy-alphabetical-end was not foundNilstrieb-4/+19
2022-10-12Add tidy directoy `tidy-alphabetical`Nilstrieb-0/+101
2022-10-10Rollup merge of #102846 - zertosh:update-syn, r=dtolnayMatthias Krüger-4/+6
2022-10-10Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-2/+2
2022-10-09update to syn-1.0.102Andres Suarez-4/+6
2022-10-01make tidy accept multi-line `rustc_const_unstable` attributesMaybe Waffle-1/+3
2022-09-29more clear function and variable namesRalf Jung-17/+14
2022-09-29make tidy dependency error less confusingRalf Jung-1/+1
2022-09-22Rollup merge of #102030 - est31:tidy_walk_no_reexport, r=Mark-SimulacrumYuki Okushi-21/+28
2022-09-20Move some tests to more reasonable directoriesCaio-2/+2
2022-09-19Don't crate-locally reexport walk functions in tidyest31-21/+28
2022-09-19Add all submodules to the list of directories tidy skipsest31-0/+6
2022-09-17Allow using `tinyvec_macros` dependency, which was introduced by newer versio...Charles Lew-0/+2
2022-09-14tidy will not check coding style in bootstrap/targetyukang-0/+1
2022-09-07Fix error printing mistake in tidyest31-2/+1
2022-09-04Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPCbors-5/+0
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-0/+1
2022-08-31update few crates to drop old depsklensy-5/+0
2022-08-29Auto merge of #98626 - oli-obk:tracing, r=lcnrbors-0/+1
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-0/+1
2022-08-28Auto merge of #100863 - ehuss:sunset-rls, r=Mark-Simulacrumbors-2/+1
2022-08-27Sunset RLSEric Huss-2/+1
2022-08-28Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrumbors-0/+2
2022-08-27tidy: move directory traversal utility functions into dedicated moduleest31-62/+74
2022-08-27tidy: forbid since values for features that point to the current release or f...est31-5/+55
2022-08-27Rollup merge of #100924 - est31:closure_to_fn_ptr, r=Mark-SimulacrumYuki Okushi-1/+1
2022-08-24Add new allowed depsbjorn3-0/+6
2022-08-23Use direct pointer to filter_dirs functionest31-1/+1
2022-08-23Relax tidy rules for OS-specific codeAmanieu d'Antras-0/+2
2022-08-23Rollup merge of #100862 - ehuss:tidy-crossbeam, r=Mark-SimulacrumMatthias Krüger-5/+3
2022-08-21tidy: remove crossbeam-utilsEric Huss-5/+3
2022-08-18tidy: check fluent files for styleXiretza-9/+6
2022-08-12Use an extensionless `x` script for non-WindowsJosh Stone-1/+1
2022-08-08Add `x.sh` and `x.ps1` shell scriptsJoshua Nelson-3/+5
2022-07-29Update tracing to 0.1.31Oli Scherer-0/+1
2022-07-25Update list of allowed dependenciesbjorn3-3/+11
2022-07-21`region_outlives_predicate` no snapshotlcnr-2/+2
2022-07-17Auto merge of #99283 - RalfJung:miri, r=RalfJungbors-0/+1
2022-07-17make tidy accept another permutation of this license stringRalf Jung-0/+1
2022-07-08fixes post rebaseJane Losare-Lusby-1/+1
2022-07-01Lint against executable files in the root directoryMark Rousskov-8/+24
2022-06-30get rid of some tidy 'unnecessarily ignored' warningsRalf Jung-9/+4
2022-06-22Remove individual crate checks for bootstrap in tidyJoshua Nelson-83/+0
2022-06-21Add bootstrap to tidy checkJoshua Nelson-3/+105
2022-06-21Move some tests to more reasonable directoriesCaio-1/+1
2022-06-13Move testsCaio-2/+2
2022-06-03Fully stabilize NLLJack Huey-2/+2