rust/src/test
Kevin Ballard 03ef71e262 Add ToCStr method .with_c_str()
.with_c_str() is a replacement for the old .as_c_str(), to avoid
unnecessary boilerplate.

Replace all usages of .to_c_str().with_ref() with .with_c_str().
2013-08-15 01:33:10 -07:00
..
auxiliary Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
bench std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
codegen Elide unnecessary ret slot allocas 2013-08-10 11:04:50 +02:00
compile-fail auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivan 2013-08-13 23:59:18 -07:00
debug-info debuginfo: Add some tests for visibiliy scopes within closures. 2013-08-13 11:13:49 +02:00
pretty remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
run-fail auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pcwalton 2013-08-13 21:29:20 -07:00
run-pass Add ToCStr method .with_c_str() 2013-08-15 01:33:10 -07:00
run-pass-fulldeps New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00