| Age | Commit message (Expand) | Author | Lines |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -100/+160 |
| 2013-10-24 | Migrate the last typedefs to ~Trait in rtio | Alex Crichton | -19/+14 |
| 2013-10-24 | Don't attempt to export uv functions directly | Alex Crichton | -45/+47 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -315/+303 |
| 2013-10-24 | Remove rt::io::support | Alex Crichton | -208/+131 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -99/+92 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -162/+303 |
| 2013-10-24 | Remove unbound pipes from io::pipe | Alex Crichton | -41/+22 |
| 2013-10-24 | Address a few XXX comments throughout the runtime | Alex Crichton | -12/+20 |
| 2013-10-24 | Finish implementing io::net::addrinfo | Alex Crichton | -92/+249 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -86/+587 |
| 2013-10-24 | Cleaned, documented, wrote tests for up std::bool | Marvin Löbel | -302/+347 |
| 2013-10-23 | mark some functions as returning ! | Daniel Micay | -3/+2 |
| 2013-10-23 | auto merge of #10032 : thestinger/rust/snapshot, r=huonw | bors | -9/+1 |
| 2013-10-23 | register snapshots | Daniel Micay | -9/+1 |
| 2013-10-23 | Made uv_stat_t.{st_dev, st_ino} public, #9958 | Ziad Hatahet | -2/+2 |
| 2013-10-23 | Merge remote-tracking branch 'upstream/master' | Ziad Hatahet | -452/+1043 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -234/+825 |
| 2013-10-23 | auto merge of #10021 : alexcrichton/rust/asm-now-analyzed-correctly, r=luqmana | bors | -11/+7 |
| 2013-10-22 | auto merge of #10015 : huonw/rust/minor-fixes, r=alexcrichton | bors | -70/+78 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -306/+54 |
| 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 |