servo/components/style
Manish Goregaokar 1be7f565e4 Audit and reduce unstable usage in script
Reasons behind existing unstable features:

alloc:

 - `Rc.make_unique()` _everywhere_

core:

 - `intrinsics::discriminant_value` for a small optimization. Not sure what's happening here

hash:

 - `Hasher.write_u16` (recently redesigned)
2015-06-10 01:24:03 +05:30
..
animation.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
build.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00
Cargo.toml Use the correct log crate and setup env_logger in main. 2015-06-06 23:20:40 +03:00
font_face.rs Use iterators for iterating through CSS rules 2015-04-07 22:28:06 -06:00
legacy.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00
lib.rs Audit and reduce unstable usage in script 2015-06-10 01:24:03 +05:30
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
node.rs Move textarea cols/rows to the new infrastructure. 2015-05-12 09:14:42 +02:00
parser.rs Use the correct log crate and setup env_logger in main. 2015-06-06 23:20:40 +03:00
properties.mako.rs Auto merge of #6251 - glennw:fix-overflow, r=nox 2015-06-04 03:53:14 -05:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs fix Stylist::add_quirks_mode_stylesheet() to not panic when resources cannot be loaded 2015-05-12 13:45:48 -04:00
stylesheets.rs Move parsing of @viewport rules in a stylesheet behind --experimental. 2015-05-06 09:18:57 -06:00
values.rs Auto merge of #6251 - glennw:fix-overflow, r=nox 2015-06-04 03:53:14 -05:00
viewport.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00

servo-style

Style system for Servo, using rust-cssparser for parsing.