about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-100/+160
2013-10-24Migrate the last typedefs to ~Trait in rtioAlex Crichton-19/+14
2013-10-24Don't attempt to export uv functions directlyAlex Crichton-45/+47
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-315/+303
2013-10-24Remove rt::io::supportAlex Crichton-208/+131
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-99/+92
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-162/+303
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-41/+22
2013-10-24Address a few XXX comments throughout the runtimeAlex Crichton-12/+20
2013-10-24Finish implementing io::net::addrinfoAlex Crichton-92/+249
2013-10-24Implement io::net::unixAlex Crichton-86/+587
2013-10-24Cleaned, documented, wrote tests for up std::boolMarvin Löbel-302/+347
2013-10-23mark some functions as returning !Daniel Micay-3/+2
2013-10-23auto merge of #10032 : thestinger/rust/snapshot, r=huonwbors-9/+1
2013-10-23register snapshotsDaniel Micay-9/+1
2013-10-23Made uv_stat_t.{st_dev, st_ino} public, #9958Ziad Hatahet-2/+2
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-452/+1043
2013-10-23auto merge of #9810 : huonw/rust/rand3, r=alexcrichtonbors-234/+825
2013-10-23auto merge of #10021 : alexcrichton/rust/asm-now-analyzed-correctly, r=luqmanabors-11/+7
2013-10-22auto merge of #10015 : huonw/rust/minor-fixes, r=alexcrichtonbors-70/+78
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-306/+54
2013-10-23std::rand: seed ISAAC with no transmutes.Huon Wilson-7/+16
2013-10-23std::rand: use "nothing up your sleeve numbers" for ISAAC tests.Huon Wilson-18/+18
2013-10-23std::rand: simplify/safe-ify the default Rng.fill_bytes.Huon Wilson-45/+44
2013-10-22auto merge of #10020 : mletterle/rust/documentation-fixes, r=thestingerbors-2/+2
2013-10-23std::rand: move Weighted to distributions.Huon Wilson-132/+207
2013-10-23std::rand: lengthen the RNG benchmarks.Huon Wilson-8/+20
2013-10-23std::rand: optimise & document ziggurat.Huon Wilson-8/+72
2013-10-23std::rand: documentation & references.Huon Wilson-44/+100
2013-10-23std::rand: add distributions::Range for generating [lo, hi).Huon Wilson-39/+274
2013-10-23std::rand: full exponential & normal distributionsHuon Wilson-20/+116
2013-10-23std::rand: Add RandSample for Sample-ing Rand types directly.Huon Wilson-0/+35
2013-10-23std::rand: add the Sample and IndependentSample traits.Huon Wilson-0/+18
2013-10-22Tidy up asm! usage in libstdAlex Crichton-11/+7
2013-10-23Making ai_next field publicreedlepee-1/+1
2013-10-23Removed the file src/libstd/unstable/extfmt.rreedlepee-703/+0
2013-10-23Removed the unnecesary commentsreedlepee-1/+0
2013-10-23Removed unnecessary comments and white spaces as suggestedreedlepee-49/+21
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-422/+217
2013-10-23Making fields in std and extra : private #4386reedlepee-354/+1286
2013-10-23Don't Make str field privatereedlepee-0/+1
2013-10-22Minor grammatical fixes and removed section on 'rust' toolMichael Letterle-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-321/+321
2013-10-22auto merge of #10009 : LeoTestard/rust/asm-feature-gated, r=huonwbors-1/+1
2013-10-22Activate checking code for ASM feature gate. Fix testsLéo Testard-1/+1
2013-10-21auto merge of #9937 : brson/rust/log_str, r=alexcrichtonbors-18/+13
2013-10-21auto merge of #9936 : madjar/rust/master, r=alexcrichtonbors-6/+0
2013-10-21auto merge of #10000 : cmr/rust/snapshot, r=alexcrichtonbors-3/+0
2013-10-21Add support for nested commentsGeorges Dubus-6/+0
2013-10-21std: Move sys::log_str to repr::repr_to_str. Further work on #2240.Brian Anderson-18/+13