summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2013-10-21Register snapshotsCorey Richardson-3/+0
2013-10-21fix the new floating point intrinsicsDaniel Micay-2/+2
2013-10-21auto merge of #9986 : thestinger/rust/float, r=cmrbors-0/+20
2013-10-21expose new floating point intrinsicsDaniel Micay-0/+20
2013-10-20Don't allocate a string when calling printlnAlex Crichton-1/+18
2013-10-20auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichtonbors-5/+96
2013-10-20Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo...LEE Wondong-5/+96
2013-10-19auto merge of #9952 : huonw/rust/fmt-doc, r=alexcrichtonbors-14/+14
2013-10-19auto merge of #9834 : alexcrichton/rust/morestack, r=brsonbors-67/+412
2013-10-19Use __morestack to detect stack overflowAlex Crichton-67/+412
2013-10-19std::fmt: fix markdown peculiarity, unicodify some arrows, ` some trait names.Huon Wilson-14/+14
2013-10-19auto merge of #9932 : alexcrichton/rust/better-fmt-errors, r=cmrbors-24/+27
2013-10-18Try to improve format! error messagesAlex Crichton-24/+27
2013-10-18auto merge of #9938 : alexcrichton/rust/fmtdox, r=huonwbors-3/+48
2013-10-18auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonwbors-704/+0
2013-10-18Remove the fmt! syntax extensionAlex Crichton-704/+0
2013-10-18Document traits and Default about format! betterAlex Crichton-3/+48
2013-10-18auto merge of #9935 : reedlepee123/rust/my_new_branch, r=bstriebors-6/+6
2013-10-19Make fields in std::comm privatechitra-6/+6
2013-10-18Fix an off-by-one in managed::refcountAlex Crichton-1/+12
2013-10-18auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonwbors-64/+30