| Age | Commit message (Expand) | Author | Lines |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -323/+582 |
| 2013-10-02 | auto merge of #9679 : pnkfelix/rust/de-pub-resolve-code, r=huonw | bors | -143/+142 |
| 2013-10-02 | De-pub resolve.rs | Felix S. Klock II | -143/+142 |
| 2013-10-02 | auto merge of #9673 : huonw/rust/macros, r=catamorphism | bors | -78/+56 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -78/+108 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+172 |
| 2013-10-01 | auto merge of #9656 : thestinger/rust/immediate, r=alexcrichton | bors | -75/+118 |
| 2013-10-02 | syntax: indicate an error when a macro ignores trailing tokens. | Huon Wilson | -5/+56 |
| 2013-10-01 | auto merge of #9600 : MicahChalmer/rust/fill-with-code-around, r=catamorphism | bors | -1/+31 |
| 2013-10-02 | syntax: remove some dead code. | Huon Wilson | -73/+0 |
| 2013-10-01 | auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brson | bors | -142/+158 |
| 2013-10-01 | Move the rt::io::process tests to run-pass | Alex Crichton | -142/+158 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -78/+78 |
| 2013-10-01 | Obsolete parsing 'loop' as 'continue' | Alex Crichton | -0/+22 |
| 2013-10-01 | auto merge of #9560 : pcwalton/rust/xc-tuple-structs, r=pcwalton | bors | -5/+30 |
| 2013-10-01 | librustc: Inline cross-crate tuple struct constructors | Patrick Walton | -5/+30 |
| 2013-10-01 | Register new snapshots | Alex Crichton | -0/+8 |
| 2013-10-01 | auto merge of #9519 : thestinger/rust/float, r=catamorphism | bors | -2209/+606 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -2209/+606 |
| 2013-10-01 | auto merge of #9633 : alexcrichton/rust/issue-9631, r=huonw | bors | -12/+31 |
| 2013-10-01 | auto merge of #9659 : alexcrichton/rust/fix-fmt, r=huonw | bors | -1/+1 |
| 2013-10-01 | Fix usage of the old debug! macros | Alex Crichton | -1/+1 |
| 2013-10-01 | Change the format! statics to be all-caps | Alex Crichton | -12/+31 |
| 2013-10-01 | incoporate suggestion from huonw to move code into lint.rs | Felix S. Klock II | -19/+21 |
| 2013-10-01 | fix tests for check-fast. | Felix S. Klock II | -1/+1 |
| 2013-10-01 | fix tests for check-fast. | Felix S. Klock II | -4/+19 |
| 2013-10-01 | auto merge of #9645 : dckc/rust/patch-2, r=catamorphism | bors | -3/+3 |
| 2013-10-01 | auto merge of #9644 : alexcrichton/rust/clarify, r=huonw | bors | -19/+42 |
| 2013-10-01 | auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonw | bors | -113/+294 |
| 2013-10-01 | auto merge of #9657 : huonw/rust/oldfmt, r=huonw | bors | -4/+4 |
| 2013-10-01 | Fix typo with format migration: s/oldformat/oldfmt/. | Huon Wilson | -4/+4 |
| 2013-10-01 | auto merge of #9576 : FlaPer87/rust/issue/9125, r=alexcrichton | bors | -19/+29 |
| 2013-10-01 | auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonw | bors | -4781/+4793 |
| 2013-10-01 | Merge fall out of removing fmt! | Alex Crichton | -5/+5 |
| 2013-10-01 | Update std::task::mod docstring | Flavio Percoco | -19/+29 |
| 2013-10-01 | make small (<= size_of::<int>()) tuples immediate | Daniel Micay | -75/+118 |
| 2013-09-30 | auto merge of #9617 : crabtw/rust/softfp, r=alexcrichton | bors | -4/+14 |
| 2013-09-30 | pretty: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 2013-09-30 | tutorial: Remove usage of fmt! | Alex Crichton | -55/+59 |
| 2013-09-30 | bench: Remove usage of fmt! | Alex Crichton | -54/+55 |
| 2013-09-30 | rfail: Remove usage of fmt! | Alex Crichton | -114/+114 |
| 2013-09-30 | cfail: Remove usage of fmt! | Alex Crichton | -201/+182 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -843/+853 |
| 2013-09-30 | compiletest: Remove usage of fmt! | Alex Crichton | -87/+87 |
| 2013-09-30 | rustpkg: Remove uses of fmt! | Alex Crichton | -305/+313 |
| 2013-09-30 | rustdoc: Remove usage of fmt! | Alex Crichton | -28/+28 |
| 2013-09-30 | rusti: Remove usage of fmt! | Alex Crichton | -37/+37 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -1739/+1743 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -342/+342 |
| 2013-09-30 | extra: Remove usage of fmt! | Alex Crichton | -421/+424 |