aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add lint to ensure substitutions use the full formAneesh Agrawal2016-08-051-0/+7
* Add lint for backticks in shell scriptsAneesh Agrawal2016-08-051-10/+17
* Add linting for shell scriptsJim Berlage2016-07-221-3/+39
* Auto merge of #12511 - asajeffrey:test-tidy-dep-licenses, r=larsbergstrombors-servo2016-07-211-2/+26
|\
| * Added test-tidy for dependent licenses.Alan Jeffrey2016-07-211-2/+26
* | Add the append method for the Headers API for the Fetch APIJeena Lee2016-07-191-0/+1
|/
* Allow MIT/Apache-2.0 license as well as MPL-2.0.Alan Jeffrey2016-07-141-5/+6
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+4
* [tidy] check for duplicate keys in .json filesOwen Coutts2016-07-081-1/+13
* tidy command now ignores files in subdirectories of ignored directoriesNikhil Shagrithaya2016-07-071-1/+1
* stylo: Move all binding-generator code to a python script.Emilio Cobos Álvarez2016-07-051-2/+0
* Add style check, test, and code fixes for an else brace check.Travis Dean2016-07-041-0/+1
* Update web-platform-tests to revision 346d5b51a122f7bb1c7747064499ef281a0200f7Ms2ger2016-06-241-1/+1
* Removed unused function and minor cleanupRavi Shankar2016-06-161-76/+63
* Auto merge of #11621 - h4xr:mach_fix, r=Wafflespeanutbors-servo2016-06-141-2/+3
|\
| * Make mach consider ignored dirsSaurabh Badhwar2016-06-151-2/+3
* | servo: Add an `Info.plist` on the Mac and opt into integrated graphics.Patrick Walton2016-06-081-0/+3
* | Auto merge of #11190 - mrmiywj:Root-tidy-checker, r=jdmbors-servo2016-06-051-0/+2
|\ \ | |/ |/|
| * add &Root<T> checkermrmiywj2016-06-051-0/+2
* | Generate debug and release Gecko bindings.Cameron McCormack2016-06-031-1/+2
* | implement related sw interface and register methodRahul Sharma2016-06-021-0/+1
* | Remove the gonk portLars Bergstrom2016-05-271-1/+0
* | Warn about empty lines following an open brace.Josh Matthews2016-05-271-2/+7
* | Report use statements that use {} with only one entryCullen Rhodes2016-05-271-0/+2
* | Add mozilla tests for referrer policy in iframe without postmessageRebecca2016-05-261-0/+1
* | Add --all for test-tidy, with backwards-compat with --fasterMitchell Hentges2016-05-241-5/+5
* | Auto merge of #11242 - bholley:gecko_atoms, r=emiliobors-servo2016-05-181-0/+1
|\ \
| * | Add string_cache override for geckolib based on gecko atoms.Bobby Holley2016-05-181-0/+1
* | | Support test-tidy --faster with moved files.Ms2ger2016-05-181-0/+3
|/ /
* / Disallow bitflags dupes againAnthony Ramine2016-05-181-1/+1
|/
* Auto merge of #10713 - aeischeid:master, r=jdmbors-servo2016-05-111-2/+3
|\
| * add tidy test for 'missing space after :' in stuctsaeischeid2016-05-111-2/+3
* | Hoist gecko bindings into their own crate.Bobby Holley2016-05-111-3/+3
|/
* Update hyper, openssl, wayland, threadpool, offscreen_gl_contextMatt Brubeck2016-05-061-1/+1
* Update lazy_static, selectors, string_cache, futf, quickersortMatt Brubeck2016-05-021-1/+1
* Adding parameter to tidy for skipping print text when running testsaskeing2016-04-261-2/+3
* Auto merge of #10786 - zwn:tidy-modelines, r=Manishearthbors-servo2016-04-221-1/+9
|\
| * tidy check for vim and emacs modelines.Zbynek Winkler2016-04-211-1/+9
* | Report lines starting with &&.Zbynek Winkler2016-04-221-0/+1
* | Add newline to the output.Zbynek Winkler2016-04-221-1/+2
* | Applied a bunch of suggestions from Simon.Per Lundberg2016-04-211-3/+1
* | Improve properties.mako.rs file structure, take 2Per Lundberg2016-04-211-0/+2
|/
* Test for check_spec function, for tidy.py #9152Maciej Skrzypkowski2016-04-171-3/+4
* Check the "tests/wpt/web-platform-tests" folder before loading "tools.lint" m...askeing2016-04-171-5/+6
* Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy checkaskeing2016-04-151-1/+1
* Create a Python package of TidyAskeing Yen (fyen)2016-04-131-0/+650