about summary refs log tree commit diff
path: root/src/libstd/ffi/os_str.rs
AgeCommit message (Expand)AuthorLines
2017-03-16Merge branch 'master' into frewsxcv-osstrCorey Farwell-7/+27
2017-03-15Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichtonbors-7/+27
2017-03-14Add doc example for `OsString::into_boxed_os_str`.Corey Farwell-0/+12
2017-03-14Add doc example for `OsString::shrink_to_fit`.Corey Farwell-0/+16
2017-03-14Add doc example for `OsString::reserve_exact`.Corey Farwell-0/+10
2017-03-14Add doc example for `OsString::reserve`.Corey Farwell-0/+10
2017-03-14Add doc example for `OsStr::to_os_string`.Corey Farwell-0/+10
2017-03-10Add From<Box<..>> implementations.Clar Charr-7/+27
2017-03-10OsString::shrink_to_fit.Clar Charr-0/+6
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+38
2017-01-22Add missing urls for OsStr and OsStringGuillaume Gomez-9/+28
2017-01-21Add doc examples for `std::ffi::OsString` fucntions/methods.Corey Farwell-0/+73
2017-01-05Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples.Corey Farwell-0/+23
2016-10-01std: Remove plattform-specific code from os_strBrian Anderson-11/+0
2016-09-11Documentation of what does for each typeathulappadan-0/+2
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+1
2016-08-18Add a few doc examples for `std::ffi::OsStr`.Corey Farwell-0/+32
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-26/+26
2016-03-22Fix Default for OsString/OsStrWangshan Lu-3/+3
2016-03-22Implement Default for OsStrWangshan Lu-0/+14
2016-03-22Implement Default for OsStringWangshan Lu-0/+14
2016-03-12std: Clean out deprecated APIsAlex Crichton-52/+0
2016-03-10Spell fixes for std::ffi doc commentsCraig M. Brandenburg-3/+3
2016-02-23Auto merge of #31751 - gkoz:os_str_path_cmp, r=aturonbors-0/+38
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+178
2016-02-18Add mutual PartialEq and PartialCmp impls for OsStr, OsStringGleb Kozyrev-0/+38
2016-01-07Move os_str docs to OsString in order to be visible in HTML (fixes #30743)Georg Brandl-23/+17
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+7
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-10/+10
2015-08-15std: Add issues to all unstable featuresAlex Crichton-6/+3
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-3/+7
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-49/+0
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-12/+12
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-16/+0
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-12/+12
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-24/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-24/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-7/+78
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-12/+0
2015-03-26Revise use of conversion traitsAaron Turon-17/+3
2015-03-26Register new snapshotsAlex Crichton-12/+0
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+12
2015-03-23Add generic conversion traitsAaron Turon-4/+73
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+12
2015-03-12Stabilize std::pathAaron Turon-0/+1
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-5/+41
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-4/+4
2015-02-20Register new snapshotsAlex Crichton-17/+0