about summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2019-08-24Fix tidy feature gate error reportingPascal Hertleif-7/+15
2019-08-24Auto merge of #63637 - alexcrichton:remove-libtest-step, r=Mark-Simulacrumbors-0/+3
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-0/+3
2019-08-23Fix `tidy` fallout due to `feature_gate.rs` refactoring.Mazdak Farrokhzad-1/+8
2019-08-02Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrumbors-90/+63
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-26/+10
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02librustc: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02librustc_incremental: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02libsyntax_pos: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02librustc_target: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02librustc_lexer: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02libpanic_unwind: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02libserialize: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02libterm: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02libtest: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02compiletest: Unconfigure tests during normal buildVadim Petrochenkov-1/+0
2019-08-02tidy: Unconfigure tests during normal buildVadim Petrochenkov-51/+53
2019-08-01Remove spin dependencygnzlbg-1/+0
2019-08-01Update Cargo.lockgnzlbg-0/+4
2019-08-01Remove mach dependencygnzlbg-1/+2
2019-07-30Add very simple edition check to tidy; and add missing edition = 2018s.CrLF0710-0/+47
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-18/+18
2019-07-28Rollup merge of #63081 - petrochenkov:cleantidy, r=Mark-SimulacrumMazdak Farrokhzad-16/+4
2019-07-28Rollup merge of #62995 - estebank:issue-62973, r=varkorMazdak Farrokhzad-2/+14
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-07-28tidy: Cleanup the directory whitelistVadim Petrochenkov-16/+4
2019-07-27tidy: Add a check for inline unit tests and benchmarksVadim Petrochenkov-19/+84
2019-07-27tidy: Fix a regression in `#[test]` detection in libcoreVadim Petrochenkov-8/+10
2019-07-27tidy: libcoretest.rs -> unit_tests.rsVadim Petrochenkov-2/+2
2019-07-26ignore-tidy-trailing-newlinesEsteban Küber-2/+14
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-07-24syntax_ext: Turn `#[global_allocator]` into a regular attribute macroVadim Petrochenkov-1/+1
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-2/+2
2019-07-15Update the stdarch submodulegnzlbg-1/+1
2019-07-06Auto merge of #62452 - Centril:rollup-5jww3h7, r=Centrilbors-1/+2
2019-07-06Add 'Apache-2.0 OR MIT' license variation to tidy/tools checkAndré Luis Leal Cardoso Junior-0/+1
2019-07-06Fix tidy issuesVadim Petrochenkov-1/+2
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