about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-11-06auto merge of #10289 : nikomatsakis/rust/issue-10157-TypeContents-refactor, r...bors-8/+26
2013-11-05auto merge of #10306 : alexcrichton/rust/issue-9970-better, r=huonwbors-15/+15
2013-11-05fix alignment of pthread_attr_tDaniel Micay-8/+8
2013-11-05Clarify which errors are format string errorsAlex Crichton-15/+15
2013-11-05Rename misleading contains_managed to owns_managedNiko Matsakis-8/+26
2013-11-05Move implementation for threads to RustDirkjan Bussink-37/+153
2013-11-04auto merge of #10270 : alexcrichton/rust/no-super-buffer, r=brsonbors-13/+5
2013-11-04auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakisbors-0/+25
2013-11-04libsyntax/librustc: Allow calling variadic foreign functions.Luqman Aden-0/+25
2013-11-04auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakisbors-97/+93
2013-11-04Stop extra buffering when stdout isn't a ttyAlex Crichton-13/+5
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-01Remove unnecessary unwind messagesAlex Crichton-76/+41
2013-11-01auto merge of #10204 : alexcrichton/rust/better-names, r=brsonbors-0/+3
2013-11-01Add a type_id intrinsicAlex Crichton-21/+52
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