| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -6/+28 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -1/+1 |
| 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 | -108/+108 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -6/+28 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -25/+25 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -118/+118 |
| 2013-08-27 | auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichton | bors | -2/+0 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -8/+56 |
| 2013-08-27 | librustc: Implement basic lazy implementation loading. | Patrick Walton | -5/+158 |
| 2013-08-27 | librustc: Remove `each_path`. | Patrick Walton | -43/+127 |
| 2013-08-27 | librustc: Stop calling `each_path` in coherence. | Patrick Walton | -1/+69 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -9/+13 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -7/+16 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -17/+5 |
| 2013-08-27 | Replace HashUtil w/ default method on Hash | Jason Fager | -2/+0 |
| 2013-08-26 | rustpkg: Test that different copies of the same package ID can exist in multi... | Tim Chevalier | -25/+42 |
| 2013-08-26 | auto merge of #8758 : pnkfelix/rust/fsk-more-oldvisit-ports, r=pnkfelix | bors | -7/+15 |
| 2013-08-26 | Port creader.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -7/+15 |
| 2013-08-25 | Revert "auto merge of #8745 : brson/rust/metadata, r=cmr" | Brian Anderson | -69/+64 |
| 2013-08-25 | auto merge of #8745 : brson/rust/metadata, r=cmr | bors | -64/+69 |
| 2013-08-24 | Don't ever compress metadata | Brian Anderson | -37/+7 |
| 2013-08-24 | Make enum discriminants u64 instead of the host uint. | Jed Davis | -4/+4 |
| 2013-08-23 | Don't copy metadata after loading | Brian Anderson | -59/+71 |
| 2013-08-23 | Allow metadata to be not compressed | Brian Anderson | -10/+33 |
| 2013-08-21 | auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis | bors | -1/+22 |
| 2013-08-21 | auto merge of #8546 : jld/rust/discrim-symbol-rm, r=pcwalton | bors | -9/+0 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -4/+2 |
| 2013-08-20 | Allow traits to use builtin kinds as supertraits for #7083. | Ben Blum | -1/+22 |
| 2013-08-19 | Remove discriminant symbols. | Jed Davis | -9/+0 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -1/+1 |
| 2013-08-16 | auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphism | bors | -11/+3 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -1/+1 |
| 2013-08-15 | Switch metadata::encoder to <V:Visitor> trait. | Felix S. Klock II | -49/+81 |
| 2013-08-15 | Update either::partition | blake2-ppc | -11/+3 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -10/+0 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -8/+8 |