about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2018-09-12Really make CGU names unique across crates.Michael Woerister-13/+21
2018-09-10Update Cargo submoduleAlex Crichton-0/+0
2018-09-10refactor so that it's no longer possible to call print_source incorrectlyTinco Andringa-11/+14
2018-09-10dont pass in src if we are not reading from stdin in compiletestTinco Andringa-1/+6
2018-09-10Update `compiletest` so that the pretty tests only read from stdin when they ...Felix S. Klock II-4/+16
2018-09-10rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate...Eduard-Mihai Burtescu-0/+0
2018-09-09submodules: update clippy, rls with crate visibility patches, also update cargoMatthias Krüger-14/+14
2018-09-07Rollup merge of #54023 - matthiaskrgr:clippy, r=oli-obkkennytm-14/+14
2018-09-07Rollup merge of #53895 - joshtriplett:tidy-tidy, r=nikomatsakiskennytm-57/+44
2018-09-07update clippy submoduleMatthias Krüger-14/+14
2018-09-05Auto merge of #53951 - tromey:restore-lldb-build, r=alexcrichtonbors-0/+0
2018-09-05Pick up State.h include path changeTom Tromey-0/+0
2018-09-04Breaking change upgradesMark Rousskov-2/+4
2018-09-04Restore lldb buildTom Tromey-0/+0
2018-09-04Update RLS wrt recent Clippy changesIgor Matuszewski-0/+0
2018-09-04Update Rustfmt to 0.99.4Igor Matuszewski-5/+5
2018-09-04Update RLSIgor Matuszewski-0/+0
2018-09-03Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichtonbors-0/+1
2018-09-03Add memmap crate to tidy whitelist.Michael Woerister-0/+1
2018-09-02Update clippyManish Goregaokar-5/+19
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-09-01Auto merge of #53822 - dvc94ch:riscv, r=japaricbors-0/+1
2018-09-01Auto merge of #53762 - flip1995:tool_lints, r=Manishearthbors-5/+5
2018-09-01Auto merge of #53611 - alexcrichton:update-llvm, r=nikomatsakisbors-0/+0
2018-08-31Update LLVM submoduleAlex Crichton-0/+0
2018-08-31Add deprecated_name argument to the register lint group functionsflip1995-5/+5
2018-08-30[RISCV] Add riscv32imc-unknown-none-elf target.David Craven-0/+1
2018-08-30build-manifest: package docs only for tier 1 platformsPietro Albini-1/+12
2018-08-29build-manifest: include extensions marked as unavailablePietro Albini-5/+1
2018-08-29build-manifest: add instructions to test the tool locallyPietro Albini-1/+55
2018-08-29Add more features to the workspace so that all tools pick up on itOliver Schneider-0/+3
2018-08-29Update clippy submoduleOliver Schneider-19/+5
2018-08-28Auto merge of #53679 - japaric:cortex-r, r=alexcrichtonbors-0/+3
2018-08-27Auto merge of #53624 - Zoxc:ice-fix, r=oli-obkbors-14/+14
2018-08-27Update clippyJohn Kåre Alsaker-14/+14
2018-08-26Auto merge of #53715 - pietroalbini:missing-components-manifest, r=alexcrichtonbors-66/+46