rust/src/compiletest
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
..
common.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
compiletest.rs Auto merge of #21680 - japaric:slice, r=alexcrichton 2015-01-29 05:47:21 +00:00
errors.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
header.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
procsrv.rs std: Rename Writer::write to Writer::write_all 2015-01-26 16:01:58 -08:00
runtest.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
util.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00