| Age | Commit message (Expand) | Author | Lines |
| 2015-01-26 | Adjust most comments and messages to not use "unboxed". | Eduard Burtescu | -12/+7 |
| 2015-01-26 | Remove dead code related to old closures. | Eduard Burtescu | -6/+0 |
| 2015-01-26 | librustc: remove unused DefUpvar field. | Eduard Burtescu | -4/+4 |
| 2015-01-26 | Remove "unboxed" attribute in code referring to new closures. | Eduard Burtescu | -154/+141 |
| 2015-01-25 | Auto merge of #21519 - michaelwoerister:misc, r=eddyb | bors | -12/+14 |
| 2015-01-25 | Auto merge of #21518 - Zoxc:asm-err, r=luqmana | bors | -16/+25 |
| 2015-01-25 | Auto merge of #20373 - huonw:self-call-lint, r=luqmana | bors | -1/+2 |
| 2015-01-24 | debuginfo: Improve DWARF representation of unsized vecs and strings. | Michael Woerister | -12/+14 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -10/+10 |
| 2015-01-24 | Store a method-from-trait's impl in some cases when it is known. | Huon Wilson | -1/+2 |
| 2015-01-22 | Rollup merge of #21471 - michaelwoerister:associated-types, r=alexcrichton | Steve Klabnik | -1/+7 |
| 2015-01-22 | Better inline assembly errors | John Kåre Alsaker | -16/+25 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -114/+104 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -8/+7 |
| 2015-01-21 | rollup merge of #20642: michaelwoerister/sane-source-locations-pt1 | Alex Crichton | -405/+889 |
| 2015-01-21 | debuginfo: Fix issue with associated types and struct fields | Michael Woerister | -1/+7 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -10/+10 |
| 2015-01-21 | rollup merge of #21444: petrochenkov/null | Alex Crichton | -2/+3 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -9/+9 |
| 2015-01-21 | rollup merge of #21372: arielb1/remove-the-box | Alex Crichton | -381/+8 |
| 2015-01-21 | rollup merge of #21340: pshc/libsyntax-no-more-ints | Alex Crichton | -10/+10 |
| 2015-01-21 | rollup merge of #21333: stepancheg/trans-write-diag | Alex Crichton | -3/+3 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -8/+7 |
| 2015-01-21 | rustc_trans: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -114/+104 |
| 2015-01-21 | debuginfo: Make debuginfo source location assignment more stable (Pt. 1) | Michael Woerister | -405/+889 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -10/+10 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-19 | Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon | bors | -2/+0 |
| 2015-01-20 | Remove onceness & bounds - they don't do anything. | Ariel Ben-Yehuda | -18/+1 |
| 2015-01-20 | Kill TraitStore | Ariel Ben-Yehuda | -363/+7 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -9/+9 |
| 2015-01-19 | Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix | bors | -44/+44 |
| 2015-01-19 | Auto merge of #21282 - Aatch:init-memzero, r=alexcrichton | bors | -5/+4 |
| 2015-01-19 | Replace `0 as *const/mut T` with `ptr::null/null_mut()` | we | -2/+3 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -2/+0 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -44/+44 |
| 2015-01-19 | Add test to catch performance regressions | James Miller | -1/+1 |
| 2015-01-19 | Use `zero_mem` instead of a zerointializer for `init` intrinsic | James Miller | -5/+4 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -15/+11 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -10/+10 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+1 |
| 2015-01-18 | rustc: print filename if file cannot be written | Stepan Koltsov | -3/+3 |
| 2015-01-17 | auto merge of #21233 : huonw/rust/simd-size, r=Aatch | bors | -113/+214 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -1/+1 |
| 2015-01-17 | Feature gate SIMD in FFI, due to unknown ABIs. | Huon Wilson | -1/+33 |
| 2015-01-16 | auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson | bors | -4/+4 |
| 2015-01-16 | rustc: Fix a leak in dependency= paths | Alex Crichton | -4/+4 |
| 2015-01-16 | Put vector types in regs for arm & mips FFI. | Huon Wilson | -3/+6 |
| 2015-01-16 | Support SSE with integer types in x86-64 FFI. | Huon Wilson | -10/+10 |
| 2015-01-16 | Add `Type::int_width` for retrieving integer's bit width. | Huon Wilson | -77/+41 |