| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -12/+26 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 |
| 2013-06-30 | auto merge of #7374 : Jeaye/rust/func_highlight, r=cmr | bors | -0/+1 |
| 2013-06-30 | Convert vec::{bsearch, bsearch_elem} to methods. | Huon Wilson | -2/+2 |
| 2013-06-30 | etc: update etc/unicode.py for the changes made to std::unicode. | Huon Wilson | -10/+24 |
| 2013-06-29 | auto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr | bors | -0/+1 |
| 2013-06-29 | fix zsh completion for lint and debug flags | Daniel Micay | -35/+36 |
| 2013-06-28 | ctags: add macros | Philipp Brüschweiler | -0/+1 |
| 2013-06-27 | mk: Make windows installer work with -pre versions | Brian Anderson | -1/+2 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -1/+1 |
| 2013-06-26 | Fix some warnings in the check-fast tests | Philipp Brüschweiler | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-06-24 | rust.vim: Links previously unused rustFuncCall | Jeaye | -0/+1 |
| 2013-06-24 | vim/syntax/rust.vim: fix date header | Tuncer Ayaz | -1/+1 |
| 2013-06-23 | Add rules for assert, fail, and deriving to vim syntax file. Also highlight t... | Ben Blum | -6/+18 |
| 2013-06-20 | auto merge of #7128 : yichoi/rust/fix_sometc, r=brson | bors | -2/+3 |
| 2013-06-20 | core -> extra for mac | James Miller | -1/+1 |
| 2013-06-20 | Fix update snapshot script for rename | James Miller | -4/+4 |
| 2013-06-17 | etc: add TEST_EXEC_ENV for run-pass to adb_run_wrapper.sh | Young-il Choi | -1/+2 |
| 2013-06-17 | etc: modify adb_run_wrapper.sh to avoid 'expr' unrecognization at some androi... | Young-il Choi | -1/+1 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -3/+3 |
| 2013-06-01 | etc: adb_run_wrapper.sh - fix to clean test (not produce Text File Busy) | Young-il Choi | -7/+19 |
| 2013-06-01 | etc: adb_run_wrapper argument change | Young-il Choi | -14/+20 |
| 2013-06-01 | etc: adb_run_wrapper added | Young-il Choi | -0/+17 |
| 2013-05-31 | auto merge of #6853 : bblum/rust/sized, r=pcwalton | bors | -1/+2 |
| 2013-05-30 | Highlight Sized in vim and kate | Ben Blum | -1/+2 |
| 2013-05-30 | add a zsh completion file for rustc | Daniel Micay | -0/+102 |
| 2013-05-29 | etc: Fix more check-fast breakage. rs=burningtree | Patrick Walton | -0/+1 |
| 2013-05-28 | auto merge of #6783 : hoelzro/rust/master, r=bstrie | bors | -5/+0 |
| 2013-05-28 | Remove colorcolumn setting | Rob Hoelz | -5/+0 |
| 2013-05-27 | update ctags define | ILyoan | -3/+1 |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -2/+2 |
| 2013-05-23 | etc: Fix test combiner for core->std/std->extra change. rs=burningtree | Patrick Walton | -2/+2 |
| 2013-05-15 | vim: `be` is still a reserved keyword | Daniel Micay | -2/+2 |
| 2013-05-15 | vim: no more drop blocks | Daniel Micay | -1/+1 |
| 2013-05-14 | vim: swap operator is gone | Daniel Micay | -4/+0 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -5/+1 |
| 2013-05-08 | General fixes for vim | James Miller | -3/+3 |
| 2013-05-08 | Improved vim indent file for rust | James Miller | -1/+4 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -23/+9 |
| 2013-05-02 | auto merge of #6184 : kud1ing/rust/master, r=sanxiyn | bors | -0/+4 |
| 2013-05-02 | Explain that the source code was generated by this script | kud1ing | -0/+4 |
| 2013-05-01 | libcore: add N(0,1) and Exp(1) distributions to core::rand. | Huon Wilson | -0/+121 |
| 2013-04-27 | auto merge of #6066 : djui/rust/patch-1, r=graydon | bors | -1/+6 |
| 2013-04-26 | Suppress all 'cond' errors in valgrind. #5856 | Brian Anderson | -162/+2 |
| 2013-04-26 | Fix typo | Uwe Dauernheim | -1/+1 |
| 2013-04-26 | Allow customization of indent offset | Uwe Dauernheim | -1/+6 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -3/+3 |
| 2013-04-19 | auto merge of #5945 : graydon/rust/fix-unicode-tables, r=pcwalton | bors | -1/+44 |
| 2013-04-19 | Try to suppress valgrind errors | Brian Anderson | -1/+1 |