| Age | Commit message (Expand) | Author | Lines |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -43/+53 |
| 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 | -19/+3 |
| 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/+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 | -13/+23 |
| 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 | -19/+3 |
| 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 | -3099/+3091 |
| 2013-10-22 | auto merge of #10002 : catamorphism/rust/bug-report-docs, r=alexcrichton | bors | -1/+11 |
| 2013-10-22 | Remove old logging from the tutorial | Alex Crichton | -21/+21 |
| 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 | -13/+23 |
| 2013-10-22 | auto merge of #10003 : alexcrichton/rust/issue-fixes, r=brson | bors | -64/+235 |
| 2013-10-21 | auto merge of #9992 : astrieanna/rust/rm_rusti, r=alexcrichton | bors | -2/+1 |
| 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 | -813/+517 |
| 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/+11 |
| 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 |