about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-08-12libnative: process spawning should not close inherited file descriptorsIvan Petkov-1/+24
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-3/+5
2014-08-12auto merge of #16195 : P1start/rust/more-index, r=aturonbors-6/+48
2014-08-12Implement Index for HashMapP1start-6/+48
2014-08-11core/std: squash dead_code warnings from fail! invocations.Huon Wilson-6/+11
2014-08-09auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichtonbors-5/+3
2014-08-09testsuite: implement #[reexport_test_harness_name] to get access to theHuon Wilson-5/+3
2014-08-08Remove the dist function; it is more efficient to compare squared distancesnham-5/+1
2014-08-08auto merge of #16336 : retep998/rust/master, r=brsonbors-4/+5
2014-08-08Add example of estimating pi using Monte Carlo simulation to std::randnham-0/+45
2014-08-08auto merge of #16327 : mdinger/rust/typo, r=steveklabnikbors-1/+1
2014-08-08Register new snapshot 12e0f72Niko Matsakis-37/+0
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-1/+1
2014-08-07Fix typomdinger-1/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-08-07windows: Fix several tests on 64-bit.Peter Atashian-4/+5
2014-08-07auto merge of #16220 : tshepang/rust/temp, r=steveklabnikbors-1/+1
2014-08-06auto merge of #16291 : nham/rust/byte_literals, r=alexcrichtonbors-54/+52
2014-08-06Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollupAlex Crichton-2/+3
2014-08-06auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichtonbors-14/+20
2014-08-06Use byte literals in libstdnham-54/+52
2014-08-05auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brsonbors-6/+4
2014-08-04Fix crash in OsRng when compiling with -O.Vadim Chugunov-2/+3
2014-08-04stabilize atomics (now atomic)Aaron Turon-14/+20
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