| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 ↵ | Patrick Walton | -0/+80 | |
| functions. rs=bugfix This adds a new script, `monodebug.pl`. It can be used to diagnose problems stemming from incorrect combining of monomorphic generic instantiations. | ||||
| 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 | |
| This causes bugs since comments aren't nestable | ||||
| 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 | |
| This is not the default and must be turned on. | ||||
| 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 | |
| emacs rust-mode melpa readme update + improved autoloads | ||||
| 2012-08-16 | vim: "ref" and "static" are now keywords; highlight them as such | Patrick Walton | -1/+1 | |
| 2012-08-16 | add auto-mode-alist to autoloads | Max Penet | -3/+5 | |
| 2012-08-16 | fix indentation | Max Penet | -1/+1 | |
| 2012-08-16 | add instructions for install from MELPA | Max Penet | -14/+27 | |
| 2012-08-15 | In tidy, screen out emacs backup files properly | Tim Chevalier | -1/+1 | |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 | |
| 2012-08-14 | update readme with package.el installation steps | Max Penet | -8/+19 | |
| 2012-08-14 | Add author to meta-data | Max Penet | -1/+2 | |
| 2012-08-14 | update readme | Max Penet | -1/+50 | |
| 2012-08-13 | add Url | Max Penet | -1/+3 | |
| 2012-08-13 | proper package footer | Max Penet | -1/+1 | |
| 2012-08-13 | initial stab at making rust-mode elpa friendly | Max Penet | -6/+21 | |
| 2012-08-11 | Merge pull request #3185 from megakorre/master | Brian Anderson | -2/+2 | |
| Removed comma from rust-mode.el | ||||
| 2012-08-12 | removed a comma from the keyword list to get | Patrik Kårlin | -2/+2 | |
| fn keyword highlighted | ||||
| 2012-08-09 | vim: hilight 'self' as a constant instead of a keyword | Ben Blum | -1/+3 | |
| 2012-08-08 | etc: Add pub and priv to vim | Patrick Walton | -1/+1 | |
| 2012-08-07 | Add 'static' to rust-mode.el. | Michael Sullivan | -1/+1 | |
| 2012-08-06 | emacs: add match as keyword | Niko Matsakis | -1/+1 | |
| 2012-08-03 | vim: don't hilight "any" | Ben Blum | -1/+1 | |
| 2012-08-02 | Add trait to emacs keyword table. | Graydon Hoare | -1/+1 | |
| 2012-08-02 | update ctags def'n which had fallen somewhat out of date | Niko Matsakis | -2/+3 | |
| 2012-08-02 | vim: Don't link conceals to operators if we're concealing mod paths, because ↵ | Patrick Walton | -1/+5 | |
| that makes mod paths show up as operators. | ||||
| 2012-08-02 | Update rust-mode.el with new keywords. | Michael Sullivan | -3/+3 | |
| 2012-08-01 | vim: Add a concealer for <-> | Erick Tryzelaar | -0/+4 | |
| This may break indentation though. However, without it, vim sees "<->" and interprets it as a "<", folloed by "->", which it conceals as a right arrow, so I'm not sure which is worse. | ||||
| 2012-08-01 | vim: Move conceal code into vim/after/syntax. | Erick Tryzelaar | -14/+27 | |
| This makes concealment opt-in. | ||||
| 2012-07-31 | vim: Add new keywords | Patrick Walton | -2/+2 | |
