rust/src/compiletest
bors 566bcf2225 auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson
Issue #3869
review? @nikomatsakis 

Convert all uses of vec::slice to vec::view Issue #3869
Rename const_view to const_slice
Renamed mut_view to mut_slice
Fix windows build error.  `buf` is borrowed by the call to
`as_mut_buf()` and so we must invoke `slice()` outside of that
call.
2013-02-15 13:54:49 -08:00
..
common.rs Add debug info tests 2013-02-09 13:09:19 -05:00
compiletest.rc compiletest: Get rid of move. 2013-02-15 02:49:54 -08:00
errors.rs librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and librustdoc. rs=deexporting 2013-01-30 14:30:42 -08:00
header.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
procsrv.rs compiletest: Get rid of move. 2013-02-15 02:49:54 -08:00
runtest.rs Convert all uses of vec::slice to vec::view Issue #3869 2013-02-14 16:14:32 -08:00
util.rs librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and librustdoc. rs=deexporting 2013-01-30 14:30:42 -08:00