Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade remaining components to edition 2018 | sagudev | 2023-02-18 | 1 | -2/+0 |
| | |||||
* | style: Fix clippy warnings | Sylvestre Ledru | 2021-02-26 | 1 | -1/+1 |
| | | | | | | Depends on D96634 Differential Revision: https://phabricator.services.mozilla.com/D96636 | ||||
* | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 1 | -3/+6 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Manual fixups so that the rustfmt output won't trigger tidy. | Bobby Holley | 2018-04-10 | 1 | -2/+1 |
| | |||||
* | Use env::var_os to read paths from the environment | Matt Brubeck | 2017-10-20 | 1 | -1/+1 |
| | | | | | This avoids unnecessary UTF-8 validation on OsStrings that we just pass back to the OS. | ||||
* | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -1/+1 |
| | | | | | | | | Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments. | ||||
* | Make some attr values case-insensitive in selectors | Simon Sapin | 2017-05-18 | 1 | -0/+75 |
https://bugzilla.mozilla.org/show_bug.cgi?id=1363531 |