servo/components
bors-servo 13e7de482c Auto merge of #7195 - servo:rustup_20150814, r=Ms2ger
Upgrade Rust to nightly 2015-08-10

Still needs snapshot.

Snapshot probably could also work as today's nightly (I wasn't able to download the latest one due to choppy internet), there isn't any plugins churn I know of

r? @larsbergstrom

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7195)
<!-- Reviewable:end -->
2015-08-14 12:53:54 -06:00
..
canvas replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
canvas_traits Measure heap memory usage for more types. Fixes #6951 2015-08-13 21:44:41 +03:00
compositing replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
devtools Use external mutability for FramerateActor::ticks. 2015-08-14 14:45:46 +02:00
devtools_traits Auto merge of #7097 - boghison:memtypes, r=jdm 2015-08-13 13:16:14 -06:00
gfx Auto merge of #7208 - jxs:master, r=Ms2ger 2015-08-14 00:51:59 -06:00
gfx_traits
layout replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
layout_traits Store a Sender<ConstellationControlMsg> in LayoutTask. 2015-08-12 15:55:16 +02:00
msg Measure heap memory usage for more types. Fixes #6951 2015-08-13 21:44:41 +03:00
net replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
net_traits replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
plugins Auto merge of #7195 - servo:rustup_20150814, r=Ms2ger 2015-08-14 12:53:54 -06:00
profile Tweak how the "system-heap-allocated" memory report is gathered. 2015-08-14 00:05:17 -07:00
profile_traits servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
script replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
script_traits Remove ScriptControlChan. 2015-08-12 16:24:09 +02:00
servo Auto merge of #7195 - servo:rustup_20150814, r=Ms2ger 2015-08-14 12:53:54 -06:00
style Auto merge of #7195 - servo:rustup_20150814, r=Ms2ger 2015-08-14 12:53:54 -06:00
util replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
webdriver_server script: Make the resource task communication use IPC channels. 2015-07-31 11:28:09 -07:00
webdriver_traits