summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-11-08auto merge of #10344 : brson/rust/atomiccopy, r=alexcrichtonbors-14/+20
2013-11-07auto merge of #10341 : willingc/rust/minor-docfix, r=huonwbors-1/+1
2013-11-07auto merge of #10333 : huonw/rust/ascii, r=alexcrichtonbors-15/+18
2013-11-07std: Make atomic types non-copyable. Closes #8380Brian Anderson-14/+20
2013-11-07Edited comment for docs to show std::io is deleted and replaced by std::rt::ioCarol Willing-1/+1
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-15/+18
2013-11-06auto merge of #10322 : thestinger/rust/no_freeze, r=alexcrichtonbors-21/+24
2013-11-07add `from_send` to Rc, since #9509 is fixedDaniel Micay-21/+24
2013-11-06Register new snapshotsAlex Crichton-170/+10
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