| Age | Commit message (Expand) | Author | Lines |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -106/+155 |
| 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-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -3/+13 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -2/+2 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -15/+21 |
| 2013-11-01 | Stop propagating link arguments across crates | Alex Crichton | -38/+0 |
| 2013-10-29 | Assorted cleanups suggested by reviewers. | Jed Davis | -1/+2 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -2/+2 |
| 2013-10-29 | Add parser for `#[repr(...)]`; nothing uses it yet. | Jed Davis | -0/+1 |
| 2013-10-28 | auto merge of #10079 : alexcrichton/rust/no-reader-util, r=brson | bors | -8/+7 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -8/+7 |
| 2013-10-26 | Make addl_lib_search_paths a HashSet (Closes #7718). | Joshua Yanovski | -2/+2 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -4/+5 |
| 2013-10-24 | Remove std::io from ebml | Alex Crichton | -295/+271 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -23/+21 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on ~self. | Luqman Aden | -2/+3 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -2/+3 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -91/+91 |
| 2013-10-16 | path2: Remove some API functions | Kevin Ballard | -5/+4 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -19/+16 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -13/+13 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -40/+52 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -30/+33 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -5/+5 |
| 2013-10-07 | auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton | bors | -2/+2 |
| 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 | -2/+2 |
| 2013-10-07 | Extract privacy checking from name resolution | Alex Crichton | -13/+5 |
| 2013-10-01 | auto merge of #9560 : pcwalton/rust/xc-tuple-structs, r=pcwalton | bors | -2/+7 |
| 2013-10-01 | librustc: Inline cross-crate tuple struct constructors | Patrick Walton | -2/+7 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -2/+0 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -122/+122 |
| 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 | -16/+16 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -25/+52 |
| 2013-09-23 | librustc: Remove garbage collected functions from front/{config,test} and met... | Patrick Walton | -3/+2 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -1/+7 |
| 2013-09-16 | auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphism | bors | -1/+2 |
| 2013-09-14 | Guarantee that statics have unique names | Alex Crichton | -1/+2 |
| 2013-09-14 | auto merge of #9115 : erickt/rust/master, r=erickt | bors | -2/+2 |
| 2013-09-13 | rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/ | Tim Chevalier | -6/+11 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -2/+2 |
| 2013-09-11 | ident->name cleanup | John Clements | -2/+3 |
| 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 | -25/+48 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -2/+3 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -3/+3 |