index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
ffi
Age
Commit message (
Expand
)
Author
Lines
2017-09-30
Cast inner type in OsStr::bytes
Nikolai Vazquez
-1
/
+1
2017-09-28
Remove unused 'mem' import in 'os_str' module
Nikolai Vazquez
-1
/
+0
2017-09-28
Remove mem::transmute used in OsStr conversions
Nikolai Vazquez
-7
/
+10
2017-09-28
Fix mutability error in CString::from_raw
Nikolai Vazquez
-1
/
+1
2017-09-28
Remove mem::transmute used in CStr conversions
Nikolai Vazquez
-7
/
+8
2017-09-10
Use rvalue promotion to 'static instead of static items.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-15
Fix typos & us spellings
Fourchaux
-2
/
+2
2017-07-25
std: Stabilize the `str_{mut,box}_extras` feature
Alex Crichton
-8
/
+0
2017-07-25
std: Stabilize CString/OsString/PathBuf extra methods
Alex Crichton
-5
/
+5
2017-07-04
Rollup merge of #42227 - ollie27:into_to_from, r=aturon
Mark Simulacrum
-8
/
+8
2017-06-28
Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichton
bors
-3
/
+1
2017-06-25
Reword OsStr docs to clarify that utf8 may contain nulls
Casey Rodarmor
-1
/
+1
2017-06-24
Stabilize OsString::shrink_to_fit
Steven Fackler
-3
/
+1
2017-06-21
Update version numbers for From impls
Oliver Middleton
-2
/
+2
2017-06-21
Convert Intos to Froms.
Clar Charr
-6
/
+6
2017-06-20
Add doc example for `CString::from_raw`.
Corey Farwell
-0
/
+21
2017-06-20
Add doc example for `FromBytesWithNulError`.
Corey Farwell
-0
/
+8
2017-06-20
Add doc example for `NulError`.
Corey Farwell
-0
/
+8
2017-06-20
Add doc example for `CStr::to_str`.
Corey Farwell
-0
/
+9
2017-06-20
Add doc example for `CString::as_c_str`.
Corey Farwell
-0
/
+12
2017-06-20
Add doc example for `Box<CStr>::into_c_string`.
Corey Farwell
-0
/
+12
2017-06-20
Add doc example for `CString::into_boxed_c_str`.
Corey Farwell
-0
/
+12
2017-06-20
Add doc example for `CStr::to_string_lossy`.
Corey Farwell
-0
/
+25
2017-06-20
Add error scenario doc examples for `CStr::from_bytes_with_nul`.
Corey Farwell
-0
/
+18
2017-06-20
Add doc example for `CStr::to_bytes_with_nul`.
Corey Farwell
-0
/
+9
2017-06-20
Add doc example for `CStr::to_bytes`.
Corey Farwell
-0
/
+9
2017-06-20
Mark smaller CStr and CString functions as #[inline]
Alexander Bulaev
-0
/
+15
2017-06-15
Avoid allocations in Debug for os_str
Stepan Koltsov
-6
/
+12
2017-06-05
Add doc example for `CString::as_bytes`.
Corey Farwell
-0
/
+10
2017-06-05
Add doc example for `CString::as_bytes_with_nul`.
Corey Farwell
-0
/
+10
2017-06-05
Add doc example for `CString::into_bytes_with_nul`.
Corey Farwell
-0
/
+10
2017-06-05
Add doc example for `CString::into_bytes`.
Corey Farwell
-0
/
+10
2017-06-05
Add doc example for `CString::into_raw`.
Corey Farwell
-0
/
+20
2017-05-24
Add missing urls for OsStr docs
Guillaume Gomez
-3
/
+9
2017-05-22
Add missing links for CStr and CString
Guillaume Gomez
-30
/
+74
2017-05-20
Remove unused lifetimes.
Clar Charr
-1
/
+1
2017-05-20
Correct some stability versions
Oliver Middleton
-4
/
+4
2017-05-09
Remove wrong or outdated info from CString docs.
Matt Brubeck
-6
/
+4
2017-04-18
Override ToOwned::clone_into for Path and OsStr
Scott McMurray
-1
/
+17
2017-04-09
Auto merge of #41095 - clarcharr:as_extras, r=alexcrichton
bors
-0
/
+6
2017-04-07
Add as_c_str.
Clar Charr
-0
/
+6
2017-04-06
Remove some CStr transmutes.
Clar Charr
-2
/
+3
2017-03-16
Merge branch 'master' into frewsxcv-osstr
Corey Farwell
-14
/
+53
2017-03-15
Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton
bors
-14
/
+53
2017-03-14
Add doc example for `OsString::into_boxed_os_str`.
Corey Farwell
-0
/
+12
2017-03-14
Add doc example for `OsString::shrink_to_fit`.
Corey Farwell
-0
/
+16
2017-03-14
Add doc example for `OsString::reserve_exact`.
Corey Farwell
-0
/
+10
2017-03-14
Add doc example for `OsString::reserve`.
Corey Farwell
-0
/
+10
2017-03-14
Add doc example for `OsStr::to_os_string`.
Corey Farwell
-0
/
+10
2017-03-10
Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcrichton
Alex Crichton
-0
/
+6
[next]