| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-27 | librustc: Implement basic lazy implementation loading. | Patrick Walton | -4/+69 |
| 2013-08-27 | librustc: Stop calling `each_path` in coherence. | Patrick Walton | -1/+48 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -1/+2 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -9/+2 |
| 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 | -1/+1 |
| 2013-08-21 | auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis | bors | -0/+3 |
| 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 | -2/+1 |
| 2013-08-20 | Allow traits to use builtin kinds as supertraits for #7083. | Ben Blum | -0/+3 |
| 2013-08-19 | Remove discriminant symbols. | Jed Davis | -9/+0 |
| 2013-08-15 | Switch metadata::encoder to <V:Visitor> trait. | Felix S. Klock II | -49/+81 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -2/+2 |
| 2013-08-06 | Fix node hashes | Alex Crichton | -20/+23 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -39/+39 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -24/+22 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -2/+2 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -5/+5 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -36/+36 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -20/+20 |
| 2013-07-25 | Allow linking against crates with #[no_std] | Alex Crichton | -0/+3 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -0/+13 |
| 2013-07-24 | Allow uint discriminants and store them as such | Kevin Murphy | -3/+2 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -10/+10 |
| 2013-07-23 | Properly track and export information about vtables for impls in metadata. | Michael Sullivan | -0/+13 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -7/+7 |
| 2013-07-20 | auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton | bors | -23/+25 |
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -5/+7 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -23/+25 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -5/+7 |
| 2013-07-18 | Export information about used default methods instead of regenerating it. Clo... | Michael Sullivan | -5/+23 |
| 2013-07-18 | Refactor a handful of stuff in the metadata encoder. | Michael Sullivan | -125/+85 |
| 2013-07-18 | Add provided method information to ty::Method. Get rid of ProvidedMethodSource. | Michael Sullivan | -0/+1 |
| 2013-07-18 | Get rid of resolve::MethodInfo. Closes #4946. | Michael Sullivan | -1/+1 |
| 2013-07-18 | Start of data structure cleanup for trait system. Get rid of CoherenceInfo, m... | Michael Sullivan | -1/+1 |