| Age | Commit message (Expand) | Author | Lines |
| 2013-11-18 | Add Win64 calling convention. | Eric Holk | -0/+3 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -15/+46 |
| 2013-11-18 | Use '..' as multi-field wildcard in enums and structs. | Brian Anderson | -1/+26 |
| 2013-11-19 | Mark some derived methods as #[inline]. | Huon Wilson | -1/+27 |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -1/+1 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -1/+1 |
| 2013-11-16 | auto merge of #10420 : sanxiyn/rust/path, r=cmr | bors | -4/+0 |
| 2013-11-13 | auto merge of #10277 : dcrewi/rust/missing-doc-and-visibility-rules, r=alexcr... | bors | -12/+20 |
| 2013-11-13 | make missing_doc lint respect the visibility rules | David Creswick | -12/+20 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -16/+16 |
| 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 |