Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl | |
Co-authored-by: Erfan Safari <erfanshield@outlook.com> | |||
2021-11-02 | chore: update to Rust edition 2021 (#12578) | Bartek Iwańczuk | |
2021-08-02 | chore: format toml files internally (#11563) | David Sherret | |
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2020-01-21 | change copyrights from 2019 to 2020 (#3733) | Takashi Idobe | |
2019-11-16 | Use futures 0.3 API (#3358) | Bartek Iwańczuk | |
2019-07-08 | rustfmt: disable format_macro_bodies | Bert Belder | |
It doesn't work since we're not using rustfmt-nightly. | |||
2019-02-08 | Make rustfmt format macro bodies also | Bert Belder | |
This makes it possible to use cfg_if! conveniently. | |||
2019-02-08 | Move .rustfmt.toml to the repository root | Bert Belder | |
This allows rustfmt to automatically pick it up. It's right there with similar files such as .prettierrc. |