| Age | Commit message (Expand) | Author | Lines |
| 2013-10-23 | std::rand: documentation & references. | Huon Wilson | -44/+102 |
| 2013-10-23 | std::rand: add distributions::Range for generating [lo, hi). | Huon Wilson | -52/+287 |
| 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-22 | auto merge of #9969 : reedlepee123/rust/priv_fields, r=bstrie | bors | -214/+216 |
| 2013-10-23 | Making ai_next field public | reedlepee | -1/+1 |
| 2013-10-22 | auto merge of #10013 : bdash/rust/mavericks-unwinding, r=alexcrichton | bors | -11/+21 |
| 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 | -66/+30 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -539/+226 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -450/+1504 |
| 2013-10-23 | Don't Make str field private | reedlepee | -0/+1 |
| 2013-10-22 | auto merge of #9923 : thestinger/rust/managed_boxes, r=brson | bors | -0/+10 |
| 2013-10-22 | Minor grammatical fixes and removed section on 'rust' tool | Michael Letterle | -2/+2 |
| 2013-10-22 | add feature gate for managed boxes | Daniel Micay | -0/+10 |
| 2013-10-22 | auto merge of #10006 : alexcrichton/rust/another-massive-rename, r=brson | bors | -3078/+3070 |
| 2013-10-22 | auto merge of #10002 : catamorphism/rust/bug-report-docs, r=alexcrichton | bors | -1/+5 |
| 2013-10-22 | Remove the now-duplicate logging macros | Alex Crichton | -8/+0 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3075/+3075 |
| 2013-10-22 | auto merge of #10009 : LeoTestard/rust/asm-feature-gated, r=huonw | bors | -8/+21 |
| 2013-10-22 | Activate checking code for ASM feature gate. Fix tests | Léo Testard | -8/+21 |
| 2013-10-22 | Fix unwinding on OS X 10.9. | Mark Rowe | -11/+21 |
| 2013-10-22 | auto merge of #10003 : alexcrichton/rust/issue-fixes, r=brson | bors | -64/+235 |
| 2013-10-21 | auto merge of #9982 : danluu/rust/local_delc_xfail, r=brson | bors | -5/+2 |
| 2013-10-21 | auto merge of #9960 : adridu59/rust/patch-doc-limited, r=alexcrichton | bors | -431/+23 |
| 2013-10-21 | auto merge of #9937 : brson/rust/log_str, r=alexcrichton | bors | -25/+21 |
| 2013-10-21 | auto merge of #9936 : madjar/rust/master, r=alexcrichton | bors | -75/+70 |
| 2013-10-21 | auto merge of #10000 : cmr/rust/snapshot, r=alexcrichton | bors | -28/+8 |
| 2013-10-21 | Add support for nested comments | Georges Dubus | -75/+70 |
| 2013-10-21 | syntax: Add the Bug Report HOWTO URL to the ICE message | Tim Chevalier | -1/+5 |
| 2013-10-21 | auto merge of #9997 : thestinger/rust/float, r=thestinger | bors | -19/+19 |
| 2013-10-21 | std: Move sys::log_str to repr::repr_to_str. Further work on #2240. | Brian Anderson | -25/+21 |
| 2013-10-21 | rustdoc: Render default methods for impls as well | Alex Crichton | -29/+56 |
| 2013-10-21 | Register snapshots | Corey Richardson | -28/+8 |
| 2013-10-21 | fix the new floating point intrinsics | Daniel Micay | -19/+19 |
| 2013-10-21 | auto merge of #9736 : catamorphism/rust/rustpkg-issue-8520, r=cmr | bors | -18/+89 |
| 2013-10-21 | rustdoc: Don't overflow long type/module names | Alex Crichton | -0/+7 |
| 2013-10-21 | rustpkg: Search for crates in the current directory | Tim Chevalier | -18/+89 |
| 2013-10-21 | Propagate reachability through reexported impls | Alex Crichton | -35/+172 |
| 2013-10-21 | auto merge of #9986 : thestinger/rust/float, r=cmr | bors | -23/+69 |
| 2013-10-21 | Make fn pub for windows compatibility | Dan Luu | -1/+1 |
| 2013-10-21 | auto merge of #9991 : LeoTestard/rust/asm-feature-gate, r=huonw | bors | -17/+42 |
| 2013-10-21 | Add a feature flag for ASM | Léo Testard | -17/+42 |
| 2013-10-21 | auto merge of #9979 : alexcrichton/rust/print-no-alloc, r=huonw | bors | -8/+20 |
| 2013-10-21 | expose new floating point intrinsics | Daniel Micay | -23/+69 |
| 2013-10-20 | auto merge of #9976 : thestinger/rust/typo, r=thestinger | bors | -5/+5 |
| 2013-10-21 | rustdoc: nitpicks & cleanup | Adrien Tétar | -431/+23 |