| Age | Commit message (Expand) | Author | Lines |
| 2014-11-13 | Rejig Int impl macros | Brendan Zabarauskas | -20/+32 |
| 2014-11-13 | Move saturating operator methods into Int | Brendan Zabarauskas | -42/+26 |
| 2014-11-13 | Create UnsignedInt trait and deprecate free functions | Brendan Zabarauskas | -51/+71 |
| 2014-11-13 | Move abs_sub to FloatMath | Brendan Zabarauskas | -31/+23 |
| 2014-11-13 | Deprecate Signed method wrappers | Brendan Zabarauskas | -36/+16 |
| 2014-11-13 | Take parameters by-value in Signed trait | Brendan Zabarauskas | -51/+51 |
| 2014-11-12 | auto merge of #18860 : aturon/rust/reexports-in-stab-summary, r=brson | bors | -22/+42 |
| 2014-11-12 | auto merge of #18854 : thestinger/rust/spawn, r=aturon | bors | -1/+2 |
| 2014-11-12 | auto merge of #18841 : Manishearth/rust/doc-ty, r=alexcrichton | bors | -2/+18 |
| 2014-11-12 | auto merge of #18833 : slashgrin/rust/patch-1, r=brson | bors | -1/+1 |
| 2014-11-11 | auto merge of #18813 : csherratt/rust/add-encode-decode-vecmap, r=alexcrichton | bors | -1/+35 |
| 2014-11-11 | auto merge of #18793 : swgillespie/rust/master, r=alexcrichton | bors | -1/+2 |
| 2014-11-11 | auto merge of #18821 : arielb1/rust/fnv-hash-map, r=eddyb | bors | -289/+250 |
| 2014-11-11 | auto merge of #18808 : ebfe/rust/lint-names, r=alexcrichton | bors | -3/+3 |
| 2014-11-11 | auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichton | bors | -19/+49 |
| 2014-11-10 | Add 'move' keyword to emacs, kate, and vim editor modes. | Sean Gillespie | -1/+2 |
| 2014-11-11 | auto merge of #18789 : cuviper/rust/vim-move, r=alexcrichton | bors | -2/+2 |
| 2014-11-11 | auto merge of #18766 : liigo/rust/improve-inner-attr-msg, r=huonw | bors | -0/+2 |
| 2014-11-11 | auto merge of #18753 : jbcrail/rust/fix-deprecated-enum-set, r=alexcrichton | bors | -2/+2 |
| 2014-11-11 | syntax: improve message for misused inner attributes | Liigo Zhuang | -0/+2 |
| 2014-11-10 | rustdoc: revise method counts in stability summary | Aaron Turon | -22/+42 |
| 2014-11-10 | note the intent of reforming task spawning | Daniel Micay | -1/+2 |
| 2014-11-10 | vim: move 'move' to rustStorage | Josh Stone | -2/+2 |
| 2014-11-10 | Implement collection views API for TrieMap. | Michael Sproul | -102/+589 |
| 2014-11-10 | Fix 'renamed lint' warnings | Michael Gehring | -3/+3 |
| 2014-11-10 | auto merge of #18802 : bkoropoff/rust/issue-18769, r=luqmana | bors | -3/+13 |
| 2014-11-10 | auto merge of #18795 : haberman/rust/master, r=cmr | bors | -1/+2 |
| 2014-11-10 | Document ast::Ty_ | Manish Goregaokar | -2/+18 |
| 2014-11-10 | auto merge of #18792 : sfackler/rust/struct-variants, r=alexcrichton | bors | -69/+94 |
| 2014-11-10 | Rogue 'panic' -> 'fail' in guide. | Jeff Parsons | -1/+1 |
| 2014-11-10 | auto merge of #18782 : netvl/rust/update-vim-syntax, r=alexcrichton | bors | -6/+6 |
| 2014-11-10 | Use FnvHashMap instead of HashMap in rustc | Ariel Ben-Yehuda | -289/+250 |
| 2014-11-09 | auto merge of #18780 : bkoropoff/rust/regionck-for-loop, r=eddyb | bors | -2/+44 |
| 2014-11-09 | auto merge of #18739 : vhbit/rust/issue-18574, r=alexcrichton | bors | -11/+18 |
| 2014-11-09 | Added `move` keyword and renamed `fail` to `panic` | Vladimir Matveev | -6/+6 |
| 2014-11-09 | auto merge of #18762 : mdinger/rust/str_coerce, r=steveklbanik | bors | -2/+2 |
| 2014-11-09 | Add Encodable and Decodable for VecMap | Colin Sherratt | -1/+35 |
| 2014-11-09 | auto merge of #18756 : jbcrail/rust/add-enum-set-bitxor, r=alexcrichton | bors | -1/+26 |
| 2014-11-09 | auto merge of #18755 : japaric/rust/ord, r=alexcrichton | bors | -10/+56 |
| 2014-11-09 | First stage of struct variant field visibility changes | Steven Fackler | -69/+94 |
| 2014-11-09 | auto merge of #18748 : carols10cents/rust/prepend-to-append, r=alexcrichton | bors | -1/+1 |
| 2014-11-09 | auto merge of #18557 : aturon/rust/io-removal, r=alexcrichton | bors | -3676/+3929 |
| 2014-11-08 | Update test to cover #18769 | Brian Koropoff | -1/+11 |
| 2014-11-08 | Fix upvars sometimes not being marked as used mutably | Brian Koropoff | -2/+2 |
| 2014-11-08 | Ignore sepcomp-lib-lto on android due to linker weirdness | Aaron Turon | -0/+1 |
| 2014-11-08 | Remove somewhat bogus process-spawn-errno test (non-mac, non-windows only) | Aaron Turon | -95/+0 |
| 2014-11-08 | Runtime removal: fully remove rtio | Aaron Turon | -276/+11 |
| 2014-11-08 | Runtime removal: refactor tty | Aaron Turon | -96/+112 |
| 2014-11-08 | Runtime removal: refactor timer | Aaron Turon | -83/+60 |
| 2014-11-08 | Runtime removal: refactor process | Aaron Turon | -176/+1250 |