| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-09-27 | auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestinger | bors | -5/+4 |
| 2013-09-27 | Remove the notion of an "unknown format" | Alex Crichton | -5/+4 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -83/+79 |
| 2013-09-27 | auto merge of #9527 : bmaxa/rust/master, r=alexcrichton | bors | -0/+9 |
| 2013-09-26 | auto merge of #9504 : brson/rust/continue, r=alexcrichton | bors | -1/+1 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -1/+1 |
| 2013-09-26 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -76/+1 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -83/+79 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -1/+1 |
| 2013-09-26 | Ensure that skipped items aren't encoded | Alex Crichton | -0/+35 |
| 2013-09-26 | auto merge of #9515 : pnkfelix/rust/fsk-test-for-issue-5153, r=alexcrichton | bors | -0/+23 |
| 2013-09-26 | Fix ICE caused by my previous patch, that is, if super trait had more | Branimir | -0/+9 |
| 2013-09-26 | auto merge of #9464 : bmaxa/rust/master, r=cmr | bors | -0/+61 |
| 2013-09-26 | fix for issue #9394 | Branimir | -0/+61 |
| 2013-09-26 | auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmr | bors | -0/+20 |
| 2013-09-26 | Regression test for ICE. Fix #5153. | Felix S. Klock II | -0/+23 |
| 2013-09-25 | Refactor the logging system for fewer allocations | Alex Crichton | -76/+1 |