| Age | Commit message (Expand) | Author | Lines |
| 2013-10-23 | std::rand: seed ISAAC with no transmutes. | Huon Wilson | -7/+16 |
| 2013-10-23 | std::rand: use "nothing up your sleeve numbers" for ISAAC tests. | Huon Wilson | -18/+18 |
| 2013-10-23 | std::rand: simplify/safe-ify the default Rng.fill_bytes. | Huon Wilson | -45/+44 |
| 2013-10-22 | auto merge of #10020 : mletterle/rust/documentation-fixes, r=thestinger | bors | -2/+2 |
| 2013-10-23 | std::rand: move Weighted to distributions. | Huon Wilson | -132/+207 |
| 2013-10-23 | std::rand: lengthen the RNG benchmarks. | Huon Wilson | -8/+20 |
| 2013-10-23 | std::rand: optimise & document ziggurat. | Huon Wilson | -8/+72 |
| 2013-10-23 | std::rand: documentation & references. | Huon Wilson | -44/+100 |
| 2013-10-23 | std::rand: add distributions::Range for generating [lo, hi). | Huon Wilson | -39/+274 |
| 2013-10-23 | std::rand: full exponential & normal distributions | Huon Wilson | -20/+116 |
| 2013-10-23 | std::rand: Add RandSample for Sample-ing Rand types directly. | Huon Wilson | -0/+35 |
| 2013-10-23 | std::rand: add the Sample and IndependentSample traits. | Huon Wilson | -0/+18 |
| 2013-10-22 | Tidy up asm! usage in libstd | Alex Crichton | -11/+7 |
| 2013-10-23 | Making ai_next field public | reedlepee | -1/+1 |
| 2013-10-23 | Removed the file src/libstd/unstable/extfmt.r | reedlepee | -703/+0 |
| 2013-10-23 | Removed the unnecesary comments | reedlepee | -1/+0 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -49/+21 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -422/+217 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -354/+1286 |
| 2013-10-23 | Don't Make str field private | reedlepee | -0/+1 |
| 2013-10-22 | Minor grammatical fixes and removed section on 'rust' tool | Michael Letterle | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -321/+321 |
| 2013-10-22 | auto merge of #10009 : LeoTestard/rust/asm-feature-gated, r=huonw | bors | -1/+1 |
| 2013-10-22 | Activate checking code for ASM feature gate. Fix tests | Léo Testard | -1/+1 |
| 2013-10-21 | auto merge of #9937 : brson/rust/log_str, r=alexcrichton | bors | -18/+13 |
| 2013-10-21 | auto merge of #9936 : madjar/rust/master, r=alexcrichton | bors | -6/+0 |
| 2013-10-21 | auto merge of #10000 : cmr/rust/snapshot, r=alexcrichton | bors | -3/+0 |
| 2013-10-21 | Add support for nested comments | Georges Dubus | -6/+0 |
| 2013-10-21 | std: Move sys::log_str to repr::repr_to_str. Further work on #2240. | Brian Anderson | -18/+13 |
| 2013-10-21 | Register snapshots | Corey Richardson | -3/+0 |
| 2013-10-21 | fix the new floating point intrinsics | Daniel Micay | -2/+2 |
| 2013-10-21 | auto merge of #9986 : thestinger/rust/float, r=cmr | bors | -0/+20 |
| 2013-10-21 | expose new floating point intrinsics | Daniel Micay | -0/+20 |
| 2013-10-20 | Don't allocate a string when calling println | Alex Crichton | -1/+18 |
| 2013-10-20 | auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichton | bors | -5/+96 |
| 2013-10-20 | Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo... | LEE Wondong | -5/+96 |
| 2013-10-19 | auto merge of #9952 : huonw/rust/fmt-doc, r=alexcrichton | bors | -14/+14 |
| 2013-10-19 | auto merge of #9834 : alexcrichton/rust/morestack, r=brson | bors | -67/+412 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -67/+412 |
| 2013-10-19 | std::fmt: fix markdown peculiarity, unicodify some arrows, ` some trait names. | Huon Wilson | -14/+14 |
| 2013-10-19 | auto merge of #9932 : alexcrichton/rust/better-fmt-errors, r=cmr | bors | -24/+27 |
| 2013-10-18 | Try to improve format! error messages | Alex Crichton | -24/+27 |
| 2013-10-18 | auto merge of #9938 : alexcrichton/rust/fmtdox, r=huonw | bors | -3/+48 |
| 2013-10-18 | auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonw | bors | -704/+0 |
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -704/+0 |
| 2013-10-18 | Document traits and Default about format! better | Alex Crichton | -3/+48 |
| 2013-10-18 | auto merge of #9935 : reedlepee123/rust/my_new_branch, r=bstrie | bors | -6/+6 |
| 2013-10-19 | Make fields in std::comm private | chitra | -6/+6 |
| 2013-10-18 | Fix an off-by-one in managed::refcount | Alex Crichton | -1/+12 |
| 2013-10-18 | auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw | bors | -64/+30 |