Skip to content

Tags: aaronjsteele/rust-cssparser

Tags

v0.29.1

Toggle v0.29.1's commit message
v0.29.1

Add support for hwb colors.

procedural-masquerade-v0.1.7

Toggle procedural-masquerade-v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#274 - servo:pretty-printing-agnostic, r=emilio

Make procedural-masquerade resilient to macro input pretty-printing changes

CC rust-lang/rust#73345 (comment)

Verified

This tag was signed with the committer’s verified signature.
Manishearth Manish Goregaokar

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#264 - servo:those-without-syn, r=nox

Fix using the `match_ignore_ascii_case` macro inside another macro expansion

cssparser-macros-v0.5.0

Toggle cssparser-macros-v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#264 - servo:those-without-syn, r=nox

Fix using the `match_ignore_ascii_case` macro inside another macro expansion

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#263 - servo:unmasked, r=nox

Remove use of procedural-masquerade

It’s unnecessary since Rust 1.30

cssparser-macros-v0.4.0

Toggle cssparser-macros-v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#263 - servo:unmasked, r=nox

Remove use of procedural-masquerade

It’s unnecessary since Rust 1.30

v0.25.8

Toggle v0.25.8's commit message
Make servo#252 work from a different crate

`#[cfg(…)]` in a macro expansion is itself interpreted at the use site.