about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-07-29Make std::ascii::ASCII_{UPPER,LOWER}_MAP public.Simon Sapin-8/+8
2014-07-29Use byte literals in std::ascii::ASCII_{UPPER,LOWER}_MAP for readability.Simon Sapin-24/+32
2014-07-29doc: add missing wordTshepang Lekhonkhobe-1/+1
2014-07-29Remove references to non-existant functions in the std::path documentationnham-4/+1
2014-07-29auto merge of #16054 : tshepang/rust/patch-1, r=brsonbors-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+55
2014-07-29auto merge of #16052 : nham/rust/fs_docs, r=brsonbors-22/+20
2014-07-28doc: reduce overlong sentenceTshepang Lekhonkhobe-1/+1
2014-07-28auto merge of #15983 : brson/rust/fail, r=alexcrichtonbors-9/+12
2014-07-28Fix some of the documentation std::io::fs.nham-22/+20
2014-07-28doc: use //! instead of /*! ... */ in std::randJonas Hietala-167/+163
2014-07-28doc: More efficient Monty Hall simulationJonas Hietala-8/+8
2014-07-28doc: Monty Hall simulation for std::randJonas Hietala-0/+103
2014-07-27doc: Correctly onclose code blocks in HashSetJonas Hietala-0/+3
2014-07-26auto merge of #15941 : treeman/rust/doc-lru, r=alexcrichtonbors-0/+85
2014-07-25auto merge of #15787 : treeman/rust/hashmap-doc, r=alexcrichtonbors-48/+337
2014-07-25Revert "Use fewer instructions for `fail!`"Brian Anderson-5/+3
2014-07-25std: Use correct conventions for statics in macrosBrian Anderson-6/+6
2014-07-25Put the struct passed to unwinding functions into a staticBrian Anderson-7/+12
2014-07-25Make most of the failure functions take &(&'static str, uint)Brian Anderson-2/+2
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-1/+4
2014-07-24Add `string::raw::from_buf`Adolfo Ochagavía-2/+1
2014-07-24Fix travis errorsAdolfo Ochagavía-1/+1
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo Ochagavía-5/+5
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