about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-0/+4
2014-08-03doc: make the sentence make more senseTshepang Lekhonkhobe-1/+1
2014-08-02native: Fix utime() for windowsAlex Crichton-6/+4
2014-08-01Fix misspelled comments.Joseph Crail-3/+3
2014-08-01auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwaltonbors-1/+2
2014-08-01auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichtonbors-7/+407
2014-07-31auto merge of #15399 : kballard/rust/rewrite_local_data, r=alexcrichtonbors-4/+4
2014-07-31Tweak error reporting in io::net::tcp testsKevin Ballard-4/+4
2014-07-31auto merge of #16041 : treeman/rust/doc-rand, r=brsonbors-64/+163
2014-07-31Implement slice::Vector for Option<T> and CVec<T>Derek Harland-7/+10
2014-07-31Add logic to skip the doc tests on windows since these examples are unix-spec...nham-0/+124
2014-07-31Use byte strings throughout examples. Add an example that was missed in the l...nham-7/+14
2014-07-31Add examples for GenericPath methods.nham-0/+233
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-1/+55
2014-07-31rustrt: Make begin_unwind take a single file/line pointerBrian Anderson-0/+33
2014-07-31auto merge of #16074 : nham/rust/bitflags_traits, r=alexcrichtonbors-2/+46
2014-07-31Fix trailing whitespaceMichael Neumann-2/+2
2014-07-30Library changes for RFC #43Cameron Zwarich-1/+2
2014-07-30Implement Default for std::io::FilePermissionnham-0/+6
2014-07-30Derive PartialOrd, Ord and Hash for bitflags types.nham-2/+40
2014-07-30auto merge of #15915 : erickt/rust/master, r=alexcrichtonbors-72/+8
2014-07-30auto merge of #15777 : SimonSapin/rust/pub-ascii-maps, r=alexcrichtonbors-58/+95
2014-07-29std: Make MemWriter clonableErick Tryzelaar-0/+1
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-72/+7
2014-07-29Add deprecated aliases for the old {Owned,}StrAsciiExt trait names.Simon Sapin-0/+7
2014-07-29Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExtSimon Sapin-32/+54
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