| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-10 | syntax and rustc: fix some warnings | Erick Tryzelaar | -1/+0 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -139/+192 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -112/+156 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -112/+156 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -1/+7 |
| 2013-08-09 | auto merge of #8361 : alexcrichton/rust/fix-node-hashes-in-crates, r=thestinger | bors | -26/+29 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -7/+7 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -1/+7 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -7/+7 |
| 2013-08-06 | Fix node hashes | Alex Crichton | -26/+29 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -3/+2 |