| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | adding wpt lint script to tidy checks | jmr0 | 2015-11-30 | 1 | -2/+12 |
* | | Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanut | bors-servo | 2015-11-28 | 1 | -3/+16 |
|\ \
| |/
|/| |
|
| * | Add check up on extern crate order and sort extern crates alphabetically | Guillaume Gomez | 2015-11-28 | 1 | -3/+16 |
* | | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -1/+1 |
* | | Auto merge of #8689 - jdm:deps, r=frewsxcv | bors-servo | 2015-11-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove remaining version-conflict exceptions in tidy.py. | Josh Matthews | 2015-11-26 | 1 | -1/+1 |
* | | adding tidy rule to warn against use of &String and refactoring instances of ... | jmr0 | 2015-11-25 | 1 | -0/+4 |
|/ |
|
* | Ignore sync directories in test-tidy. | Ms2ger | 2015-11-10 | 1 | -0/+2 |
* | Expand tidy to lint parts of /tests/wpt | Corey Farwell | 2015-11-03 | 1 | -1/+4 |
* | Make test-tidy ignore braces surrounded by backticks | Anthony Ramine | 2015-10-21 | 1 | -4/+4 |
* | Whitelist drafts.fxtf.org in tidy.py's webidl spec link check | Till Schneidereit | 2015-10-17 | 1 | -0/+1 |
* | Adds a tidy check for single-page HTML specification links | Gilles Leblanc | 2015-10-15 | 1 | -2/+10 |
* | Auto merge of #7933 - mbrubeck:piston-image, r=glennw | bors-servo | 2015-10-12 | 1 | -1/+3 |
|\ |
|
| * | Replace libpng with image everywhere. | Matt Brubeck | 2015-10-10 | 1 | -2/+1 |
| * | Replace stb_image with PistonDevelopers/image | Matt Brubeck | 2015-10-09 | 1 | -1/+4 |
* | | Replace usage of old-style WHATWG spec links | Corey Farwell | 2015-10-10 | 1 | -2/+1 |
* | | Refactor away unnecessary use of regex | Pierre Chevalier | 2015-10-09 | 1 | -1/+1 |
|/ |
|
* | Check for Extra pointer dereferencing. Issue #7640. | Jaydeep | 2015-09-26 | 1 | -0/+5 |
* | Raise max length error over 120 chars not at 120 chars. python/tidy.py | Mathieu Rheaume | 2015-09-21 | 1 | -1/+1 |
* | tidy.py: Check for import blocks separated by whitespace | Brandon Fairchild | 2015-09-19 | 1 | -7/+30 |
* | fixes #7390 : tidy now check the order of mod declarations even whith attribute | Hugo Thiessard | 2015-09-18 | 1 | -0/+25 |
* | Auto merge of #7570 - jxs:ignore_length_tidy_script, r=Ms2ger | bors-servo | 2015-09-11 | 1 | -2/+4 |
|\ |
|
| * | ignore length on .lock files on tidy.py, | João Oliveira | 2015-09-09 | 1 | -2/+4 |
* | | Use OS-agnostic filesystem paths in Python | Corey Farwell | 2015-09-08 | 1 | -13/+13 |
|/ |
|
* | Auto merge of #7499 - nerith:style, r=metajack | bors-servo | 2015-09-02 | 1 | -2/+2 |
|\ |
|
| * | python/tidy.py: Ignore macros in style nit check | Brandon Fairchild | 2015-09-01 | 1 | -1/+1 |
| * | Improve style nit check for space after a comma | Brandon Fairchild | 2015-09-01 | 1 | -1/+1 |
* | | Remove references to no-longer-in-tree Python packages | Corey Farwell | 2015-09-02 | 1 | -4/+0 |
* | | Revert "Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for b... | Corey Farwell | 2015-09-02 | 1 | -8/+1 |
* | | Auto merge of #7438 - Wafflespeanut:cargo-tidy, r=jdm | bors-servo | 2015-09-01 | 1 | -3/+43 |
|\ \
| |/
|/| |
|
| * | Tidy could now check for version conflicts! | Ravi Shankar | 2015-09-02 | 1 | -3/+43 |
* | | Auto merge of #7468 - JoshTheGoldfish:Issue7460, r=jdm | bors-servo | 2015-09-01 | 1 | -18/+34 |
|\ \ |
|
| * | | make test-tidy check that = have space after them | erneyja | 2015-09-01 | 1 | -18/+34 |
| |/ |
|
* | | Enforce linking to spec for method implementations via macros | Corey Farwell | 2015-08-31 | 1 | -3/+20 |
* | | Auto merge of #7478 - frewsxcv:spec-link-tidy-fix, r=jdm | bors-servo | 2015-08-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Update spec link pattern to reflect `impl` signature changes | Corey Farwell | 2015-08-31 | 1 | -1/+1 |
| |/ |
|
* / | Make test-tidy check that braces have spaces before or after them | wilmoz | 2015-08-31 | 1 | -0/+10 |
|/ |
|
* | tidy will now show its expectation of uses | Ravi Shankar | 2015-08-28 | 1 | -1/+4 |
* | Forbid multiline imports | wilmoz | 2015-08-25 | 1 | -2/+1 |
* | Make tidy search for files recursively again | Corey Farwell | 2015-08-24 | 1 | -16/+16 |
* | update tidy.py remove collect_file_names: | João Oliveira | 2015-08-25 | 1 | -14/+4 |
* | Auto merge of #7118 - g-k:tidy-check-unused-html-files, r=jdm | bors-servo | 2015-08-24 | 1 | -3/+21 |
|\ |
|
| * | Add tidy check for unused reftest html files | Greg Guthe | 2015-08-19 | 1 | -3/+21 |
* | | Mention max length in tidy check_length. Fixes #7309 | OneKorg | 2015-08-21 | 1 | -2/+3 |
* | | check for uses to be sorted | Johann Tuffe | 2015-08-20 | 1 | -2/+16 |
|/ |
|
* | Deal with /* /* when checking syntax. | Josh Matthews | 2015-08-16 | 1 | -8/+7 |
* | Tighten up checks for spaces around colons to deal with trait inheritance syn... | Josh Matthews | 2015-08-16 | 1 | -3/+5 |
* | Deal with multiline comments and reduce false positives for common syntax ove... | Josh Matthews | 2015-08-16 | 1 | -10/+41 |
* | Deal with multiline strings and tighten up syntax nit error messages. | Josh Matthews | 2015-08-16 | 1 | -19/+25 |
* | Check for simple Rust style nits in tidy.py | wilmoz | 2015-08-16 | 1 | -1/+51 |