about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-07-21Rename to_str to to_stringSteven Fackler-4/+4
2014-07-20auto merge of #15797 : brson/rust/taskstab, r=alexcrichtonbors-22/+37
2014-07-19auto merge of #15746 : steveklabnik/rust/docs_random, r=alexcrichtonbors-9/+14
2014-07-18std: Stabilize task module.Brian Anderson-22/+37
2014-07-18Improve documentation for rand::randomSteve Klabnik-9/+14
2014-07-18Remove examples from trait implementations. Unhide imports.Jonas Hietala-154/+18
2014-07-18Fill in documentation for HashSet.Jonas Hietala-37/+267
2014-07-16Extend HashSet documentation.Jonas Hietala-4/+159
2014-07-15auto merge of #15619 : kwantam/rust/master, r=huonwbors-6/+5
2014-07-15Fix errorsAdolfo Ochagavía-18/+11
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-15/+14
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-1/+1
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-4/+4
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-14/+10
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-20/+15
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-6/+5
2014-07-14std: Make unlink() more consistentAlex Crichton-5/+43
2014-07-14auto merge of #15653 : erickt/rust/master, r=alexcrichtonbors-2/+2
2014-07-14auto merge of #15649 : catharsis/rust/rust-libstd-examples, r=alexcrichtonbors-7/+45
2014-07-13std: make std::io::IoError{,Kind} implement EqErick Tryzelaar-2/+2
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-23/+26
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-23/+26
2014-07-13libstd: Add a few doc examplesAnton Lofgren-7/+45
2014-07-13auto merge of #15639 : supr/rust/master, r=sfacklerbors-1/+1
2014-07-13auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmrbors-1/+6
2014-07-12Fix Documentation Typo in libstdPrudhvi Krishna Surapaneni-1/+1
2014-07-12auto merge of #15617 : aturon/rust/std-more-experimental, r=alexcrichtonbors-0/+2
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-1/+1
2014-07-12auto merge of #15592 : arjantop/rust/bufwriter-write-fix, r=alexcrichtonbors-2/+4
2014-07-12auto merge of #15588 : alexcrichton/rust/issue-15478, r=cmrbors-6/+12
2014-07-11libc: Switch open to use a mode_t on unixAlex Crichton-1/+6
2014-07-11std: Move MemoryMap fields to methodsAlex Crichton-6/+12
2014-07-11mark std::hash experimentalAaron Turon-0/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-11Allow writes of length 0 to a full bufferArjan Topolovec-2/+4
2014-07-11auto merge of #15574 : omasanori/rust/hidden, r=huonwbors-8/+0
2014-07-11auto merge of #15564 : alexcrichton/rust/moar-hash, r=huonwbors-2/+26
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-20/+86
2014-07-10std: Add some implementation of common traitsAlex Crichton-2/+26
2014-07-10Remove deprecated std::unstable module.OGINO Masanori-8/+0
2014-07-10auto merge of #15566 : japaric/rust/command-clone, r=alexcrichtonbors-0/+2
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-3/+1
2014-07-09Derive Clone for Command and StdioContainerJorge Aparicio-0/+2
2014-07-09auto merge of #15471 : erickt/rust/push_all, r=acrichtobors-5/+49
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-4/+9
2014-07-09Register new snapshotsAlex Crichton-3/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-152/+149
2014-07-07Add libunicode; move unicode functions from corekwantam-4/+9
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-1/+2
2014-07-05std: flesh out MemWriter benchmarksErick Tryzelaar-5/+49