| Age | Commit message (Expand) | Author | Lines |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -2/+1 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -76/+76 |
| 2014-02-12 | Removed ty_type (previously used to represent *tydesc). | Eduard Burtescu | -2/+0 |
| 2014-02-11 | metadata -- remove tiny convenience closure that was causing conflicting muta... | Niko Matsakis | -11/+11 |
| 2014-02-08 | Make &mut borrows restrict aliasing | Niko Matsakis | -1/+1 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -4/+4 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -4/+0 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -6/+6 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -6/+6 |
| 2014-02-03 | rustc: Remove io_error usage | Alex Crichton | -56/+59 |
| 2014-02-01 | auto merge of #11974 : huonw/rust/no-at-vec, r=pcwalton | bors | -142/+168 |
| 2014-02-02 | rustc: Remove the vstore handling of @str and @[]. | Huon Wilson | -2/+0 |
| 2014-02-02 | rustc: remove use of @[]. | Huon Wilson | -19/+20 |
| 2014-02-02 | Changes from the review of the @str PR. | Huon Wilson | -9/+1 |
| 2014-02-02 | librustc: Remove uses of `token::ident_to_str()` from librustc | Patrick Walton | -6/+10 |
| 2014-02-02 | librustc: De-`@str` type short names | Patrick Walton | -6/+8 |
| 2014-02-02 | librustc: De-`@str` resolve | Patrick Walton | -2/+2 |
| 2014-02-02 | librustc: Remove a bunch of `@str` from the compiler around metadata | Patrick Walton | -62/+88 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -4/+4 |
| 2014-02-02 | libsyntax: Remove all `@str` from the AST | Patrick Walton | -2/+2 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -19/+15 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -22/+29 |
| 2014-02-01 | auto merge of #11932 : dmanescu/rust/11741-stability-cross-crate, r=alexcrichton | bors | -0/+25 |
| 2014-01-31 | Handle attributes on cross-crate tuple-structs correctly | David Manescu | -0/+25 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -3/+7 |
| 2014-01-27 | Fix bug: metadata for struct constructor function needs to encode info | Felix S. Klock II | -0/+2 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -61/+19 |
| 2014-01-26 | auto merge of #11787 : alexcrichton/rust/refactor, r=brson | bors | -1/+1 |
| 2014-01-26 | Move extra::flate to libflate | Alex Crichton | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -3/+3 |
| 2014-01-24 | auto merge of #11750 : bnoordhuis/rust/follow-rustc-symlink, r=thestinger | bors | -2/+18 |
| 2014-01-24 | auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichton | bors | -6/+12 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -6/+12 |
| 2014-01-23 | Follow symlinks in sysroot | Ben Noordhuis | -2/+18 |
| 2014-01-22 | rustc/metadata: Removed stray debug statements | Hong Chulju | -4/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -3/+3 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-20 | Scan the entire crate for exported macros | Steven Fackler | -0/+1 |
| 2014-01-19 | auto merge of #11628 : alexcrichton/rust/issue-11593, r=brson | bors | -0/+1 |
| 2014-01-19 | syntax: convert ast_map to use a SmallIntMap. | Huon Wilson | -7/+4 |
| 2014-01-18 | Disallow implementation of cross-crate priv traits | Alex Crichton | -0/+1 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -2/+2 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -2/+2 |
| 2014-01-17 | rustc::metadata: Remove trait FileSearch | klutzy | -111/+95 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -43/+229 |
| 2014-01-14 | auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichton | bors | -1/+1 |
| 2014-01-14 | Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE | Derek Guenther | -1/+1 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -5/+4 |
| 2014-01-11 | Use the right type for self in methods and remove obsoleted items. | Eduard Burtescu | -2/+0 |