| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | implement related sw interface and register method | Rahul Sharma | 2016-06-02 | 1 | -0/+1 |
* | | Remove the gonk port | Lars Bergstrom | 2016-05-27 | 1 | -1/+0 |
* | | Warn about empty lines following an open brace. | Josh Matthews | 2016-05-27 | 1 | -2/+7 |
* | | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -0/+2 |
* | | Add mozilla tests for referrer policy in iframe without postmessage | Rebecca | 2016-05-26 | 1 | -0/+1 |
* | | Add --all for test-tidy, with backwards-compat with --faster | Mitchell Hentges | 2016-05-24 | 1 | -5/+5 |
* | | Auto merge of #11242 - bholley:gecko_atoms, r=emilio | bors-servo | 2016-05-18 | 1 | -0/+1 |
|\ \ |
|
| * | | Add string_cache override for geckolib based on gecko atoms. | Bobby Holley | 2016-05-18 | 1 | -0/+1 |
* | | | Support test-tidy --faster with moved files. | Ms2ger | 2016-05-18 | 1 | -0/+3 |
|/ / |
|
* / | Disallow bitflags dupes again | Anthony Ramine | 2016-05-18 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #10713 - aeischeid:master, r=jdm | bors-servo | 2016-05-11 | 1 | -2/+3 |
|\ |
|
| * | add tidy test for 'missing space after :' in stucts | aeischeid | 2016-05-11 | 1 | -2/+3 |
* | | Hoist gecko bindings into their own crate. | Bobby Holley | 2016-05-11 | 1 | -3/+3 |
|/ |
|
* | Update hyper, openssl, wayland, threadpool, offscreen_gl_context | Matt Brubeck | 2016-05-06 | 1 | -1/+1 |
* | Update lazy_static, selectors, string_cache, futf, quickersort | Matt Brubeck | 2016-05-02 | 1 | -1/+1 |