aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade remaining components to edition 2018sagudev2023-02-181-2/+0
|
* style: Fix clippy warningsSylvestre Ledru2021-02-261-1/+1
| | | | | | Depends on D96634 Differential Revision: https://phabricator.services.mozilla.com/D96636
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-3/+6
|
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-2/+1
|
* Use env::var_os to read paths from the environmentMatt Brubeck2017-10-201-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 1Matt Brubeck2017-10-171-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 selectorsSimon Sapin2017-05-181-0/+75
https://bugzilla.mozilla.org/show_bug.cgi?id=1363531