| Age | Commit message (Expand) | Author | Lines |
| 2013-08-26 | Fix valgrind suppression on mac | Brian Anderson | -1/+0 |
| 2013-08-26 | Add script and tests for using keywords as identifiers | Florian Hahn | -0/+59 |
| 2013-08-26 | extend file regexp to match files with embedded spaces. | Felix S. Klock II | -1/+1 |
| 2013-08-25 | revisions to emacs compilation regexp, more readable and robust. | Felix S. Klock II | -7/+15 |
| 2013-08-25 | compilation error regexp specific to rustc. | Felix S. Klock II | -0/+15 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -1/+1 |
| 2013-08-21 | auto merge of #8445 : Florob/rust/unicode, r=graydon | bors | -33/+150 |
| 2013-08-21 | Add canonical combining class to std::unicode | Florian Zeitz | -4/+53 |
| 2013-08-21 | Add Unicode decomposition mappings to std::unicode | Florian Zeitz | -31/+99 |
| 2013-08-21 | auto merge of #8585 : jankobler/rust/extract-grammar-01, r=catamorphism | bors | -1/+5 |
| 2013-08-18 | extract_grammar symnames | Jan Kobler | -1/+5 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -3/+3 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -1/+2 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -1/+2 |
| 2013-08-10 | Merge branch 'master' of https://github.com/p2j4d2c/rust into rollup | Erick Tryzelaar | -6/+11 |
| 2013-08-08 | rust-mode: make indentation customizable | Paul Collins | -6/+11 |
| 2013-08-07 | Gedit/gtksourceview language spec: add 'in' keyword | Simon Sapin | -0/+1 |
| 2013-08-04 | Merge pull request #8284 from huonw/emacs-in-kw | Daniel Micay | -1/+1 |
| 2013-08-04 | auto merge of #8254 : brson/rust/libuv-mac-supp, r=pcwalton | bors | -0/+13 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -2/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -2/+2 |
| 2013-08-03 | etc: add the `in` keyword to the emacs mode. | Huon Wilson | -1/+1 |
| 2013-08-03 | Vim highlighting: remove `foreach` keyword | Chris Morgan | -1/+1 |
| 2013-08-02 | Suppress a libuv leak on mac | Brian Anderson | -0/+13 |
| 2013-08-03 | Highlight sigils and operators in Vim. | Chris Morgan | -6/+23 |
| 2013-07-27 | auto merge of #8067 : alexcrichton/rust/issue-3636, r=huonw | bors | -8/+4 |
| 2013-07-26 | Deny all warnings by default in doc tests | Alex Crichton | -8/+4 |
| 2013-07-26 | auto merge of #8031 : graydon/rust/emacs-mode-rewrite, r=catamorphism | bors | -557/+209 |
| 2013-07-24 | rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysis | Graydon Hoare | -557/+209 |
| 2013-07-24 | auto merge of #8006 : emillon/rust/issue-6060, r=pcwalton | bors | -3/+3 |
| 2013-07-23 | auto merge of #7964 : pnkfelix/rust/fsk-issue3994-readme-note, r=huonw | bors | -0/+5 |
| 2013-07-23 | tidy: allow arbitrary spaces between // and NOTE | Etienne Millon | -3/+3 |
| 2013-07-22 | Note incompatibility with global-whitespace-mode. | Felix S. Klock II | -0/+5 |
| 2013-07-21 | Merge pull request #7936 from thestinger/cleanup | Daniel Micay | -6/+0 |
| 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 |