| Age | Commit message (Expand) | Author | Lines |
| 2013-11-01 | Stop propagating link arguments across crates | Alex Crichton | -10/+0 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -4/+5 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -19/+17 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on ~self. | Luqman Aden | -1/+1 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -17/+17 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -4/+4 |
| 2013-10-07 | Extract privacy checking from name resolution | Alex Crichton | -2/+3 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -27/+27 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -11/+11 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -17/+26 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -1/+1 |
| 2013-09-11 | ident->name cleanup | John Clements | -2/+3 |
| 2013-09-11 | Properly encode/decode structural variants. | SiegeLord | -7/+14 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -0/+9 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -47/+47 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -0/+9 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -9/+9 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -78/+78 |
| 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 | -6/+50 |
| 2013-08-27 | librustc: Implement basic lazy implementation loading. | Patrick Walton | -1/+61 |
| 2013-08-27 | librustc: Remove `each_path`. | Patrick Walton | -37/+103 |
| 2013-08-27 | librustc: Stop calling `each_path` in coherence. | Patrick Walton | -0/+10 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -8/+12 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -6/+3 |
| 2013-08-27 | Replace HashUtil w/ default method on Hash | Jason Fager | -1/+0 |
| 2013-08-24 | Make enum discriminants u64 instead of the host uint. | Jed Davis | -3/+3 |
| 2013-08-20 | Allow traits to use builtin kinds as supertraits for #7083. | Ben Blum | -1/+19 |
| 2013-08-09 | auto merge of #8361 : alexcrichton/rust/fix-node-hashes-in-crates, r=thestinger | bors | -6/+6 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -6/+6 |
| 2013-08-06 | Fix node hashes | Alex Crichton | -6/+6 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -81/+100 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -26/+26 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -0/+18 |
| 2013-07-24 | Allow uint discriminants and store them as such | Kevin Murphy | -3/+3 |
| 2013-07-23 | Properly track and export information about vtables for impls in metadata. | Michael Sullivan | -0/+18 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -5/+5 |
| 2013-07-20 | auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton | bors | -9/+9 |
| 2013-07-20 | auto merge of #7710 : michaelwoerister/rust/WP4, r=jdm | bors | -7/+12 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -9/+9 |
| 2013-07-19 | Cleanup of ty::VariantInfo and related functions. | Michael Woerister | -3/+3 |
| 2013-07-19 | debuginfo: Added support for struct-style enums. | Michael Woerister | -5/+10 |
| 2013-07-18 | Export information about used default methods instead of regenerating it. Clo... | Michael Sullivan | -1/+8 |
| 2013-07-18 | Add provided method information to ty::Method. Get rid of ProvidedMethodSource. | Michael Sullivan | -16/+18 |
| 2013-07-18 | Get rid of resolve::MethodInfo. Closes #4946. | Michael Sullivan | -14/+9 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -2/+3 |