| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Check for JSON key non-duplication and order | Yuki Izumi | 2016-11-07 | 1 | -3/+18 |
* | Auto merge of #13986 - iamrohit7:tidy-feature-attrs, r=Wafflespeanut | bors-servo | 2016-11-01 | 1 | -0/+25 |
|\ |
|
| * | Alphabetical order for #![feature(...)] in lib.rs | Rohit Burra | 2016-11-01 | 1 | -0/+25 |
* | | Auto merge of #13988 - dsprenkels:tidy-fncalls, r=Wafflespeanut | bors-servo | 2016-10-31 | 1 | -0/+7 |
|\ \ |
|
| * | | test-tidy: Check for space between function name and `(` | Daan Sprenkels | 2016-10-31 | 1 | -0/+7 |
| |/ |
|
* / | Reinstate the wpt lint checking. | Ms2ger | 2016-10-31 | 1 | -6/+10 |
|/ |
|
* | Update to use the new Android library build rules. | Mátyás Mustoha | 2016-10-28 | 1 | -1/+1 |
* | Don't check untracked file in tidy | Shing Lyu | 2016-10-28 | 1 | -4/+1 |
* | add SVG2 draft link to WEBIDL_STANDARDS test-tidy list | Alexandrov Sergey | 2016-10-07 | 1 | -0/+1 |
* | Auto merge of #13447 - gterzian:check_webidls_folder_files, r=Wafflespeanut | bors-servo | 2016-10-02 | 1 | -3/+30 |
|\ |
|
| * | tidy: checking directories for unexpected file extensions | Gregory | 2016-10-02 | 1 | -3/+30 |
* | | Avoid unecessary loop evaluation on empty lines for tidy check_license | Matt Schmoyer | 2016-10-01 | 1 | -2/+3 |
|/ |
|
* | Replace instances of old ServiceWorker specification URL with new one | Vignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ) | 2016-09-25 | 1 | -1/+0 |
* | Issue #13350 Report tidy error for space after ( | Hugo Thiessard | 2016-09-23 | 1 | -0/+1 |
* | Fix ordering `use` statements with braces | UK992 | 2016-09-09 | 1 | -4/+7 |
* | Tidy: Handle empty files | UK992 | 2016-08-29 | 1 | -0/+3 |
* | Check for license only in Cargo.toml | UK992 | 2016-08-25 | 1 | -4/+3 |
* | Some cleanups in tidy | Ravi Shankar | 2016-08-23 | 1 | -40/+31 |
* | Check for errors in tidy config file | UK992 | 2016-08-20 | 1 | -1/+49 |
* | Tidy config file | UK992 | 2016-08-20 | 1 | -55/+56 |
* | Ignore TOML failing to parse Cargo.lock, due to a bug | Vladimir Vukicevic | 2016-08-17 | 1 | -2/+12 |
* | Don't enforce line length in Cargo.toml files | Vladimir Vukicevic | 2016-08-17 | 1 | -2/+3 |
* | Auto merge of #12781 - UK992:tidycheck-rebased, r=Wafflespeanut | bors-servo | 2016-08-14 | 1 | -12/+43 |
|\ |
|
| * | Add support colored text in Windows Console | UK992 | 2016-08-13 | 1 | -0/+3 |
| * | Check for blank line after shebang and grab actual comment block instead of h... | UK992 | 2016-08-12 | 1 | -3/+13 |
| * | Improve tidy's license validation logic | edunham | 2016-08-12 | 1 | -12/+30 |
* | | Update ordered-float. | Ms2ger | 2016-08-11 | 1 | -1/+1 |
* | | Issue #12421: tidy should also check .html files | Simon Martin | 2016-08-09 | 1 | -4/+9 |
* | | Prefer length and percentage for word spacing | Ravi Shankar | 2016-08-09 | 1 | -1/+1 |
|/ |
|
* | Add lint for `[` instead of `[[` in shells scripts | Aneesh Agrawal | 2016-08-05 | 1 | -0/+3 |
* | Add lint to ensure substitutions use the full form | Aneesh Agrawal | 2016-08-05 | 1 | -0/+7 |
* | Add lint for backticks in shell scripts | Aneesh Agrawal | 2016-08-05 | 1 | -10/+17 |
* | Add linting for shell scripts | Jim Berlage | 2016-07-22 | 1 | -3/+39 |
* | Auto merge of #12511 - asajeffrey:test-tidy-dep-licenses, r=larsbergstrom | bors-servo | 2016-07-21 | 1 | -2/+26 |
|\ |
|
| * | Added test-tidy for dependent licenses. | Alan Jeffrey | 2016-07-21 | 1 | -2/+26 |
* | | Add the append method for the Headers API for the Fetch API | Jeena Lee | 2016-07-19 | 1 | -0/+1 |
|/ |
|
* | Allow MIT/Apache-2.0 license as well as MPL-2.0. | Alan Jeffrey | 2016-07-14 | 1 | -5/+6 |
* | All our Cargo.toml files should contain an MPL-2.0 license field. | Alan Jeffrey | 2016-07-14 | 1 | -0/+4 |
* | [tidy] check for duplicate keys in .json files | Owen Coutts | 2016-07-08 | 1 | -1/+13 |
* | tidy command now ignores files in subdirectories of ignored directories | Nikhil Shagrithaya | 2016-07-07 | 1 | -1/+1 |
* | stylo: Move all binding-generator code to a python script. | Emilio Cobos Álvarez | 2016-07-05 | 1 | -2/+0 |
* | Add style check, test, and code fixes for an else brace check. | Travis Dean | 2016-07-04 | 1 | -0/+1 |
* | Update web-platform-tests to revision 346d5b51a122f7bb1c7747064499ef281a0200f7 | Ms2ger | 2016-06-24 | 1 | -1/+1 |
* | Removed unused function and minor cleanup | Ravi Shankar | 2016-06-16 | 1 | -76/+63 |
* | Auto merge of #11621 - h4xr:mach_fix, r=Wafflespeanut | bors-servo | 2016-06-14 | 1 | -2/+3 |
|\ |
|
| * | Make mach consider ignored dirs | Saurabh Badhwar | 2016-06-15 | 1 | -2/+3 |
* | | servo: Add an `Info.plist` on the Mac and opt into integrated graphics. | Patrick Walton | 2016-06-08 | 1 | -0/+3 |
* | | Auto merge of #11190 - mrmiywj:Root-tidy-checker, r=jdm | bors-servo | 2016-06-05 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | add &Root<T> checker | mrmiywj | 2016-06-05 | 1 | -0/+2 |
* | | Generate debug and release Gecko bindings. | Cameron McCormack | 2016-06-03 | 1 | -1/+2 |