servo/components/util
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
..
deque Fix unnecessary unsafe block warning 2015-01-08 08:51:11 -08:00
bloom.rs Various compile fixes for android rustup (link still fails). 2014-12-18 08:08:38 +10:00
cache.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
Cargo.toml Add a match_ignore_ascii_case! macro that does not allocate. 2014-12-29 16:19:10 +01:00
cursor.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
debug_utils.rs Fix renamed to slice::from_raw_buf warning 2015-01-08 08:51:11 -08:00
dlist.rs gfx: Rewrite display list construction to make stacking-contexts more 2014-11-14 17:31:15 -08:00
fnv.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
geometry.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
lib.rs Allow missing_copy_implementations 2015-01-08 08:51:11 -08:00
logical_geometry.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
memory.rs Fix renamed to into_inner() warnings 2015-01-08 08:51:11 -08:00
namespace.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
opts.rs Add ability to explicitly set static resources path, used by cef-linux. 2015-01-09 07:04:44 +10:00
persistent_list.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
range.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
resource_files.rs Fix android unused import error. 2015-01-09 07:39:29 +10:00
rtinstrument.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
smallvec.rs Replace the remaining to_string calls by into_string calls. 2014-12-31 10:34:44 +01:00
sort.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
str.rs Fix use UnicodeChar::to_lowercase warning 2015-01-08 08:51:11 -08:00
task.rs Fix renamed to into_inner() warnings 2015-01-08 08:51:11 -08:00
task_state.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
taskpool.rs Run all task spawning through util, to allow for easy hooking. 2014-10-28 09:53:45 -07:00
tid.rs Fix non_upper_case_globals warnings 2015-01-08 08:51:11 -08:00
time.rs Rename TimeProfilerCategory variants. 2015-01-04 11:59:23 +01:00
vec.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
workqueue.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00