| Age | Commit message (Expand) | Author | Lines |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -2/+1 |
| 2013-10-11 | clean up the `Rc`/`RcMut` types and move to libstd | Daniel Micay | -7/+24 |
| 2013-10-11 | correct names for `#[no_send]`/`#[no_freeze]` tests | Daniel Micay | -0/+0 |
| 2013-10-10 | Typeck: Disallow scalar casts to bare_fn. | Geoff Hill | -0/+21 |
| 2013-10-09 | auto merge of #9750 : alexcrichton/rust/safer-strings, r=brson | bors | -0/+18 |
| 2013-10-09 | Forbid modifications of strings in the compiler | Alex Crichton | -0/+18 |
| 2013-10-09 | Change default lint output format. | Geoff Hill | -0/+32 |
| 2013-10-08 | auto merge of #9753 : alexcrichton/rust/macro-attrs, r=brson | bors | -17/+0 |
| 2013-10-08 | Allow attributes on macros | Alex Crichton | -17/+0 |
| 2013-10-08 | auto merge of #9756 : catamorphism/rust/issue-2354, r=alexcrichton | bors | -8/+14 |
| 2013-10-07 | auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton | bors | -0/+41 |
| 2013-10-07 | Fix merge fallout of privacy changes | Alex Crichton | -0/+7 |
| 2013-10-07 | syntax: Display spans for open delimiters when a file ends prematurely | Tim Chevalier | -8/+14 |
| 2013-10-08 | lex raw string literals, like r#"blah"# | Benjamin Herr | -0/+41 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -47/+87 |
| 2013-10-07 | Extract privacy checking from name resolution | Alex Crichton | -0/+313 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -4/+35 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+67 |
| 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 | -0/+34 |
| 2013-10-05 | test: fix the tests for windows | Erick Tryzelaar | -1/+1 |
| 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-04 | Correctly report errors for ambiguous default methods | Seo Sanghyeon | -0/+19 |
| 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 | 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 | -1/+16 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+60 |
| 2013-10-02 | syntax: indicate an error when a macro ignores trailing tokens. | Huon Wilson | -0/+26 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-10-01 | Obsolete parsing 'loop' as 'continue' | Alex Crichton | -0/+15 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -26/+24 |
| 2013-10-01 | fix tests for check-fast. | Felix S. Klock II | -1/+16 |
| 2013-09-30 | cfail: Remove usage of fmt! | Alex Crichton | -201/+182 |
| 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 | Add new lint: non_uppercase_pattern_statics, for #7526. | Felix S. Klock II | -0/+43 |
| 2013-09-30 | Expand tidy to prevent binaries from being checked | Alex Crichton | -0/+0 |
| 2013-09-27 | auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestinger | bors | -2/+2 |
| 2013-09-27 | Remove the notion of an "unknown format" | Alex Crichton | -2/+2 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -7/+6 |
| 2013-09-26 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -2/+1 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -7/+6 |
| 2013-09-26 | auto merge of #9515 : pnkfelix/rust/fsk-test-for-issue-5153, r=alexcrichton | bors | -0/+23 |
| 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 | -2/+1 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -26/+26 |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -16/+190 |