| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-10-05 | extra: remove commented out 'X' and 'x' formats | Luis de Bethencourt | -2/+0 |
| 2013-10-05 | auto merge of #9250 : erickt/rust/num, r=erickt | bors | -284/+489 |
| 2013-10-05 | extra: fix BigInt on 32bit machines | Erick Tryzelaar | -127/+139 |
| 2013-10-05 | extra: Don't truncate {u64,i64} when converting to BigInts | Erick Tryzelaar | -19/+121 |
| 2013-10-03 | extra: remove unnecessary second level functions | Luis de Bethencourt | -11/+4 |
| 2013-10-03 | auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmr | bors | -1/+2 |
| 2013-10-02 | auto merge of #9689 : luisbg/rust/strftime, r=alexcrichton | bors | -8/+7 |
| 2013-10-02 | rustdoc: Generate hyperlinks between crates | Alex Crichton | -1/+2 |
| 2013-10-02 | extra: %W and %+ support in time::strftime | Luis de Bethencourt | -8/+7 |
| 2013-10-02 | auto merge of #9675 : sfackler/rust/lint, r=alexcrichton | bors | -0/+10 |
| 2013-10-02 | auto merge of #9670 : luisbg/rust/strftime, r=alexcrichton | bors | -8/+61 |
| 2013-10-02 | Check enums in missing_doc lint | Steven Fackler | -0/+10 |
| 2013-10-02 | extra: %G, %g and %V support in time::strftime | Luis de Bethencourt | -6/+59 |
| 2013-10-02 | extra: Add ToBigInt and ToBigUint traits | Erick Tryzelaar | -0/+90 |
| 2013-10-02 | std: Swap {To,From}Primitive to use the 64bit as the unimplemented version | Erick Tryzelaar | -24/+24 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -214/+215 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -13/+13 |
| 2013-10-01 | extra: %U support in time::strftime | Luis de Bethencourt | -2/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -13/+13 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -185/+152 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -2/+2 |
| 2013-09-30 | extra: Remove usage of fmt! | Alex Crichton | -421/+424 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -1/+1 |