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
/
os_str.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-20
Fix most rendering warnings from switching to CommonMark
steveklabnik
-2
/
+1
2017-10-13
Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnik
kennytm
-2
/
+49
2017-10-02
Fix broken links in documentation
Federico Mena Quintero
-3
/
+3
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-26
os_str: Fix too-long lines
Federico Mena Quintero
-4
/
+4
2017-09-25
Overhaul the documentation for OsString / OsStr
Federico Mena Quintero
-2
/
+49
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-25
std: Stabilize the `str_{mut,box}_extras` feature
Alex Crichton
-2
/
+0
2017-07-25
std: Stabilize CString/OsString/PathBuf extra methods
Alex Crichton
-2
/
+2
2017-07-04
Rollup merge of #42227 - ollie27:into_to_from, r=aturon
Mark Simulacrum
-4
/
+4
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
-1
/
+1
2017-06-21
Convert Intos to Froms.
Clar Charr
-3
/
+3
2017-06-15
Avoid allocations in Debug for os_str
Stepan Koltsov
-6
/
+12
2017-05-24
Add missing urls for OsStr docs
Guillaume Gomez
-3
/
+9
2017-05-20
Remove unused lifetimes.
Clar Charr
-1
/
+1
2017-05-20
Correct some stability versions
Oliver Middleton
-2
/
+2
2017-04-18
Override ToOwned::clone_into for Path and OsStr
Scott McMurray
-1
/
+17
2017-03-16
Merge branch 'master' into frewsxcv-osstr
Corey Farwell
-7
/
+27
2017-03-15
Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton
bors
-7
/
+27
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
Add From<Box<..>> implementations.
Clar Charr
-7
/
+27
2017-03-10
OsString::shrink_to_fit.
Clar Charr
-0
/
+6
2017-02-14
Conversions between CStr/OsStr/Path and boxes.
Clar Charr
-0
/
+38
2017-01-22
Add missing urls for OsStr and OsString
Guillaume Gomez
-9
/
+28
2017-01-21
Add doc examples for `std::ffi::OsString` fucntions/methods.
Corey Farwell
-0
/
+73
2017-01-05
Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples.
Corey Farwell
-0
/
+23
2016-10-01
std: Remove plattform-specific code from os_str
Brian Anderson
-11
/
+0
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+2
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-3
/
+1
2016-08-18
Add a few doc examples for `std::ffi::OsStr`.
Corey Farwell
-0
/
+32
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-26
/
+26
2016-03-22
Fix Default for OsString/OsStr
Wangshan Lu
-3
/
+3
2016-03-22
Implement Default for OsStr
Wangshan Lu
-0
/
+14
2016-03-22
Implement Default for OsString
Wangshan Lu
-0
/
+14
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-52
/
+0
2016-03-10
Spell fixes for std::ffi doc comments
Craig M. Brandenburg
-3
/
+3
2016-02-23
Auto merge of #31751 - gkoz:os_str_path_cmp, r=aturon
bors
-0
/
+38
2016-02-20
Add Capacity/length methods for OsString.
Corey Farwell
-0
/
+178
2016-02-18
Add mutual PartialEq and PartialCmp impls for OsStr, OsString
Gleb Kozyrev
-0
/
+38
2016-01-07
Move os_str docs to OsString in order to be visible in HTML (fixes #30743)
Georg Brandl
-23
/
+17
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+7
[next]