summary refs log tree commit diff
path: root/src/etc/tidy.py
AgeCommit message (Expand)AuthorLines
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