servo/components
Manish Goregaokar af364a412e Audit and reduce unstable usage in layout
Reasons behind existing unstable features:

alloc:

 - `make_unique()`
 - direct calls into `heap::allocate()`, etc
 - `boxed::into_raw()` (naming)

collections:

 - `slice_chars()` (needs to prove its worth)

core:

 - lots and lots of pointer manip
 - `raw` stuff

std_misc:

 - Handle stuff
 - hasher stuff

str_char:

 - CharRange
2015-06-10 00:54:14 +05:30
..
canvas Auto merge of #6293 - ecoal95:webgl-objects, r=nox 2015-06-09 10:06:37 -05:00
canvas_traits Implement new WebGL interfaces and methods 2015-06-06 12:14:01 +02:00
compositing Clean up dependencies. 2015-06-07 12:14:38 -06:00
devtools Audit and reduce unstable usage in devtools 2015-06-10 00:14:39 +05:30
devtools_traits Move to latest hyper everywhere 2015-06-02 20:12:14 +05:30
gfx Audit and reduce unstable usage in gfx 2015-06-09 23:24:18 +05:30
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Audit and reduce unstable usage in layout 2015-06-10 00:54:14 +05:30
layout_traits Bump rust-url version: 0.2.16 → 0.2.35 2015-06-04 16:45:15 -04:00
msg Clean up dependencies. 2015-06-07 12:14:38 -06:00
net Audit and reduce unstable usage in net 2015-06-10 00:15:09 +05:30
net_traits Use the correct log crate and setup env_logger in main. 2015-06-06 23:20:40 +03:00
plugins Auto merge of #6297 - brson:inline, r=jdm 2015-06-06 08:25:29 -05:00
profile Audit and reduce unstable usage in profile 2015-06-10 00:20:12 +05:30
profile_traits Bump rust-url version: 0.2.16 → 0.2.35 2015-06-04 16:45:15 -04:00
script Auto merge of #6293 - ecoal95:webgl-objects, r=nox 2015-06-09 10:06:37 -05:00
script_traits Bump rust-url version: 0.2.16 → 0.2.35 2015-06-04 16:45:15 -04:00
servo Update gleam to 98f889861aa1c8dee088ac751ab03ca639715bbe 2015-06-08 19:36:07 +02:00
style Use the correct log crate and setup env_logger in main. 2015-06-06 23:20:40 +03:00
util Auto merge of #6310 - frewsxcv:rm-unused-file, r=Manishearth 2015-06-08 23:29:47 -05:00
webdriver_server Use the correct log crate and setup env_logger in main. 2015-06-06 23:20:40 +03:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00