| Age | Commit message (Expand) | Author | Lines |
| 2014-11-23 | rollup merge of #19166: richo/lldb-cleanups | Jakub Bukaj | -31/+21 |
| 2014-11-22 | Use mktemp for temporary download directory | Johannes Hoff | -7/+1 |
| 2014-11-22 | auto merge of #19125 : chris-morgan/rust/vim-prelude-2014-11-20, r=alexcrichton | bors | -32/+27 |
| 2014-11-22 | auto merge of #17513 : dradtke/rust/master, r=kballard | bors | -15/+38 |
| 2014-11-21 | lldb: Clean up struct printing | Richo Healey | -21/+15 |
| 2014-11-21 | auto merge of #19095 : juxiliary/rust/master, r=bstrie | bors | -3/+13 |
| 2014-11-21 | auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichton | bors | -4/+11 |
| 2014-11-20 | lldb: refactor print_vec_slice_val | Richo Healey | -10/+4 |
| 2014-11-20 | Add vim modeline to lldb formatter | Richo Healey | -0/+2 |
| 2014-11-20 | Update the Vim syntax prelude. | Chris Morgan | -32/+27 |
| 2014-11-19 | Adding switch in vim plugin to toggle format opts | juxiliary | -3/+13 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-11-16 | rust-mode.el: Tweak syntax table | Roy Crihfield | -4/+1 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -1/+0 |
| 2014-11-16 | rollup merge of #18976: bjz/rfc369-numerics | Jakub Bukaj | -1/+1 |
| 2014-11-16 | rollup merge of #18935: jmesmon/cody/no-vendor-triplle | Jakub Bukaj | -1/+5 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -1/+0 |
| 2014-11-16 | Rename IntoStr to IntoString | Brendan Zabarauskas | -1/+1 |
| 2014-11-16 | Look for standard crates in LIBDIR provided by --libdir option, | Jauhien Piatlicki | -4/+11 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -2/+1 |
| 2014-11-13 | src/etc/snapshot: support triples lacking a vendor | Cody P Schafer | -1/+5 |
| 2014-11-13 | etc: Don't bundle libctl3d32 on windows | Alex Crichton | -1/+0 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -2/+1 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-11 | auto merge of #18793 : swgillespie/rust/master, r=alexcrichton | bors | -1/+2 |
| 2014-11-11 | auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichton | bors | -8/+45 |
| 2014-11-10 | Add 'move' keyword to emacs, kate, and vim editor modes. | Sean Gillespie | -1/+2 |
| 2014-11-10 | vim: move 'move' to rustStorage | Josh Stone | -2/+2 |
| 2014-11-10 | auto merge of #18782 : netvl/rust/update-vim-syntax, r=alexcrichton | bors | -6/+6 |
| 2014-11-09 | Added `move` keyword and renamed `fail` to `panic` | Vladimir Matveev | -6/+6 |
| 2014-11-08 | Include some of the more popular Windows import libs into the bundle. | Vadim Chugunov | -5/+42 |
| 2014-11-08 | Move gcc back to rustlib\<triple>\bin | Vadim Chugunov | -3/+3 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -1/+1 |
| 2014-11-06 | rollup merge of #18654 : michaelwoerister/lldb-test-timeout | Alex Crichton | -0/+25 |
| 2014-11-06 | rollup merge of #18656 : thiagopnts/rename-deprecated-non_uppercase_statics | Alex Crichton | -1/+1 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -5/+5 |
| 2014-11-05 | debuginfo: Add a timeout for LLDB tests. | Michael Woerister | -0/+20 |
| 2014-11-05 | rename deprecated non_uppercase_statics to non_upper_case_globals | thiagopnts | -1/+1 |
| 2014-11-05 | debuginfo: Add timeout before running executable in LLDB tests. | Michael Woerister | -0/+5 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -1/+1 |
| 2014-11-04 | Added check for absolute file path, removed hard tab, and added documentation... | Damien Radtke | -3/+14 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -3/+2 |
| 2014-11-03 | rollup merge of #18247 : kballard/vim_rust_run_cwd_space | Alex Crichton | -6/+6 |
| 2014-11-01 | Replace deprecated missing_doc attribute. | Joseph Crail | -1/+1 |
| 2014-10-28 | auto merge of #17851 : brson/rust/rustup, r=alexcrichton | bors | -0/+476 |
| 2014-10-28 | Long lines | Brian Anderson | -1/+2 |
| 2014-10-27 | Untabify rustup.sh | Brian Anderson | -18/+18 |
| 2014-10-25 | Fix spelling mistakes in comments. | Joseph Crail | -1/+1 |
| 2014-10-24 | Updates based on kballard's feedback. | Damien Radtke | -20/+11 |