rust/src/librustc/metadata
bors 3ddfb72512 auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis
For #7083.

The metadata issue with the old version is now fixed. Ready for review.

This is also not the full solution to #7083, because this is not supported yet:
```
trait Foo : Send { }

impl <T: Send> Foo for T { }

fn foo<T: Foo>(val: T, chan: std::comm::Chan<T>) {
    chan.send(val);
}
```

cc @nikomatsakis
2013-08-21 18:51:42 -07:00
..
common.rs std/rustc/rustpkg/syntax: Support the extern mod = ... form 2013-08-09 14:11:50 -07:00
creader.rs Update either::partition 2013-08-15 02:52:55 +02:00
csearch.rs New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00
cstore.rs core: option.map_consume -> option.map_move 2013-08-07 08:52:09 -07:00
decoder.rs Allow traits to use builtin kinds as supertraits for #7083. 2013-08-20 13:28:50 -04:00
encoder.rs auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis 2013-08-21 18:51:42 -07:00
filesearch.rs fix build with the new snapshot compiler 2013-08-12 17:37:46 -04:00
loader.rs Add ToCStr method .with_c_str() 2013-08-15 01:33:10 -07:00
mod.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tydecode.rs Eliminate unused variable warnings. 2013-07-26 16:42:03 -07:00
tyencode.rs rm obsolete integer to_str{,_radix} free functions 2013-08-20 22:05:03 -04:00