summary refs log tree commit diff
path: root/src/libstd/ffi/os_str.rs
AgeCommit message (Expand)AuthorLines
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