summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2017-01-31[Gate Tests] - marking feature testsColm Seale-2/+1
2017-01-24Remove Reflectest31-1/+1
2017-01-22Remove proc_macro from the tidy whitelist againest31-4/+10
2017-01-22[Gate Tests] - marking feature testsColm Seale-4/+2
2017-01-20Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfriedAlex Crichton-1/+1
2017-01-16Implement `#[proc_macro_attribute]`Austin Bonander-1/+1
2017-01-15Mark the pushpop_unsafe feature as "removed"est31-1/+1
2017-01-15Remove the safe_suggestion featureest31-1/+1
2017-01-12Use a whitelist and print nice hintsest31-12/+26
2017-01-12Automatically treat test files "feature-gate-$f.rs" as gate tests for feature $fest31-0/+16
2017-01-12Don't require gate tests for removed featuresest31-2/+4
2017-01-12Add gate-test- to some already existing testsest31-1/+1
2017-01-12Require compile-fail tests for new lang featuresest31-1/+71
2017-01-12Use only one feature struct, and use hash maps in both occasionsest31-18/+11
2016-12-30Always use Rust based intrinsics on Windowsest31-0/+2
2016-12-16tidy features: use 2-parameter form of internal try macro for open errZack M. Davis-1/+1
2016-12-10Check the license of vendored depsBrian Anderson-0/+75
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-47/+4
2016-11-01std: Flatten the num directory to reflect the module layoutBrian Anderson-2/+2
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-5/+4
2016-11-01std: Move platform-specific out of sys_common::utilBrian Anderson-1/+0
2016-11-01std: Move platform-specific code out of libstd/lib.rsBrian Anderson-3/+3
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-1/+0
2016-11-01std: Move elf TLS to sys::fast_thread_localBrian Anderson-1/+0
2016-10-27tidy/features: fix checking of lang featuresTamir Duberstein-49/+64
2016-10-27tidy/bins: fix false positive on non checked-in binaryTamir Duberstein-13/+12
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-4/+0
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-3/+5
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-1/+0
2016-10-02Add a platform-abstraction tidy scriptBrian Anderson-0/+233
2016-09-24Skip binary tidy check when on Windows Linux SubsystemMark-Simulacrum-0/+11
2016-08-19Check that executable file is in-tree before failing tidy check.Mark-Simulacrum-2/+17
2016-08-16Auto merge of #35538 - cgswords:libproc_macro, r=nrcbors-0/+6
2016-08-16Proc_macro is alivecgswords-0/+6
2016-08-13Fix make-tidy lock file checksDiggory Blake-5/+7
2016-07-11Update make tidyGuillaume Gomez-2/+3
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-5/+4
2016-05-11Use symlink_metadata in tidy to avoid panicking on broken symlinks.Eduard Burtescu-1/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+3
2016-05-08Auto merge of #33365 - birkenfeld:makehelpfix, r=alexcrichtonbors-1/+1
2016-05-04add a check to make tidy to ensure cargo lock file is updatedGarrett Squire-0/+45
2016-05-03Makefile: there is only one tidy target nowGeorg Brandl-1/+1
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-7/+7
2016-04-22Fix tidy for the new syntax of feature declarations in libsyntax.Leo Testard-7/+7
2016-04-21improve tidy to give you file that failedNiko Matsakis-4/+9
2016-04-12tidy: Add a check to ensure Cargo.toml is in syncAlex Crichton-4/+108
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-0/+503