Files
rust/src/libstd
bors 60f5011005 auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt
This PR fixes #7235 and #3371, which removes trailing nulls from `str` types. Instead, it replaces the creation of c strings with a new type, `std::c_str::CString`, which wraps a malloced byte array, and respects:

*  No interior nulls
* Ends with a trailing null
2013-08-09 21:56:17 -07:00
..
2013-08-09 14:28:14 +09:00
2013-08-09 16:45:50 -07:00
2013-08-09 16:45:50 -07:00
2013-08-09 14:28:14 +09:00
2013-08-04 15:45:16 -07:00
2013-07-22 01:09:48 -04:00
2013-08-09 14:28:14 +09:00
2013-08-09 16:45:50 -07:00
2013-08-09 14:28:14 +09:00
2013-08-09 16:45:50 -07:00
2013-08-03 22:48:02 -04:00
2013-07-22 01:09:48 -04:00
2013-08-09 16:45:50 -07:00
2013-08-09 14:28:14 +09:00
2013-08-03 22:48:02 -04:00
2013-08-03 22:48:02 -04:00
2013-08-07 22:41:09 -04:00
2013-07-20 20:17:08 -04:00