| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -19/+20 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -4/+8 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -12/+7 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -1/+1 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -12/+7 |
| 2013-07-07 | De-share ast::Ty | James Miller | -1/+1 |
| 2013-07-07 | De-manage OptVec<TyParamBounds> | James Miller | -1/+1 |
| 2013-07-07 | De-share trait_ref | James Miller | -1/+1 |
| 2013-07-07 | De-managed ast::Path | James Miller | -1/+1 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -2/+1 |
| 2013-06-30 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -14/+8 |
| 2013-06-29 | Remove mutability from unique boxes in the AST | Alex Crichton | -2/+1 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -5/+0 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -9/+8 |