| Age | Commit message (Expand) | Author | Lines |
| 2013-04-01 | tidy version numbers and copyright dates | Graydon Hoare | -1/+1 |
| 2013-03-30 | vim: use Operator group for 'as' | Daniel Micay | -1/+3 |
| 2013-03-30 | vim: separate the conditional keywords | Daniel Micay | -2/+6 |
| 2013-03-30 | vim: mark Todo as contained and rm unsafe from it | Daniel Micay | -2/+1 |
| 2013-03-30 | vim: highlight ref + static as storage specifiers | Daniel Micay | -2/+2 |
| 2013-03-30 | vim: assert and pure keywords were removed | Daniel Micay | -6/+3 |
| 2013-03-25 | kate: remove `const`, `log`, and `pure` keywords, add `super` keyword | Andrew Paseltiner | -3/+1 |
| 2013-03-20 | etc: Suppress Linux valgrind issues for new scheduler | Patrick Walton | -0/+15 |
| 2013-03-18 | Update rust.vim | Luqman Aden | -2/+2 |
| 2013-03-12 | Increase tidy column limit to 100 | Brian Anderson | -1/+1 |
| 2013-03-12 | Copy libsyntax from local Rust to stage0. | Lawrence Velázquez | -0/+1 |
| 2013-03-09 | auto merge of #5285 : jld/rust/emacs-refix, r=brson | bors | -0/+1 |
| 2013-03-09 | kate: remove assert keyword | Andrew Paseltiner | -1/+0 |
| 2013-03-09 | kate: add Not to list of traits | Andrew Paseltiner | -0/+1 |
| 2013-03-08 | rust-mode.el uses the 'cl macros, so it should actually require them | Jed Davis | -0/+1 |
| 2013-03-04 | auto merge of #5211 : apasel422/rust/kate, r=graydon | bors | -12/+62 |
| 2013-03-03 | etc: Suppress another Valgrind issue. rs=burningtree | Patrick Walton | -0/+7 |
| 2013-03-03 | kate: allow [] regions to be collapsed | Andrew Paseltiner | -2/+4 |
| 2013-03-03 | kate: restrict char escapes to ones accepted by Rust and highlight hex escapes | Andrew Paseltiner | -3/+11 |
| 2013-03-03 | kate: detect and highlight attributes | Andrew Paseltiner | -0/+6 |
| 2013-03-03 | kate: consolidate integer suffixes with &rustIntSuf; entity | Andrew Paseltiner | -3/+4 |
| 2013-03-03 | kate: add note about &rustIdent; | Andrew Paseltiner | -0/+3 |
| 2013-03-03 | kate: update Rust version | Andrew Paseltiner | -1/+1 |
| 2013-03-03 | kate: add Self to types | Andrew Paseltiner | -0/+1 |
| 2013-03-03 | kate: detect and highlight core traits | Andrew Paseltiner | -0/+25 |
| 2013-03-03 | kate: detect and highlight regions | Andrew Paseltiner | -0/+2 |
| 2013-03-03 | kate: introduce &rustIdent; entity | Andrew Paseltiner | -3/+6 |
| 2013-03-03 | kate: detect and highlight macro invocations | Andrew Paseltiner | -0/+2 |
| 2013-03-03 | kate: remove export, fail, and move keywords | Andrew Paseltiner | -3/+0 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |
| 2013-02-28 | Add syntax highlighting support for GtkSourceView / GEdit | Daniel Ursache Dogariu | -0/+282 |
| 2013-02-25 | auto merge of #5103 : dbaupp/rust/emacs-mode-update, r=graydon | bors | -14/+9 |
| 2013-02-25 | etc: Add a suppression for more enum instruction scheduling botches. rs=burni... | Patrick Walton | -0/+7 |
| 2013-02-25 | Emacs: Update emacs mode to be more similar to the vim mode. | Huon Wilson | -14/+9 |
| 2013-02-22 | etc: Suppress the remaining Valgrind error in rustdoc. rs=burningtree | Patrick Walton | -0/+7 |
| 2013-02-20 | auto merge of #5049 : bstrie/rust/vim, r=catamorphism | bors | -1/+10 |
| 2013-02-20 | etc: Suppress the enum variant instruction scheduling Valgrind issues. rs=#rust | Patrick Walton | -0/+49 |
| 2013-02-19 | vim improvements | Ben Striegel | -1/+10 |
| 2013-02-16 | auto merge of #4976 : thestinger/rust/vim, r=nikomatsakis | bors | -1/+1 |
| 2013-02-16 | Make 'foo use font-lock-builtin-face, like module names, and make capitalized... | Niko Matsakis | -9/+23 |
| 2013-02-16 | emacs mode: Highlight 'foo as a lifetime, not a character constant. | Niko Matsakis | -8/+18 |
| 2013-02-16 | vim: move keyword is gone | Daniel Micay | -1/+1 |
| 2013-02-14 | made licenseck.py work for year substitutions | Kang Seonghoon | -5/+21 |
| 2013-02-11 | Merge pull request #4873 from jld/rust-mode-wants-cl-when | Brian Anderson | -0/+1 |
| 2013-02-10 | etc: rework of how libuv is integrated into the build | Jeff Olson | -62/+0 |
| 2013-02-10 | rust-mode.el uses the 'cl macros, so it should actually require them | Jed Davis | -0/+1 |
| 2013-02-01 | vim: 'fail' is no longer a keyword | Daniel Micay | -1/+1 |
| 2013-02-01 | vim: pub is just a plain old token keyword | Daniel Micay | -2/+1 |
| 2013-02-01 | vim: use StorageClass for mut and const | Daniel Micay | -2/+4 |
| 2013-02-01 | vim: 'be' is a reserved keyword | Daniel Micay | -1/+1 |