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
about
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-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
2015-09-09
Reduce code bloat from conversion traits in function parameters
Vadim Petrochenkov
-10
/
+10
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-6
/
+3
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-3
/
+7
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-04-21
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-49
/
+0
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-12
/
+12
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-16
/
+0
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-12
/
+12
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-24
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-24
/
+1
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-7
/
+78
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-12
/
+0
2015-03-26
Revise use of conversion traits
Aaron Turon
-17
/
+3
2015-03-26
Register new snapshots
Alex Crichton
-12
/
+0
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-0
/
+12
2015-03-23
Add generic conversion traits
Aaron Turon
-4
/
+73
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-0
/
+12
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+1
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-5
/
+41
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-4
/
+4
2015-02-20
Register new snapshots
Alex Crichton
-17
/
+0
[next]