rust/src/libsyntax/ext/deriving
bors ed22606c83 auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
This commit introduces the syntax for negative implementations of traits
as shown below:

`impl !Trait for Type {}`

cc #13231
Part of RFC rust-lang/rfcs#127

r? @nikomatsakis
2015-01-05 04:20:46 +00:00
..
cmp sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
generic Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
bounds.rs Keep track of the whole error chain 2014-12-26 17:26:33 +01:00
clone.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
decodable.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
default.rs syntax: unbox closures used in let bindings 2014-12-31 22:50:27 -05:00
encodable.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
hash.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
mod.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
primitive.rs libsyntax: use unboxed closures 2014-12-13 17:03:47 -05:00
rand.rs Accept ?Sized as well as Sized? 2014-12-26 10:16:24 +13:00
show.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00