| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-02-01 | vim: unsafe:: namespaces were renamed to raw:: | Daniel Micay | -2/+1 |
| 2013-02-01 | vim: add Self type | Daniel Micay | -1/+1 |
| 2013-02-01 | vim: export is no longer a keyword | Daniel Micay | -1/+1 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -1/+1 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -3/+1 |
| 2013-01-29 | Fix licenseck to allow 2012-2013 as the year range | Tim Chevalier | -1/+12 |
| 2013-01-28 | Change "// WARN" in tidy to "// NOTE" as requested by @catamorphism | Niko Matsakis | -2/+2 |
| 2013-01-28 | Make tidy actually work | Niko Matsakis | -3/+3 |
| 2013-01-28 | Detect "// WARN" in tidy and print out, well, a warning! Useful | Niko Matsakis | -0/+8 |
| 2013-01-20 | Enable lint warnings for doc tests | Chris Peterson | -5/+21 |
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -2/+113 |
| 2013-01-03 | fix sugarise-doc-comments.py shebang | Daniel Micay | -1/+1 |
| 2012-12-25 | add Drop trait to vim syntax highlighting | Daniel Micay | -3/+3 |
| 2012-12-21 | update after/syntax/rust.vim for removal of <- | Daniel Micay | -4/+0 |
| 2012-12-14 | update syntax/rust.vim for keyword changes | Daniel Micay | -7/+7 |
| 2012-12-11 | Switch snapshots to static.rust-lang.org. | Graydon Hoare | -1/+1 |
| 2012-12-06 | librustc: Propagate type uses correctly from method calls to the containing f... | Patrick Walton | -0/+80 |
| 2012-10-08 | Revert bogus snapshot.py change | Tim Chevalier | -2/+1 |
| 2012-10-08 | Remove extra spaces from snapshots.txt | Tim Chevalier | -1/+2 |
| 2012-10-05 | update Kate syntax file with latest keywords and types | Andrew Paseltiner | -38/+19 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -7/+1 |
| 2012-09-28 | rust-mode: Add 'ref' keyword | Brian Anderson | -1/+1 |
| 2012-09-26 | Fix check-fast for the change to main's signature. | Graydon Hoare | -1/+1 |
| 2012-09-25 | Fix combine-tests.py to emit #[legacy_exports]; | Graydon Hoare | -0/+2 |
| 2012-09-23 | vim - Update bblum's email address and highlight trait names | Ben Blum | -2/+8 |
| 2012-09-21 | rust-mode: Add pub and priv | Brian Anderson | -1/+1 |
| 2012-09-18 | docs: Remove elipses from examples instead of commenting them out | Brian Anderson | -1/+1 |
| 2012-09-15 | docs: Make supplemental tutorials testable | Brian Anderson | -1/+5 |
| 2012-09-11 | Fix combine-tests.py for new syntax | Brian Anderson | -4/+4 |
| 2012-09-06 | emacs mode: include use as a keyword | Niko Matsakis | -1/+1 |
| 2012-09-05 | vim: Turn "pub" into a big asterisk for those who dislike the look of it. | Patrick Walton | -1/+9 |
| 2012-09-05 | Fix tutorial tests | Brian Anderson | -2/+2 |
| 2012-08-27 | change to 4-space indents everywhere | Niko Matsakis | -2/+1 |
| 2012-08-26 | vim - camel-case the non builtin types | Ben Blum | -6/+6 |
| 2012-08-23 | vim - fix indent rules, hilight format strings, some keywords | Ben Blum | -10/+10 |
| 2012-08-21 | fix kate syntax highlighting file | Vincent Belliard | -2/+8 |
| 2012-08-20 | add syntax highlighting file for kate editor | Vincent Belliard | -0/+246 |
| 2012-08-16 | Merge pull request #3209 from mpenet/emacs-melpa | Brian Anderson | -17/+32 |
| 2012-08-16 | vim: "ref" and "static" are now keywords; highlight them as such | Patrick Walton | -1/+1 |