| Age | Commit message (Expand) | Author | Lines |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -1/+1 |
| 2013-12-02 | auto merge of #10742 : alexcrichton/rust/frameworks, r=cmr | bors | -1/+9 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -1/+1 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -2/+2 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -1/+1 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -1/+9 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -2/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -0/+25 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -5/+5 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -6/+6 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -4/+4 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -4/+3 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-09 | auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet... | bors | -16/+30 |
| 2013-11-08 | Introduce new variance inference pass that replaces (and generalizes) old | Niko Matsakis | -0/+12 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -16/+18 |
| 2013-11-08 | Added a FIXME with issue number to change package_id | Andrei Formiga | -1/+1 |
| 2013-11-08 | Added default value for package_id attribute when encoding metadata for lib c... | Andrei Formiga | -4/+15 |
| 2013-11-01 | Stop propagating link arguments across crates | Alex Crichton | -21/+0 |
| 2013-10-29 | Add parser for `#[repr(...)]`; nothing uses it yet. | Jed Davis | -0/+1 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -8/+7 |
| 2013-10-24 | Remove std::io from ebml | Alex Crichton | -50/+64 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -1/+1 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on ~self. | Luqman Aden | -1/+2 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -1/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -20/+20 |
| 2013-10-07 | auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton | bors | -1/+1 |
| 2013-10-07 | Fix merge fallout of privacy changes | Alex Crichton | -0/+1 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-10-07 | Extract privacy checking from name resolution | Alex Crichton | -11/+2 |
| 2013-10-01 | librustc: Inline cross-crate tuple struct constructors | Patrick Walton | -2/+7 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -28/+28 |
| 2013-09-30 | rustc: Convert lang_item to use an iterator | blake2-ppc | -3/+2 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -11/+11 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -11/+11 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -5/+5 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -4/+19 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -1/+7 |
| 2013-09-14 | Guarantee that statics have unique names | Alex Crichton | -1/+2 |
| 2013-09-11 | Rename encode_struct_field_names to encode_struct_fields to reflect what it a... | SiegeLord | -3/+3 |
| 2013-09-11 | Properly encode/decode structural variants. | SiegeLord | -18/+34 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -2/+3 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -6/+15 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+1 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -15/+15 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -6/+15 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -7/+7 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -4/+4 |
| 2013-08-27 | auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichton | bors | -1/+0 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -2/+6 |