| Age | Commit message (Expand) | Author | Lines |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -4/+5 |
| 2013-04-11 | auto merge of #5811 : sanxiyn/rust/parse-uint, r=catamorphism | bors | -8/+8 |
| 2013-04-10 | FIX meta_section_name for macos | ILyoan | -1/+12 |
| 2013-04-10 | auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclements | bors | -2/+2 |
| 2013-04-10 | path -> Path | John Clements | -2/+2 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -4/+5 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -1/+1 |
| 2013-04-10 | Rename tydecode::parse_int to parse_uint | Seo Sanghyeon | -8/+8 |
| 2013-04-09 | Cleanup substitutions and treatment of generics around traits in a number of ... | Niko Matsakis | -39/+55 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -42/+112 |
| 2013-04-05 | Add a (currently unused) "transformed self type" pointer into ty::method | Niko Matsakis | -2/+30 |
| 2013-04-05 | Compute a ty::method for methods that appear in impls as well | Niko Matsakis | -42/+28 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -146/+172 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -17/+17 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -4/+4 |
| 2013-03-31 | Fix warnings | Brian Anderson | -1/+0 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -23/+43 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -28/+28 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -8/+7 |
| 2013-03-28 | librustc: Remove common fields and nested enums from the language | Patrick Walton | -2/+1 |
| 2013-03-27 | auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=... | bors | -4/+0 |
| 2013-03-27 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -1/+4 |
| 2013-03-27 | remove sty_by_ref, though traces still remain due to dtors | Niko Matsakis | -4/+0 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -4/+5 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -3/+2 |
| 2013-03-26 | Move ast_map::map to LinearMap | Alex Crichton | -2/+2 |
| 2013-03-26 | rustc: Purge of HashMap, fixing segfaulting cases | Alex Crichton | -1/+1 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -68/+62 |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -1/+3 |
| 2013-03-23 | make crates with the same name sort consistently | Daniel Micay | -5/+9 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -62/+62 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -1/+1 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-21 | librustc: Forbid access to cross-crate private static methods | Patrick Walton | -13/+16 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-20 | Refactor the self-info so that the def-id is carried in ty_self() | Niko Matsakis | -2/+5 |
| 2013-03-20 | auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphism | bors | -8/+8 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -8/+8 |
| 2013-03-19 | auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton | bors | -1/+9 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -1/+9 |
| 2013-03-19 | auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=... | bors | -20/+38 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -0/+4 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -5/+5 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -20/+38 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -42/+47 |
| 2013-03-13 | librustc: Separate out trait storage from evec/estr storage | Patrick Walton | -4/+26 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -5/+3 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -10/+10 |
| 2013-03-08 | rustc: Remove uses of DVec | Alex Crichton | -20/+14 |