aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests/rust_tidy.rs
Commit message (Expand)AuthorAgeFilesLines
* Convert tidy to a non-egg Python packageMartin Robinson2023-06-151-85/+0
* Merge forbidden panic check into test-tidyMartin Robinson2023-03-221-0/+4
* Remove azure canvas backendDaniel Alley2020-02-251-4/+4
* Add lint check for `&DomRoot<T>`lberrymage2019-12-211-1/+1
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Automatically verify that derive() lists are alphabetically orderedClément DAVID2017-08-231-0/+1
* tidy: add extra space after keyword checkPavel Sergeev2017-07-201-0/+6
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Make tidy check that opening and closing braces that begin a line do so with ...coalman2017-04-181-0/+9
* added tidy check for -> ()lucantrop2017-03-131-1/+1
* Add 'use statements with extraneous spaces' tidy checkvwvww2017-02-231-0/+1
* Rust tidy: disallow assignment = in the beginning of lineJure Podgoršek2017-01-061-0/+3
* test-tidy: Check for space between function name and `(`Daan Sprenkels2016-10-311-1/+3
* Issue #13350 Report tidy error for space after (Hugo Thiessard2016-09-231-0/+8
* Add style check, test, and code fixes for an else brace check.Travis Dean2016-07-041-0/+6
* Tidy test for ignoring attributesRavi Shankar2016-06-161-0/+1
* Auto merge of #11190 - mrmiywj:Root-tidy-checker, r=jdmbors-servo2016-06-051-1/+1
|\
| * add &Root<T> checkermrmiywj2016-06-051-1/+1
* | Report use statements that use {} with only one entryCullen Rhodes2016-05-271-0/+1
|/
* add tidy test for 'missing space after :' in stuctsaeischeid2016-05-111-0/+4
* Report lines starting with &&.Zbynek Winkler2016-04-221-1/+4
* Package tidyaskeing2016-04-141-0/+37