summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2017-04-18Add top level sections to the Unstable Book.Corey Farwell-69/+71
2017-04-17Remove hoedown from tidy checkGuillaume Gomez-0/+1
2017-04-12COPYRIGHT: remove hoedown licenseNODA, Kai-2/+0
2017-04-09Auto merge of #40653 - frewsxcv:tidy-handling, r=alexcrichtonbors-39/+39
2017-04-09Print tidy errors to stderr, prefix with 'tidy error: ', handle 'bad' state.Corey Farwell-37/+34
2017-04-03Move libXtest into libX/testsStjepan Glavina-1/+1
2017-04-02Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnikbors-1/+2
2017-04-01Don't panic if we have tidy errors.Corey Farwell-2/+5
2017-03-31Add end whitespace ignore flag for tidyGuillaume Gomez-1/+2
2017-03-31Sync all unstable features with Unstable Book; add tidy lint.Corey Farwell-69/+224
2017-03-05Remove the compile-fail feature gates whitelistGibson Fahnestock-5/+0
2017-03-05Add compile-fail test for cfg_target_thread_localGibson Fahnestock-1/+0
2017-03-05Add compile-fail test for unwind_attributesGibson Fahnestock-1/+1
2017-03-05Add compile fail test for stmt_expr_attributestopecongiro-1/+0
2017-03-03Auto merge of #39917 - alexcrichton:build-cargo, r=brsonbors-1/+4
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-1/+4
2017-03-02Add compile fail test for SIMDDaniel Xu-1/+0
2017-03-01Add compile fail test for abi_ptxtopecongiro-1/+1
2017-03-01Add compile test for cfg_target_has_atomictopecongiro-1/+0
2017-02-28Add compile fail test for unboxed_closures featuretopecongiro-2/+2
2017-02-23Added test for inclusive_range_syntax in compile-fail test suiteNikhil Shagrithaya-3/+3
2017-02-15Rollup merge of #39834 - cseale:feature-gate-static-recursion, r=est31Corey Farwell-1/+1
2017-02-15static recursion test added to compile-fail test suiteColm Seale-1/+1
2017-02-15Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichtonbors-2/+24
2017-02-14Rollup merge of #39790 - zackw:tidy-linelen-exempt-urls, r=alexcrichtonCorey Farwell-2/+57
2017-02-14Rollup merge of #39772 - cseale:staged_api_whitelist_removal, r=est31Corey Farwell-1/+1
2017-02-14Adding compile fail test for staged_api featureColm Seale-1/+1
2017-02-14Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu-1/+5
2017-02-13Replace regex-based parser for URL lines with open-coded one.Zack Weinberg-25/+46
2017-02-13Add exceptions to tidySteve Klabnik-2/+24
2017-02-13tidy: exempt URLs from the line length restrictionZack Weinberg-2/+36
2017-02-09Adding compile fail test for const_indexing featureMario-1/+1
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