| Age | Commit message (Expand) | Author | Lines |
| 2013-10-24 | libextra: Make arc clone inline | Patrick Walton | -0/+3 |
| 2013-10-24 | extra: Add getter methods to extra::rational::Ratio | gifnksm | -0/+66 |
| 2013-10-23 | auto merge of #10032 : thestinger/rust/snapshot, r=huonw | bors | -1/+1 |
| 2013-10-23 | register snapshots | Daniel Micay | -1/+1 |
| 2013-10-23 | auto merge of #10034 : sfackler/rust/time, r=alexcrichton | bors | -13/+13 |
| 2013-10-23 | Re-make time struct fields public | Steven Fackler | -13/+13 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -10/+10 |
| 2013-10-23 | std::rand: add distributions::Range for generating [lo, hi). | Huon Wilson | -10/+10 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -17/+9 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -117/+9 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -96/+218 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -278/+278 |
| 2013-10-21 | Add support for nested comments | Georges Dubus | -26/+26 |
| 2013-10-18 | rustpkg: Make rustpkg tests stop comparing dates | Tim Chevalier | -1/+1 |
| 2013-10-18 | auto merge of #9927 : chris-morgan/rust/fix-url-to_str-so-it-includes-the-por... | bors | -1/+11 |
| 2013-10-19 | Fix extra::url::to_str to include the port. | Chris Morgan | -1/+11 |
| 2013-10-18 | auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw | bors | -5/+3 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -5/+3 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -5/+5 |
| 2013-10-17 | auto merge of #9897 : thestinger/rust/rusti, r=alexcrichton | bors | -144/+0 |
| 2013-10-16 | auto merge of #9846 : cmr/rust/serialize_uuid, r=alexcrichton | bors | -0/+31 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -144/+0 |
| 2013-10-16 | uuid: serialize test and documentations | Corey Richardson | -1/+17 |
| 2013-10-16 | auto merge of #9833 : alexcrichton/rust/fixes, r=brson | bors | -1/+23 |
| 2013-10-16 | auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichton | bors | -73/+100 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -3/+3 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -17/+4 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -1/+23 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -26/+26 |
| 2013-10-15 | path2: Update for loop -> continue | Kevin Ballard | -1/+1 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -64/+104 |
| 2013-10-15 | Remove extra::flatpipes | Steven Fackler | -980/+0 |
| 2013-10-14 | Only use padded test names to calculate the target padding size. | Felix S. Klock II | -3/+12 |
| 2013-10-14 | Issue 7655: align the bench printouts so that the numbers tend to be aligned. | Felix S. Klock II | -12/+51 |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -2/+2 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -4/+2 |
| 2013-10-14 | extra: implement Encodable/Decodable for Uuid | Corey Richardson | -0/+15 |
| 2013-10-11 | auto merge of #9794 : thestinger/rust/rc, r=alexcrichton | bors | -376/+0 |
| 2013-10-11 | clean up the `Rc`/`RcMut` types and move to libstd | Daniel Micay | -376/+0 |
| 2013-10-11 | auto merge of #9803 : alexcrichton/rust/less-pub2, r=brson | bors | -1/+1 |
| 2013-10-11 | extra::tempfile: replace mkdtemp with an RAII wrapper | Benjamin Herr | -16/+58 |
| 2013-10-11 | De-pub some private runtime components | Alex Crichton | -1/+1 |
| 2013-10-09 | auto merge of #9386 : Geal/rust/base64-doc, r=alexcrichton | bors | -10/+13 |
| 2013-10-09 | Correct code examples for base64 documentation | Geoffroy Couprie | -10/+13 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -35/+37 |
| 2013-10-09 | std::rand: Add a trait for seeding RNGs: SeedableRng. | Huon Wilson | -3/+3 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -8/+8 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -3/+4 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+2 |
| 2013-10-05 | auto merge of #9734 : luisbg/rust/master, r=alexcrichton | bors | -2/+0 |