about summary refs log tree commit diff
path: root/src/etc/tidy.py
AgeCommit message (Expand)AuthorLines
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-230/+0
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-0/+1
2016-02-23mk: Tweak tidy script to work on Windows pythonAlex Crichton-1/+2
2016-02-16Add lint to check that all crates have #![unstable]Keith Yeung-0/+18
2016-02-11Add a Cargo-based build systemAlex Crichton-1/+1
2015-11-09std: Migrate to the new libcAlex Crichton-1/+2
2015-05-24etc: py3 compat for tidy.pyRicho Healey-6/+6
2015-02-23Refactor code in tidy.pyKevin Yap-36/+37
2015-02-23Order list of linted files by frequencyKevin Yap-7/+10
2015-02-05Tidy fixesBrian Anderson-0/+1
2015-02-05Address review feedbackBrian Anderson-60/+30
2015-02-05Clean up tidy scripts, coverage, performanceBrian Anderson-49/+155
2015-01-27Fix PEP8 for tidyRicho Healey-14/+22
2015-01-22Make `make tidy` Python scripts more idiomaticKevin Yap-1/+1
2015-01-21Rollup merge of #21377 - iKevinY:speedy-tidy, r=huonwBarosl LEE-8/+8
2015-01-18Use 'in' instead of 'find()' in tidy.pyKevin Yap-8/+8
2015-01-18Ignore NOTEs when Travis runs `make tidy`Kevin Yap-2/+2
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-2/+3
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2014-02-07Added tests to make tidyDerek Guenther-3/+19
2014-02-05etc: add missing license boilerplatesAdrien Tétar-3/+10
2014-02-05etc/tidy: don't check SNAP against tripleAdrien Tétar-4/+5
2014-01-26Changed tidy script to remove restriction on FIXME and to warn against XXX in...Salem Talha-3/+2
2014-01-05tidy: spew less chaffCorey Richardson-1/+3
2014-01-05Add tidy support for snapshotsCorey Richardson-0/+11
2013-07-23tidy: allow arbitrary spaces between // and NOTEEtienne Millon-3/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-12Increase tidy column limit to 100Brian Anderson-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+1
2013-01-28Change "// WARN" in tidy to "// NOTE" as requested by @catamorphismNiko Matsakis-2/+2
2013-01-28Make tidy actually workNiko Matsakis-3/+3
2013-01-28Detect "// WARN" in tidy and print out, well, a warning! UsefulNiko Matsakis-0/+8
2013-01-17Add a license check to tidy. #4018Brian Anderson-2/+28
2012-08-15In tidy, screen out emacs backup files properlyTim Chevalier-1/+1
2012-07-29Make tidy skip emacs backup filesTim Chevalier-1/+2
2012-07-12Forbid TODO in tidyTim Chevalier-0/+2
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-1/+6
2012-04-30build: No tidy for test files. Closes #2271Brian Anderson-3/+1
2012-04-17along long lines if they contain error msgsNiko Matsakis-1/+4
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-1/+4
2012-01-06report unicode decode failures nicelyNiko Matsakis-13/+14
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-0/+3
2011-03-19Fix indentation in tidy.Graydon Hoare-1/+1
2010-08-19Use "/usr/bin/env python" per the prevailing stylePatrick Walton-1/+1
2010-08-18Don't complain about \r when core.autocrlf is on in Git... and work in Python...Patrick Walton-4/+13
2010-08-18Revert "Don't complain about \r when core.autocrlf is on in Git"Patrick Walton-9/+3
2010-08-18Don't complain about \r when core.autocrlf is on in Git (now working with Pyt...Patrick Walton-3/+9
2010-08-18Revert "Don't complain about \r when core.autocrlf is on in Git"Patrick Walton-10/+3
2010-08-18Don't complain about \r when core.autocrlf is on in GitPatrick Walton-3/+10
2010-06-23Populate tree.Graydon Hoare-0/+25