| Age | Commit message (Expand) | Author | Lines |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -0/+17 |
| 2013-11-02 | auto merge of #10165 : dcrewi/rust/missing-doc-on-private-trait, r=cmr | bors | -3/+2 |
| 2013-10-31 | auto merge of #10187 : pcwalton/rust/remove-mocks, r=pcwalton | bors | -1/+14 |
| 2013-10-31 | fix missing_doc lint on private traits | David Creswick | -3/+2 |
| 2013-10-31 | Implement a concat!() format extension | Alex Crichton | -0/+14 |
| 2013-10-31 | librustc: Implement `|A| -> B` syntax for closures and make bare `fn` | Patrick Walton | -1/+14 |
| 2013-10-31 | auto merge of #10189 : alexcrichton/rust/inner-statics, r=cmr | bors | -0/+21 |
| 2013-10-30 | auto merge of #10166 : brson/rust/meta, r=alexcrichton | bors | -0/+15 |
| 2013-10-30 | Forbid type parameters in inner statics | Alex Crichton | -0/+21 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -25/+0 |
| 2013-10-30 | syntax: Forbid non-string literals in meta items. #623 | Brian Anderson | -0/+15 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -25/+0 |
| 2013-10-30 | auto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichton | bors | -1/+20 |
| 2013-10-30 | test: Add test for LHS expression check | klutzy | -0/+20 |
| 2013-10-30 | rustc: Check LHS expression of assignment | klutzy | -1/+0 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -1/+84 |
| 2013-10-29 | auto merge of #10136 : hatahet/rust/master, r=alexcrichton | bors | -6/+4 |
| 2013-10-29 | Add tests for enum discriminant sizing. | Jed Davis | -0/+83 |
| 2013-10-29 | Check repr attribute consistency at check time, not translation. | Jed Davis | -1/+1 |
| 2013-10-28 | #8263 part 2: Adding struct name. | Joshua Yanovski | -2/+2 |
| 2013-10-28 | Capitalize statics in f32 and f64 mods | Ziad Hatahet | -6/+4 |
| 2013-10-27 | auto merge of #10026 : luqmana/rust/mut-pat, r=pcwalton | bors | -0/+35 |
| 2013-10-26 | auto merge of #10072 : brson/rust/modelines, r=thestinger | bors | -26/+2 |
| 2013-10-25 | Remove ancient emacs mode lines from test cases | Brian Anderson | -26/+2 |
| 2013-10-25 | Test for mut in ident patterns. | Luqman Aden | -0/+35 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -2/+0 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -18/+20 |
| 2013-10-23 | auto merge of #10032 : thestinger/rust/snapshot, r=huonw | bors | -0/+88 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+88 |
| 2013-10-22 | testsuite: Test cases, all except issue-5216 xfailed | Tim Chevalier | -0/+55 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -167/+167 |
| 2013-10-22 | auto merge of #10009 : LeoTestard/rust/asm-feature-gated, r=huonw | bors | -2/+12 |
| 2013-10-22 | Activate checking code for ASM feature gate. Fix tests | Léo Testard | -2/+12 |
| 2013-10-21 | auto merge of #9936 : madjar/rust/master, r=alexcrichton | bors | -26/+0 |
| 2013-10-21 | Add support for nested comments | Georges Dubus | -26/+0 |
| 2013-10-21 | Add a feature flag for ASM | Léo Testard | -0/+17 |
| 2013-10-19 | auto merge of #9956 : sfackler/rust/more-more-visibility, r=alexcrichton | bors | -0/+20 |
| 2013-10-19 | auto merge of #9834 : alexcrichton/rust/morestack, r=brson | bors | -8/+1 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -8/+1 |
| 2013-10-19 | auto merge of #9932 : alexcrichton/rust/better-fmt-errors, r=cmr | bors | -5/+5 |
| 2013-10-18 | Check unnecessary visibility for struct variants | Steven Fackler | -0/+20 |
| 2013-10-18 | Try to improve format! error messages | Alex Crichton | -5/+5 |
| 2013-10-18 | auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonw | bors | -150/+0 |
| 2013-10-18 | auto merge of #9856 : alexcrichton/rust/privacy-errors, r=huonw | bors | -7/+12 |
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -150/+0 |
| 2013-10-18 | Handle inline asm outputs as write-only in liveness, borrowck and trans. | Eduard Burtescu | -0/+101 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -2/+4 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -0/+3 |
| 2013-10-14 | Refine privacy error messages to be more accurate | Alex Crichton | -7/+12 |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -1/+1 |