summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-19ignore target foldersDouglas Campos-0/+1
2018-09-21Update CargoAlex Crichton-0/+1
2018-09-07Rollup merge of #53895 - joshtriplett:tidy-tidy, r=nikomatsakiskennytm-57/+44
2018-09-04Breaking change upgradesMark Rousskov-1/+3
2018-09-03Add memmap crate to tidy whitelist.Michael Woerister-0/+1
2018-09-01tidy: features.rs: Remove a redundant .containsJosh Triplett-4/+0
2018-09-01tidy: features.rs: Use splitn rather than a complex sliceJosh Triplett-1/+1
2018-09-01tidy: features.rs: collect_lib_features: SimplifyJosh Triplett-8/+5
2018-09-01tidy: Use an inclusive range rather than a +1 boundJosh Triplett-1/+1
2018-09-01tidy: Eliminate an unnecessary .into_iter()Josh Triplett-1/+1
2018-09-01tidy: deps: Hoist a complex multi-line if condition into a letJosh Triplett-2/+3
2018-09-01tidy: unstable_book.rs: Clean up directory iterationJosh Triplett-4/+3
2018-09-01tidy: Avoid "let ref mut = ..."Josh Triplett-6/+6
2018-09-01tidy: Use "const" instead of "static, and remove implied `'static` lifetimesJosh Triplett-6/+6
2018-09-01tidy: extdeps.rs: Avoid an unnecessary collect()Josh Triplett-2/+1
2018-09-01tidy: extdeps.rs: Clean up loop iteration to use "for"Josh Triplett-2/+1
2018-09-01tidy: cargo.rs: Clean up loop to use "for" instead of "while let"Josh Triplett-2/+1
2018-09-01tidy: Clean up argument handlingJosh Triplett-5/+2
2018-09-01tidy: Use is_empty() instead of len testsJosh Triplett-2/+2
2018-09-01tidy: Use chars for single-character patternsJosh Triplett-12/+12
2018-08-25Update Cargo submoduleAlex Crichton-1/+5
2018-08-25Auto merge of #53609 - bemeurer:tidy-ctfe, r=RalfJungbors-2/+0
2018-08-24Rollup merge of #53617 - joshtriplett:tidy-no-license-header, r=Mark-Simulacrumkennytm-53/+0
2018-08-23Removed librustc/mir/interpret and librustc_mir/interpreter from tidy skip listBernardo Meurer-2/+0
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-08-22tidy: Stop requiring a license headerJosh Triplett-53/+0
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-4/+4
2018-08-17Rollup merge of #53399 - varkor:ignore-non-md-unstable_book, r=nikomatsakiskennytm-0/+1
2018-08-15Tidy: ignore non-Markdown files when linting for the Unstable Bookvarkor-0/+1
2018-08-14Add lldb to the buildTom Tromey-0/+2
2018-08-14Tidy no longer fails when there are no files or subdirectories in a test dire...David Wood-9/+11
2018-08-09Deny future duplication of rustc-ap-syntaxAlex Crichton-1/+1
2018-08-08Prevent duplication of rust-ap-syntaxNick Cameron-1/+30
2018-08-05Remove obsolete tests in tidyvarkor-32/+3
2018-07-29Exempt cloudabi from license check.kennytm-0/+1
2018-07-28Update the Cargo submodule and rustfixAlex Crichton-0/+1
2018-07-25Add missing dynTatsuyuki Ishi-3/+3
2018-07-23Change single char str patterns to charsljedrz-3/+3
2018-07-15tidy: add a new test for external dependenciesSébastien Marie-0/+52
2018-07-07Mostly fix compiling without LLVM (with metadata_only backend)bjorn3-1/+0
2018-07-06Update RLS, Rustfmt, Cargo, and ClippyNick Cameron-0/+1
2018-06-20Fix tidyBastien Orivel-1/+1
2018-05-30Replace libbacktrace with a submoduleAlex Crichton-0/+1
2018-05-29Whitelist datafrog on tidySantiago Pastorino-0/+1
2018-05-27Ensure every unstable feature has a tracking issue.kennytm-6/+29
2018-05-26Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakiskennytm-0/+1
2018-05-24Use AllFacts from polonius-engineSantiago Pastorino-0/+1
2018-05-24extend the crate whitelist to include rustc-hash, chalkNiko Matsakis-0/+3
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1