about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-07-24Deprecated `str::raw::from_c_str`Adolfo Ochagavía-1/+1
2014-07-24Remove OwnedStr traitAdolfo Ochagavía-6/+2
2014-07-24Cleanup HashMap documentation.Jonas Hietala-53/+68
2014-07-24Cleanup LruCache doc.Jonas Hietala-9/+8
2014-07-24Documentation examples for LruCache.Jonas Hietala-0/+86
2014-07-24Remove explicit rust code specifier. Unhide use HashMap.Jonas Hietala-56/+56
2014-07-24Fill in example code for HashMap.Jonas Hietala-19/+293
2014-07-23Just land alreadyBrian Anderson-1/+1
2014-07-23Remove kludgy imports from vec! macroBrian Anderson-3/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-9/+16
2014-07-22auto merge of #15876 : brson/rust/failfat, r=pcwaltonbors-2/+3
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+18
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+14
2014-07-21Use fewer instructions for `fail!`Brian Anderson-2/+3
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+4
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