index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
etc
/
tidy.py
Age
Commit message (
Expand
)
Author
Lines
2016-04-12
rustbuild: Migrate tidy checks to Rust
Alex Crichton
-230
/
+0
2016-04-01
rustbuild: Fix dist for non-host targets
Alex Crichton
-0
/
+1
2016-02-23
mk: Tweak tidy script to work on Windows python
Alex Crichton
-1
/
+2
2016-02-16
Add lint to check that all crates have #![unstable]
Keith Yeung
-0
/
+18
2016-02-11
Add a Cargo-based build system
Alex Crichton
-1
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-1
/
+2
2015-05-24
etc: py3 compat for tidy.py
Richo Healey
-6
/
+6
2015-02-23
Refactor code in tidy.py
Kevin Yap
-36
/
+37
2015-02-23
Order list of linted files by frequency
Kevin Yap
-7
/
+10
2015-02-05
Tidy fixes
Brian Anderson
-0
/
+1
2015-02-05
Address review feedback
Brian Anderson
-60
/
+30
2015-02-05
Clean up tidy scripts, coverage, performance
Brian Anderson
-49
/
+155
2015-01-27
Fix PEP8 for tidy
Richo Healey
-14
/
+22
2015-01-22
Make `make tidy` Python scripts more idiomatic
Kevin Yap
-1
/
+1
2015-01-21
Rollup merge of #21377 - iKevinY:speedy-tidy, r=huonw
Barosl LEE
-8
/
+8
2015-01-18
Use 'in' instead of 'find()' in tidy.py
Kevin Yap
-8
/
+8
2015-01-18
Ignore NOTEs when Travis runs `make tidy`
Kevin Yap
-2
/
+2
2014-04-08
Improve searching for XXX in tidy script (#3303)
Boris Egorov
-2
/
+3
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-3
/
+3
2014-02-07
Added tests to make tidy
Derek Guenther
-3
/
+19
2014-02-05
etc: add missing license boilerplates
Adrien Tétar
-3
/
+10
2014-02-05
etc/tidy: don't check SNAP against triple
Adrien Tétar
-4
/
+5
2014-01-26
Changed tidy script to remove restriction on FIXME and to warn against XXX in...
Salem Talha
-3
/
+2
2014-01-05
tidy: spew less chaff
Corey Richardson
-1
/
+3
2014-01-05
Add tidy support for snapshots
Corey Richardson
-0
/
+11
2013-07-23
tidy: allow arbitrary spaces between // and NOTE
Etienne Millon
-3
/
+3
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
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
2013-01-28
Detect "// WARN" in tidy and print out, well, a warning! Useful
Niko Matsakis
-0
/
+8
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
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 Python...
Patrick Walton
-4
/
+13
2010-08-18
Revert "Don't complain about \r when core.autocrlf is on in Git"
Patrick Walton
-9
/
+3
2010-08-18
Don't complain about \r when core.autocrlf is on in Git (now working with Pyt...
Patrick Walton
-3
/
+9
2010-08-18
Revert "Don't complain about \r when core.autocrlf is on in Git"
Patrick Walton
-10
/
+3
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