rust/src/test
bors 330378d1a1 auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt
This is a cleanup pull request that does:

* removes `os::as_c_charp`
* moves `str::as_buf` and `str::as_c_str` into `StrSlice`
* converts some functions from `StrSlice::as_buf` to `StrSlice::as_c_str`
* renames `StrSlice::as_buf` to `StrSlice::as_imm_buf` (and adds `StrSlice::as_mut_buf` to match `vec.rs`.
* renames `UniqueStr::as_bytes_with_null_consume` to `UniqueStr::to_bytes`
* and other misc cleanups and minor optimizations
2013-07-24 13:25:36 -07:00
..
auxiliary Add a test for #5844 (a closed issue now) 2013-07-22 23:09:21 -07:00
bench fix fmt! usage 2013-07-24 09:45:20 -04:00
codegen test: new codegen tests, rename hello. 2013-07-16 17:44:57 -07:00
compile-fail rc: Use ~T for allocation 2013-07-24 10:22:55 -04:00
debug-info debuginfo: Removed some test relying on data structure sizes hard to predict for all possible platforms and configurations. 2013-07-20 10:47:24 +02:00
pretty Clean-up tests after debug!/std-macros change. 2013-07-17 03:10:13 +10:00
run-fail Change 'print(fmt!(...))' to printf!/printfln! in src/test/ 2013-07-24 09:45:20 -04:00
run-pass auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt 2013-07-24 13:25:36 -07:00
run-pass-fulldeps Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. 2013-07-22 15:35:28 +02:00