about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-11-04auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmrbors-1712/+1917
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-324/+364
2013-11-03auto merge of #10251 : thestinger/rust/ptr, r=alexcritchtonbors-19/+59
2013-11-03simplify memcpy/memmove/memset intrinsicsDaniel Micay-19/+59
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-646/+931
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-1039/+917
2013-11-03Modify IoFactory's fs_mkdir, and add fs_renameAlex Crichton-1/+2
2013-11-03Move rt::io traits into the preludeAlex Crichton-0/+1
2013-11-04docs: Replace std::iterator with std::iter.Huon Wilson-8/+8
2013-11-03Rename files to match current recommendations.Chris Morgan-2/+0
2013-11-02auto merge of #10230 : alexcrichton/rust/snapshots, r=brsonbors-38/+0
2013-11-01auto merge of #10225 : Jurily/rust/master, r=alexcrichtonbors-1/+1
2013-11-01auto merge of #10223 : huonw/rust/gamma, r=cmrbors-18/+234
2013-11-01Register new snapshotsAlex Crichton-38/+0
2013-11-01auto merge of #10204 : alexcrichton/rust/better-names, r=brsonbors-0/+3
2013-11-01auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichtonbors-531/+424
2013-11-01Give test and main tasks better namesAlex Crichton-0/+3
2013-11-01Fix typo in to_digitGyorgy Andrasek-1/+1
2013-11-01auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmrbors-14/+27
2013-11-01Fixed unused import warning in testsMarvin Löbel-2/+2
2013-11-01Removed legacy implementationsMarvin Löbel-121/+0
2013-11-01Cleaned up the option and result module in more detailMarvin Löbel-57/+42
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-381/+410
2013-11-01auto merge of #10213 : telotortium/rust/rand-fill_bytes-stack-overflow, r=huonwbors-1/+21
2013-11-01std::rand: share the benchmark counter among the whole module tree.Huon Wilson-24/+21
2013-11-01std::rand: Implement the Gamma distribution.Huon Wilson-0/+219
2013-11-01std::rand: Move distributions to a subfolder.Huon Wilson-0/+0
2013-11-01auto merge of #10196 : huonw/rust/fix-zig, r=alexcrichtonbors-136/+3
2013-10-31Provide a sound method of flushing stdoutAlex Crichton-14/+27
2013-10-31Fix infinite recursion in `fill_bytes()`Robert Irelan-1/+21
2013-10-31libstd: Remove mocks.Patrick Walton-181/+131
2013-10-31std::rand: correct an off-by-one in the Ziggurat code.Huon Wilson-136/+3
2013-10-31auto merge of #10180 : alexcrichton/rust/flush-default, r=brsonbors-31/+6
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-129/+133
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-31/+6
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-129/+133
2013-10-30auto merge of #10168 : reedlepee123/rust/priv_fields, r=brsonbors-23/+23
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-16/+23
2013-10-30changed all the impl<T> to impl<T: Send> in rt::comm.rs and libstd::comm.rs #...reedlepee-23/+23
2013-10-29Register new snapshotsAlex Crichton-6760/+0
2013-10-29auto merge of #10140 : brson/rust/comm, r=alexcrichtonbors-8/+7
2013-10-29auto merge of #10136 : hatahet/rust/master, r=alexcrichtonbors-146/+142
2013-10-29auto merge of #10132 : pcwalton/rust/proc, r=pcwaltonbors-9/+11
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-9/+11
2013-10-29auto merge of #10058 : alexcrichton/rust/uv-crate, r=brsonbors-53/+106
2013-10-29Work around const_eval issues by changing signed integer `min_value`s.Jed Davis-1/+2
2013-10-29Adjust reflection for the possibility of discriminants larger than int.Jed Davis-15/+20
2013-10-29Add repr attributes in various places that need them.Jed Davis-0/+1
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-28/+83
2013-10-29auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichtonbors-1/+4