| Age | Commit message (Expand) | Author | Lines |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -79/+2 |
| 2013-11-11 | Fix path parsing | Seo Sanghyeon | -4/+0 |
| 2013-11-09 | auto merge of #10367 : alexcrichton/rust/system-abi, r=nikomatsakis | bors | -13/+36 |
| 2013-11-09 | Add a "system" ABI | Alex Crichton | -13/+36 |
| 2013-11-09 | auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet... | bors | -114/+229 |
| 2013-11-08 | Fix pretty printer when there are multiple lifetime parameters | Niko Matsakis | -6/+13 |
| 2013-11-08 | Address comments from @pnkfelix (thanks for the detailed review) | Niko Matsakis | -6/+0 |
| 2013-11-08 | Update FIXMEs with issue numbers | Niko Matsakis | -1/+1 |
| 2013-11-08 | Rename and modernize region enum names | Niko Matsakis | -2/+2 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -93/+120 |
| 2013-11-08 | Create a new pass to resolve named lifetimes; rscope is not only | Niko Matsakis | -15/+102 |
| 2013-11-08 | Specify package_id for rust libs, to avoid spurious warnings | Andrei Formiga | -0/+1 |
| 2013-11-08 | syntax::ext: Make type errors in deriving point to the field itself. | Huon Wilson | -312/+327 |
| 2013-11-07 | auto merge of #10243 : mattcarberry/rust/master, r=brson | bors | -0/+13 |
| 2013-11-05 | auto merge of #10285 : sfackler/rust/weird-derivings, r=huonw | bors | -3/+0 |
| 2013-11-04 | Remove #[deriving]s on impls | Steven Fackler | -3/+0 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -27/+90 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -7/+5 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -27/+14 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -0/+0 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -0/+13 |
| 2013-10-31 | auto merge of #10187 : pcwalton/rust/remove-mocks, r=pcwalton | bors | -35/+196 |
| 2013-10-31 | Implement a concat!() format extension | Alex Crichton | -3/+84 |
| 2013-10-31 | librustc: Implement `|A| -> B` syntax for closures and make bare `fn` | Patrick Walton | -35/+196 |
| 2013-10-30 | auto merge of #10166 : brson/rust/meta, r=alexcrichton | bors | -0/+10 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -59/+51 |
| 2013-10-30 | syntax: Forbid non-string literals in meta items. #623 | Brian Anderson | -0/+10 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -59/+51 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -1/+113 |
| 2013-10-29 | auto merge of #10134 : reedlepee123/rust/priv_fields, r=brson | bors | -7/+4 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -26/+145 |
| 2013-10-29 | Assorted cleanups suggested by reviewers. | Jed Davis | -2/+1 |
| 2013-10-29 | Lint non-FFI-safe enums. | Jed Davis | -0/+19 |
| 2013-10-29 | Add parser for `#[repr(...)]`; nothing uses it yet. | Jed Davis | -1/+95 |
| 2013-10-29 | removed extra line | reedlepee | -1/+0 |
| 2013-10-29 | Indentation | reedlepee | -1/+1 |
| 2013-10-29 | updated the places where the struct is created #7427 | reedlepee | -2/+3 |
| 2013-10-29 | Changed name to non_copyable #7427 | reedlepee | -1/+1 |
| 2013-10-29 | Added the comment #7427 | reedlepee | -1/+1 |
| 2013-10-29 | Replaced empty destructors with NonCopyable #7427 | reedlepee | -5/+2 |
| 2013-10-28 | Field identifiers now include specific spans (Closes #8263). | Joshua Yanovski | -7/+11 |
| 2013-10-28 | auto merge of #10117 : huonw/rust/dead-visits, r=sanxiyn | bors | -126/+70 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -4/+3 |
| 2013-10-28 | syntax: remove dead @mut Visitor impl (only used in tests). | Huon Wilson | -126/+70 |
| 2013-10-25 | libsyntax: Get rid of obsolete obsolete warning. | Luqman Aden | -6/+0 |
| 2013-10-25 | libsyntax: Get rid of some logic for some obsolete syntax. | Luqman Aden | -14/+5 |
| 2013-10-25 | libsyntax/librustc: Allow mut qualifier in patterns. | Luqman Aden | -56/+40 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -0/+1 |
| 2013-10-24 | Remove io::read_error | Alex Crichton | -8/+4 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -108/+151 |