Files
rust/src/libstd
Alex Crichton 6bb2c5d322 std: Update CString::{into,from}_raw with *mut T
Conventionally in C `*mut T` is a transfer of ownership where `*const T` is a
loan, so `*mut T` is likely the more appropriate return type for these
functions. Additionally, this more closely mirrors the APIs on `Box` for this
sort of functionality.

cc #27769
2015-09-03 10:36:34 -07:00
..
2015-08-24 08:59:45 -07:00
2015-08-22 20:08:53 -04:00
2015-07-30 10:45:00 +02:00
2015-08-15 18:09:17 -07:00
2015-08-23 00:28:56 +02:00