| Age | Commit message (Expand) | Author | Lines |
| 2014-12-03 | rustup: factor out the install flags into a CFG_INSTALL_FLAGS variable | Erick Tryzelaar | -14/+13 |
| 2014-12-03 | rustup: rename TMP_DIR to CFG_TMP_DIR | Erick Tryzelaar | -16/+16 |
| 2014-12-03 | rustup: add a RUST_ prefix to the rust-specific variables | Erick Tryzelaar | -10/+11 |
| 2014-12-03 | rustup: probe for the existance of tar | Erick Tryzelaar | -2/+3 |
| 2014-12-03 | rustup: make rustup executable | Erick Tryzelaar | -0/+0 |
| 2014-12-03 | whitespace cleanup | Erick Tryzelaar | -1/+1 |
| 2014-12-02 | gdb: Fix pretty printer for nullable-opt enums with fat pointers. | Luqman Aden | -5/+11 |
| 2014-12-02 | lldb: Fix pretty printer for nullable-opt enums with fat pointers. | Luqman Aden | -2/+7 |
| 2014-11-27 | Fall back to hard coded download directory | Johannes Hoff | -1/+13 |
| 2014-11-26 | rollup merge of #19322: DiamondLovesYou/multi-llvmdeps | Alex Crichton | -61/+40 |
| 2014-11-26 | debuginfo: Fix LLDB pretty printer for enum variants with zero fields. | Michael Woerister | -4/+7 |
| 2014-11-26 | debuginfo: Add script that allows to conveniently start LLDB in "rust-mode" | Michael Woerister | -0/+30 |
| 2014-11-25 | Never generate multiple extern {} blocks in mklldeps.py. | Richard Diamond | -61/+40 |
| 2014-11-25 | auto merge of #19255 : aturon/rust/merge-sync, r=alexcrichton,alexcrichton | bors | -4/+3 |
| 2014-11-24 | auto merge of #19021 : roysc/rust/emacs-pr, r=brson | bors | -4/+1 |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -4/+3 |
| 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 |