Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow lines that span more than 160 columns. | Ms2ger | 2015-01-19 | 1 | -1/+8 |
| | | | | | The Rust style guide suggests 100, but we have too many violations in the tree already. This check can be tightened over time. | ||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -0/+3 |
| | |||||
* | Make tidy ingore new target dir | Manish Goregaokar | 2014-12-04 | 1 | -0/+1 |
| | |||||
* | Use os.path.join instead of manually inserting slashes. | Duncan Keall | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Cleaned up python/licenseck.py | Duncan Keall | 2014-09-10 | 1 | -5/+7 |
| | | | | | | - Moved logic into tidy.py - Removed explicit BSD license exceptions, they are already ignored by being inside the codegen directory. | ||||
* | Refactor python/tidy.py to not use globals. Fixes #3242 | Duncan Keall | 2014-09-10 | 1 | -59/+62 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+91 |