servo/components/script/dom/bindings
bors-servo 0793137631 auto merge of #4575 : mttr/servo/warnings, r=jdm
Notes:

* This adds `#![allow(missing_copy_implementations)]` to components/*/lib.rs. I'm not sure how to approach the missing Copy warnings (are there things for which Copy should NOT be implemented, and how can I tell?) so I stuck this in to make life easier when looking through the warnings. I can easily remove this if necessary. 
* This leaves the following type of warnings, which I couldn't figure out how to approach (I'll investigate it later if no one else wants to).
```
css/matching.rs:72:23: 72:35 warning: use of deprecated item: Use overloaded core::cmp::PartialEq, #[warn(deprecated)] on by default
css/matching.rs:72         this_as_query.equiv(other)
                                         ^~~~~~~~~~~~
css/matching.rs:95:10: 95:49 warning: use of deprecated item: Use overloaded core::cmp::PartialEq, #[warn(deprecated)] on by default
css/matching.rs:95 impl<'a> Equiv<ApplicableDeclarationsCacheEntry> for ApplicableDeclarationsCacheQuery<'a> {
```
2015-01-08 16:03:55 -07:00
..
codegen auto merge of #4566 : mattnenterprise/servo/globalref-by-value, r=Ms2ger 2015-01-08 13:12:55 -07:00
callback.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
cell.rs Document DOMRefCell. 2014-12-20 15:11:20 +01:00
conversions.rs Fix renamed to slice::from_raw_buf warning 2015-01-08 08:51:11 -08:00
DESIGN.md Mention MutHeap in DESIGN.md 2015-01-04 20:23:56 +05:30
error.rs Added readonly flag for CSSStyleDeclaration 2014-12-28 17:39:07 +01:00
global.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
js.rs Fix non_upper_case_globals warnings 2015-01-08 08:51:11 -08:00
proxyhandler.rs Stop using ptr.is_not_null() in script. 2015-01-01 22:19:34 +01:00
refcounted.rs Fix non_upper_case_globals warnings 2015-01-08 08:51:11 -08:00
str.rs script: to_string() -> into_string() 2014-12-27 14:48:36 +01:00
trace.rs Qualify JSGCTraceKind. 2015-01-04 15:53:21 +01:00
utils.rs auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdm 2015-01-08 08:48:54 -07:00