| Age | Commit message (Expand) | Author | Lines |
| 2013-07-20 | rm obsolete no-op lints | Daniel Micay | -6/+0 |
| 2013-07-19 | mk: Remove CFG_INSTALL_SNAP logic. #2664 | Brian Anderson | -34/+2 |
| 2013-07-18 | auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonw | bors | -0/+33 |
| 2013-07-14 | add regions, unicode idents, attributes to GtkSourceView language-spec | sp3d | -8/+32 |
| 2013-07-12 | rustc compiler config for Vim. | Chris Morgan | -0/+33 |
| 2013-07-12 | Fix problem with switching between Rust buffers. | Chris Morgan | -1/+1 |
| 2013-07-12 | Vim syntax: support lifetimes with delimitMate. | Chris Morgan | -1/+13 |
| 2013-07-11 | Fix Vim indentation for inline closures. | Chris Morgan | -1/+1 |
| 2013-07-11 | Fix comment indenting properly for Vim files. | Chris Morgan | -8/+31 |
| 2013-07-10 | auto merge of #7637 : pnkfelix/rust/fsk-guard-against-stale-libraries-issue32... | bors | -1/+12 |
| 2013-07-10 | Do indentation properly in Vim. | Chris Morgan | -3/+129 |
| 2013-07-10 | Add a Vim filetype plugin with useful tweaks. | Chris Morgan | -0/+25 |
| 2013-07-10 | A few slight tweaks to the Vim syntax file. | Chris Morgan | -11/+19 |
| 2013-07-09 | Fix #3225: Incorporate feedback from Graydon. | Felix S. Klock II | -1/+12 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-07 | auto merge of #7586 : g5pw/rust/master, r=cmr | bors | -1/+1 |
| 2013-07-05 | vim: Highlight 0i as number | Seo Sanghyeon | -1/+1 |
| 2013-07-04 | Copy the correct libs when using local-rust-root | Aljaž "g5pw" Srebrnič | -1/+1 |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -0/+1 |
| 2013-07-02 | auto merge of #7498 : luqmana/rust/cow, r=catamorphism | bors | -2/+8 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -0/+1 |
| 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-30 | configure: Require one of wget or curl. | Luqman Aden | -2/+8 |
| 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 |