rust/src/librustc_trans
bors bedd8108dc Auto merge of #21680 - japaric:slice, r=alexcrichton
Replaces `slice_*` method calls with slicing syntax, and removes `as_slice()` calls that are redundant due to `Deref`.
2015-01-29 05:47:21 +00:00
..
back Auto merge of #21680 - japaric:slice, r=alexcrichton 2015-01-29 05:47:21 +00:00
save Fallout of io => old_io 2015-01-26 16:01:16 -08:00
trans Fix a latent bug in trait dispatch where we sometimes counted associated types 2015-01-28 05:15:23 -05:00
lib.rs Deprecated attributes don't take 'feature' names and are paired with stable/unstable 2015-01-23 15:50:03 -08:00
README.txt

See the README.txt in ../librustc.