| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 | |
| 2013-03-12 | Increase tidy column limit to 100 | Brian Anderson | -1/+1 | |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -1/+1 | |
| Changes: - Refactor move mode computation - Removes move mode arguments, unary move, capture clauses (though they still parse for backwards compatibility) - Simplify how moves are handled in trans - Fix a number of illegal copies that cropped up - Workaround for bug involving def-ids in params (see details below) Future work (I'll open bugs for these...): - Improve error messages for moves that are due to bindings - Add support for moving owned content like a.b.c to borrow check, test in trans (but I think it'll "just work") - Proper fix for def-ids in params Def ids in params: Move captures into a map instead of recomputing. This is a workaround for a larger bug having to do with the def-ids associated with ty_params, which are not always properly preserved when inlining. I am not sure of my preferred fix for the larger bug yet. This current fix removes the only code in trans that I know of which relies on ty_param def-ids, but feels fragile. | ||||
| 2013-01-28 | Change "// WARN" in tidy to "// NOTE" as requested by @catamorphism | Niko Matsakis | -2/+2 | |
| 2013-01-28 | Make tidy actually work | Niko Matsakis | -3/+3 | |
| r=catamorphism | ||||
| 2013-01-28 | Detect "// WARN" in tidy and print out, well, a warning! Useful | Niko Matsakis | -0/+8 | |
| for notating FIXME-style-situations that you want to be reminded of before you commit. r=catamorphism | ||||
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -2/+28 | |
| 2012-08-15 | In tidy, screen out emacs backup files properly | Tim Chevalier | -1/+1 | |
| 2012-07-29 | Make tidy skip emacs backup files | Tim Chevalier | -1/+2 | |
| 2012-07-12 | Forbid TODO in tidy | Tim Chevalier | -0/+2 | |
| Forbid TODO as either a sneaky or an accidental way of evading the requirement to annotate FIXMEs with issue numbers. Of course, there are many other ways to evade this requirement, but one should draw the line somewhere... | ||||
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -1/+6 | |
| 2012-04-30 | build: No tidy for test files. Closes #2271 | Brian Anderson | -3/+1 | |
| 2012-04-17 | along long lines if they contain error msgs | Niko Matsakis | -1/+4 | |
| 2012-02-24 | Encode/decode AST into metadata, re-instantiate inlined items | Niko Matsakis | -1/+4 | |
| 2012-01-06 | report unicode decode failures nicely | Niko Matsakis | -13/+14 | |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -0/+3 | |
| 2011-03-19 | Fix indentation in tidy. | Graydon Hoare | -1/+1 | |
| 2010-08-19 | Use "/usr/bin/env python" per the prevailing style | Patrick Walton | -1/+1 | |
| 2010-08-18 | Don't complain about \r when core.autocrlf is on in Git... and work in ↵ | Patrick Walton | -4/+13 | |
| Python 2.4, 2.6, and 3.x. | ||||
| 2010-08-18 | Revert "Don't complain about \r when core.autocrlf is on in Git" | Patrick Walton | -9/+3 | |
| This reverts commit 828afaa2fa4cc9e3e53bda0ae3073abfcfa151ca. | ||||
| 2010-08-18 | Don't complain about \r when core.autocrlf is on in Git (now working with ↵ | Patrick Walton | -3/+9 | |
| Python 2.6). | ||||
| 2010-08-18 | Revert "Don't complain about \r when core.autocrlf is on in Git" | Patrick Walton | -10/+3 | |
| This reverts commit 828afaa2fa4cc9e3e53bda0ae3073abfcfa151ca. | ||||
| 2010-08-18 | Don't complain about \r when core.autocrlf is on in Git | Patrick Walton | -3/+10 | |
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+25 | |
