| Age | Commit message (Expand) | Author | Lines |
| 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/+33 |
| 2013-10-31 | librustc: Implement `|A| -> B` syntax for closures and make bare `fn` | Patrick Walton | -5/+87 |
| 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 | -2/+19 |
| 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 | -41/+1 |
| 2013-10-30 | syntax: Forbid non-string literals in meta items. #623 | Brian Anderson | -2/+19 |
| 2013-10-30 | auto merge of #10172 : pythonesque/rust/issue-9890, r=thestinger | bors | -0/+29 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -41/+1 |
| 2013-10-30 | Special-casing iter_vec_raw to use a counter for zero-size types (Closes #9890). | Joshua Yanovski | -0/+29 |
| 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 | -35/+368 |
| 2013-10-30 | Fix check-fast breakage in new enum test. | Jed Davis | -1/+1 |
| 2013-10-29 | auto merge of #10145 : TeXitoi/rust/issues-2913, r=bstrie | bors | -50/+46 |
| 2013-10-29 | auto merge of #10136 : hatahet/rust/master, r=alexcrichton | bors | -16/+14 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -5/+32 |
| 2013-10-29 | Add another discriminant-size-related test, this time with fields. | Jed Davis | -0/+41 |
| 2013-10-29 | Add tests for enum discriminant sizing. | Jed Davis | -7/+271 |
| 2013-10-29 | Adjust reflection for the possibility of discriminants larger than int. | Jed Davis | -21/+16 |
| 2013-10-29 | Assorted cleanups suggested by reviewers. | Jed Davis | -1/+2 |
| 2013-10-29 | Unbreak the debuginfo tests. | Jed Davis | -8/+8 |
| 2013-10-29 | Check repr attribute consistency at check time, not translation. | Jed Davis | -1/+1 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -1/+1 |
| 2013-10-29 | Initial implementation of enum discrimnant sizing. | Jed Davis | -0/+32 |
| 2013-10-29 | rewrite shootout-binarytrees.rs to match shootout directives | Guillaume Pinot | -50/+46 |
| 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 | -16/+14 |
| 2013-10-28 | auto merge of #10089 : pythonesque/rust/issue-7718, r=catamorphism | bors | -0/+17 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -3/+50 |
| 2013-10-27 | auto merge of #10026 : luqmana/rust/mut-pat, r=pcwalton | bors | -0/+115 |
| 2013-10-26 | Make addl_lib_search_paths a HashSet (Closes #7718). | Joshua Yanovski | -0/+17 |
| 2013-10-26 | auto merge of #10072 : brson/rust/modelines, r=thestinger | bors | -125/+2 |
| 2013-10-25 | Remove ancient emacs mode lines from test cases | Brian Anderson | -125/+2 |
| 2013-10-25 | auto merge of #10067 : sanxiyn/rust/addr-of-bot, r=thestinger | bors | -0/+15 |
| 2013-10-25 | Allow taking address of bottom | Seo Sanghyeon | -0/+15 |
| 2013-10-25 | Test for mut in ident patterns. | Luqman Aden | -0/+115 |
| 2013-10-24 | Fix a bug with the scheduler and destructor order | Alex Crichton | -0/+52 |
| 2013-10-24 | Fixing some tests, adding some pipes | Alex Crichton | -1/+4 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -4/+4 |
| 2013-10-24 | Remove std::io from ebml | Alex Crichton | -6/+6 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -46/+52 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -174/+106 |
| 2013-10-24 | Remove unbound pipes from io::pipe | Alex Crichton | -9/+4 |
| 2013-10-23 | auto merge of #10032 : thestinger/rust/snapshot, r=huonw | bors | -41/+377 |
| 2013-10-23 | register snapshots | Daniel Micay | -41/+377 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -3/+3 |
| 2013-10-23 | auto merge of #10027 : catamorphism/rust/testcases-2013-10-22, r=catamorphism | bors | -0/+111 |