about summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2019-01-13Update the const fn tracking issue to the new metabugvarkor-6/+5
2018-12-28Update cargo, rls, miriEric Huss-0/+5
2018-12-25Remove licensesMark Rousskov-130/+0
2018-12-19FIXME(44217) remove fixme because the allocator logic was removed, but platfo...Niv Kaminer-1/+1
2018-12-14std: Use `rustc_demangle` from crates.ioAlex Crichton-0/+1
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-8/+2
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-1/+17
2018-12-09Remove compile-fail-fulldeps test suiteVadim Petrochenkov-6/+3
2018-12-07use top level `fs` functions where appropriateAndy Russell-22/+10
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-0/+1
2018-12-03Update cargoEric Huss-0/+1
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+7
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-7/+7
2018-11-17Update Cargo submoduleAlex Crichton-0/+2
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-2/+0
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-1/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-4/+0
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