summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2019-06-23Exit early from feature search if no features in fileMark Rousskov-2/+10
2019-06-23Collect features only onceMark Rousskov-37/+51
2019-06-23Use Path/PathBuf directly instead of through path::Mark Rousskov-9/+8
2019-06-23Skip querying each ignore directive if none in fileMark Rousskov-7/+14
2019-06-23Utilize entry.metadata over fs::symlink_metadataMark Rousskov-1/+1
2019-06-23Move file-reading into walker loopMark Rousskov-67/+36
2019-06-23Pass contents and DirEntry to walkersMark Rousskov-12/+29
2019-06-23Stop calling format! to check feature gateMark Rousskov-2/+4
2019-06-23Use walkdir crateMark Rousskov-12/+9
2019-06-23Cache Regex'sMark Rousskov-3/+15
2019-06-23Make tidy quieter by defaultMark Rousskov-13/+13
2019-06-12Bump some of the crates using randLaurențiu Nicola-0/+2
2019-06-04Add new diagnostic writer using annotate-snippet libraryPhilipp Hansch-0/+2
2019-06-03Do not panic in tidy on unbalanced parentheses in cfg'sMark Rousskov-3/+5
2019-06-01rustc: use indexmap instead of a plain vector for upvars.Eduard-Mihai Burtescu-0/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-0/+2
2019-05-25Rollup merge of #61096 - ehuss:tidy-license-short-circuit, r=CentrilMazdak Farrokhzad-1/+1
2019-05-23tidy: don't short-circuit on license errorEric Huss-1/+1
2019-05-23Update cargoEric Huss-0/+3
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-3/+2
2019-05-07Auto merge of #60531 - Centril:sort-features, r=oli-obkbors-4/+4
2019-05-04Rename 'no tracking issue START' to fit better with tidy.Mazdak Farrokhzad-4/+4
2019-05-03tidy: Extract `let mut part` out of `parts` block in `version.rs`Alexey Shmalko-7/+5
2019-05-03Migrate tidy to rust 2018 editionAlexey Shmalko-10/+3
2019-05-02Make tidy::version::Version copyAlexey Shmalko-4/+4
2019-05-02Make in_feature_group a simple bool flagAlexey Shmalko-7/+6
2019-05-02Rework Version::parse to avoid extra allocationsAlexey Shmalko-10/+20
2019-05-02Make tidy::version::Version a [u32; 3]Alexey Shmalko-12/+28
2019-05-02Address review commentsAlexey Shmalko-28/+29
2019-05-02Ensure language features in group are sorted by sinceAlexey Shmalko-0/+17
2019-05-02Assign group and parse since for FeatureAlexey Shmalko-11/+117
2019-05-02Make find_attr_val a little bit more preciseAlexey Shmalko-4/+17
2019-04-30Cleanup 'active' declare_features! with uniform style + sorting.Mazdak Farrokhzad-10/+16
2019-04-27tidy: Fix false positives from long URLsVadim Petrochenkov-6/+11
2019-04-25Fix false position on style.rs itselfvarkor-8/+11
2019-04-25Advise the user on how to suppress the file length tidy errorvarkor-1/+7
2019-04-25Add a tidy test for line countvarkor-3/+15
2019-04-23Check for other unused tidy check directivesvarkor-28/+70
2019-04-23Tidy warn on ignored line length when lines are not too longvarkor-3/+9
2019-04-23Look specifically for comments containing tidy ignore directivesvarkor-5/+10
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-1/+1
2019-04-22Add a tidy check for leading trailing newlinesvarkor-0/+7
2019-04-22Disallow double trailing newlines in tidyvarkor-1/+1
2019-04-18Remove unnecessary conditionYuki OKUSHI-1/+1
2019-04-17Rename filenameYuki OKUSHI-1/+1
2019-04-14Rollup merge of #59747 - gruberb:copy-book-toml-unstable-book, r=ehussMazdak Farrokhzad-4/+4
2019-04-12Use measureme in self-profilerWesley Wiser-0/+1
2019-04-07Change root path for unstable-bookBastian Gruber-4/+4
2019-03-28Auto merge of #59336 - gnzlbg:hint_black_box, r=alexcrichtonbors-0/+4
2019-03-26Add exception for libcore/hint.rs to pal lint of tidy scriptgnzlbg-0/+4