| Age | Commit message (Expand) | Author | Lines |
| 2013-10-05 | testsuite: Two tests for fixed bugs | Tim Chevalier | -2/+69 |
| 2013-10-05 | auto merge of #9250 : erickt/rust/num, r=erickt | bors | -8/+79 |
| 2013-10-05 | test: fix the tests for windows | Erick Tryzelaar | -2/+2 |
| 2013-10-05 | Implemented `IntoSendStr` on `SendStr` to allow naming a | Marvin Löbel | -0/+19 |
| 2013-10-05 | Make a task name use a `SendStr`, allowing for either | Marvin Löbel | -0/+55 |
| 2013-10-03 | auto merge of #9712 : ben0x539/rust/obsolete-syntax, r=pcwalton | bors | -73/+299 |
| 2013-10-04 | Remove specific errors for very old obsolete syntax | Benjamin Herr | -73/+299 |
| 2013-10-03 | auto merge of #9711 : sanxiyn/rust/ambiguous-default-method, r=alexcrichton | bors | -0/+19 |
| 2013-10-04 | Correctly report errors for ambiguous default methods | Seo Sanghyeon | -0/+19 |
| 2013-10-03 | auto merge of #9698 : sanxiyn/rust/android, r=huonw | bors | -6/+6 |
| 2013-10-03 | Close out #9155 | Steven Fackler | -0/+37 |
| 2013-10-03 | Ignore tests on Android correctly | Seo Sanghyeon | -6/+6 |
| 2013-10-02 | Stop using newtype wrappers in std::rt::io | Steven Fackler | -1/+1 |
| 2013-10-02 | auto merge of #9675 : sfackler/rust/lint, r=alexcrichton | bors | -0/+37 |
| 2013-10-02 | Check enums in missing_doc lint | Steven Fackler | -0/+37 |
| 2013-10-02 | test: add compile-fail test for #[deriving(FromPrimitive)] | Erick Tryzelaar | -0/+34 |
| 2013-10-02 | syntax: Add #[deriving(FromPrimitive)] syntax extension | Erick Tryzelaar | -0/+37 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -8/+8 |
| 2013-10-02 | auto merge of #9673 : huonw/rust/macros, r=catamorphism | bors | -0/+26 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -12/+27 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+131 |
| 2013-10-02 | syntax: indicate an error when a macro ignores trailing tokens. | Huon Wilson | -0/+26 |
| 2013-10-01 | auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brson | bors | -0/+156 |
| 2013-10-01 | Move the rt::io::process tests to run-pass | Alex Crichton | -0/+156 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -12/+12 |
| 2013-10-01 | Obsolete parsing 'loop' as 'continue' | Alex Crichton | -0/+15 |
| 2013-10-01 | auto merge of #9519 : thestinger/rust/float, r=catamorphism | bors | -245/+190 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -245/+190 |
| 2013-10-01 | Change the format! statics to be all-caps | Alex Crichton | -0/+15 |
| 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 | Merge fall out of removing fmt! | Alex Crichton | -1/+1 |
| 2013-09-30 | pretty: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 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 | -842/+852 |
| 2013-09-30 | auto merge of #9643 : thestinger/rust/immediate, r=alexcrichton | bors | -0/+38 |
| 2013-10-01 | fix dropping non-primitive immediates | Daniel Micay | -3/+1 |
| 2013-09-30 | Add test for issue #9446. | David Creswick | -0/+40 |
| 2013-10-01 | Revise error message to use phrase "all caps" instead of "uppercase". | Felix S. Klock II | -2/+2 |
| 2013-10-01 | Workaround conflict between all-uppercase static and NaN definition. | Felix S. Klock II | -0/+2 |
| 2013-10-01 | Expanded test to clarify that the constants *are* matching when they should. | Felix S. Klock II | -0/+15 |
| 2013-10-01 | Fix typo in comment. | Felix S. Klock II | -1/+1 |
| 2013-10-01 | Throwing in another interesting test case: There is no need to warn | Felix S. Klock II | -0/+9 |
| 2013-10-01 | Add new lint: non_uppercase_pattern_statics, for #7526. | Felix S. Klock II | -0/+90 |
| 2013-09-30 | auto merge of #9628 : alexcrichton/rust/tidy-binaries, r=thestinger | bors | -0/+0 |
| 2013-09-30 | testsuite: Un-xfail unit-like-struct-drop-run on Windows | Tim Chevalier | -2/+1 |
| 2013-09-30 | Expand tidy to prevent binaries from being checked | Alex Crichton | -0/+0 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -1/+1 |