summaryrefslogtreecommitdiff
path: root/ci/style.rs
Commit message (Expand)AuthorAgeFilesLines
* style: Format errors so that editors can jump to file/lineJosh Triplett2022-07-111-1/+1
* Format style checkerYuki Okushi2022-06-121-17/+24
* Don't check typedefs in impls in style checkerYuki Okushi2022-06-121-26/+8
* Relax the line length limit to 100Yuki Okushi2021-04-061-3/+3
* Allow long comments containing a linkYuki Okushi2021-04-061-1/+1
* Only run the cfg check for single linesYuki Okushi2021-04-061-3/+2
* Update style.rs for new Rustfmt styleAmanieu d'Antras2021-02-011-3/+5
* ci/style.rs: Catch derives of Copy and CloneJosh Triplett2020-08-191-0/+3
* Do not require using extern instead of extern Cgnzlbg2019-09-121-4/+0
* replace deprecated string functions in style scriptAdam C. Foltzer2019-06-271-2/+2
* Touch up style of wasi.rsAlex Crichton2019-03-271-0/+3
* Add SGX C types.gnzlbg2018-11-201-0/+2
* style: allow target_arch #[cfg()] statementsJonathan A. Kollasch2018-10-301-1/+2
* Add PTHREAD_*_MUTEX_INITIALIZER_NP for glibcMike Hommey2018-04-111-1/+3
* Add a style checking script to CIAlex Crichton2016-03-011-0/+204