| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -22/+22 |
| 2014-05-27 | rustc: Use rust strings for failure arguments | Alex Crichton | -27/+29 |
| 2014-05-26 | auto merge of #14439 : thestinger/rust/nonnull, r=luqmana | bors | -14/+10 |
| 2014-05-26 | handle attributes for non-immediate types first | Daniel Micay | -15/+10 |
| 2014-05-26 | auto merge of #14300 : cmr/rust/enum-size-lint, r=kballard | bors | -3/+55 |
| 2014-05-26 | mark non-immediate by-value parameters as non-null | Daniel Micay | -0/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -57/+57 |
| 2014-05-24 | Port more stuff to mark used attributes | Steven Fackler | -4/+2 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -2/+3 |
| 2014-05-23 | auto merge of #14306 : luqmana/rust/up-llvm, r=alexcrichton | bors | -236/+209 |
| 2014-05-23 | librustc: Consolidate the attribute handling for tagging function arguments a... | Luqman Aden | -256/+209 |
| 2014-05-23 | auto merge of #14313 : kballard/rust/tuple_dotdot_match_ice, r=cmr | bors | -1/+4 |
| 2014-05-22 | rustc: add a lint for large enum variants | Corey Richardson | -3/+55 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | Update to LLVM head and mark various ptrs as nonnull. | Luqman Aden | -1/+21 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -3/+4 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -8/+14 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -114/+166 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | alter `exchange_free` for sized deallocation | Daniel Micay | -21/+44 |
| 2014-05-21 | auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichton | bors | -1/+1 |
| 2014-05-20 | Change std inject attributes to outer attributes | Kevin Ballard | -1/+1 |
| 2014-05-20 | Fix LLVM error with tuple struct match using (..) | Kevin Ballard | -1/+1 |
| 2014-05-20 | Fix ICE regarding tuple struct matches using (..) | Kevin Ballard | -0/+3 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -8/+55 |
| 2014-05-18 | auto merge of #14121 : luqmana/rust/option-ffi, r=alexcrichton | bors | -45/+107 |
| 2014-05-16 | auto merge of #14224 : michaelwoerister/rust/simd-update, r=alexcrichton | bors | -13/+25 |
| 2014-05-16 | librustc: Separate NullablePointer into RawNullablePointer and StructWrappedN... | Luqman Aden | -75/+92 |
| 2014-05-16 | Make some NullablePointer enums FFI-compatible with the base pointer type. | Luqman Aden | -14/+59 |
| 2014-05-15 | Add `EntryPat` and `NodePat` variants to ast_map. | Felix S. Klock II | -0/+1 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -0/+2 |
| 2014-05-15 | debuginfo: Represent SIMD types as tuple structs instead of as fixed-sized ar... | Michael Woerister | -13/+25 |
| 2014-05-14 | librustc: Make sure to add argument attributes to extern fns from non-local c... | Luqman Aden | -25/+37 |
| 2014-05-13 | rustllvm: Add LLVMRustArrayType | klutzy | -1/+1 |
| 2014-05-13 | Allow blocks in const expressions | Marvin Löbel | -0/+9 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -192/+263 |
| 2014-05-11 | auto merge of #14096 : nick29581/rust/driver, r=brson | bors | -15/+16 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -7/+7 |
| 2014-05-10 | add an align parameter to exchange_malloc | Daniel Micay | -5/+9 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -15/+16 |
| 2014-05-09 | Currently trans uses Vec<ty::t> to represent substitutions instead of a proper | Niko Matsakis | -182/+154 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -7/+8 |
| 2014-05-08 | Handle fallout in librustc | Kevin Ballard | -7/+8 |
| 2014-05-08 | Rename slice::unzip() to vec::unzip() | Kevin Ballard | -3/+3 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -26/+46 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -21/+14 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -21/+14 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -5/+4 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -40/+48 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -5/+4 |