| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | librustc: Remove `@str` from the language | Patrick Walton | -3/+2 |
| 2014-02-02 | librustc: Get rid of calls to `token::ident_to_str` in debug info | Patrick Walton | -10/+22 |
| 2014-02-02 | librustc: De-`@str` `ident()` and `str_of()` | Patrick Walton | -2/+3 |
| 2014-02-02 | librustc: De-`@str` the LLVM symbol list | Patrick Walton | -6/+6 |
| 2014-02-02 | librustc: De-`@str` symbol hashing | Patrick Walton | -1/+1 |
| 2014-02-02 | librustc: De-`@str` debuginfo | Patrick Walton | -24/+30 |
| 2014-02-02 | librustc: Remove a bunch of `@str` from the compiler around metadata | Patrick Walton | -4/+6 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -13/+8 |
| 2014-02-02 | libsyntax: Remove all `@str` from the AST | Patrick Walton | -9/+9 |
| 2014-02-02 | libsyntax: Make float literals not use `@str` | Patrick Walton | -3/+5 |
| 2014-02-02 | libsyntax: De-`@str` pathnames | Patrick Walton | -3/+3 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -1/+1 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -90/+118 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-31 | Introduce marker types for indicating variance and for opting out | Niko Matsakis | -77/+108 |
| 2014-01-31 | auto merge of #11917 : thestinger/rust/intrinsic, r=alexcrichton | bors | -136/+137 |
| 2014-01-30 | Make mut_last return Option instead of failing on empty vector (and add a tes... | Nathaniel Herman | -1/+1 |
| 2014-01-30 | Make size_of, align_of, and element_offset functions return u64 instead of ui... | Nathaniel Herman | -29/+29 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -2/+4 |
| 2014-01-30 | auto merge of #11909 : thestinger/rust/tydesc, r=pcwalton | bors | -18/+10 |
| 2014-01-30 | auto merge of #11907 : sanxiyn/rust/simd-shift, r=thestinger | bors | -3/+5 |
| 2014-01-29 | auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson | bors | -3/+3 |
| 2014-01-29 | Upgrade LLVM | Alex Crichton | -3/+3 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -2/+2 |
| 2014-01-29 | remove a layer of indirection from most intrinsics | Daniel Micay | -136/+137 |
| 2014-01-29 | use a more efficient vtable representation | Daniel Micay | -15/+7 |
| 2014-01-29 | auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichton | bors | -17/+0 |
| 2014-01-29 | stop making visit glue for closures and traits | Daniel Micay | -3/+3 |
| 2014-01-30 | Fix SIMD bit shifts | Seo Sanghyeon | -3/+5 |
| 2014-01-29 | Removing support for the do syntax from libsyntax and librustc. | Scott Lawrence | -17/+0 |
| 2014-01-29 | extra: move arena to libarena | David Manescu | -2/+2 |
| 2014-01-28 | auto merge of #11864 : comex/rust/11352, r=alexcrichton | bors | -1/+15 |
| 2014-01-28 | Add appropriate LLVM module flags for debug info. | comex | -1/+15 |
| 2014-01-27 | auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichton | bors | -3/+5 |
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -3/+5 |
| 2014-01-27 | auto merge of #11846 : michaelwoerister/rust/cu_name, r=pcwalton | bors | -18/+43 |
| 2014-01-27 | Removed take_glue from tydesc, inlining the equivalent refcount increment cod... | Eduard Burtescu | -141/+56 |
| 2014-01-27 | debuginfo: Fix name attribute for DWARF compile units | Michael Woerister | -16/+41 |
| 2014-01-27 | Add .rs- instead of .rc-extension to LLVM module name | Michael Woerister | -2/+2 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1030/+681 |
| 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 | -6/+6 |
| 2014-01-24 | auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichton | bors | -0/+1 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -7/+7 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -7/+7 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -0/+1 |
| 2014-01-21 | Allow SIMD types in generics. Closes #10604 | Richard Diamond | -7/+11 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -4/+7 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -27/+28 |