summary refs log tree commit diff
path: root/src/libstd/ffi/os_str.rs
AgeCommit message (Expand)AuthorLines
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
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-4/+4
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-4/+5
2015-02-18Stabilize std::borrowAaron Turon-4/+5
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+20
2015-02-14Correct typoJake Goulding-1/+1
2015-02-03Add new path moduleAaron Turon-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-11/+0
2015-02-02register snapshotsJorge Aparicio-11/+0
2015-02-01std: Add a new `env` moduleAlex Crichton-4/+82
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+11
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+260
2015-01-24Add ffi::OsString and OsStrAaron Turon-0/+259