| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-29 | Pull configs out into individual repositories | Steve Klabnik | -304/+0 | |
| As we grow, these don't belong in-tree. http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395 * https://github.com/rust-lang/rust.vim * https://github.com/rust-lang/rust-mode * https://github.com/rust-lang/gedit-config * https://github.com/rust-lang/kate-config * https://github.com/rust-lang/nano-config * https://github.com/rust-lang/zsh-config | ||||
| 2015-01-14 | fix string multi line connector '\' for kate | visualfc | -1/+1 | |
| example: let m = "hello \ world"; | ||||
| 2015-01-07 | Merge pull request #20689 from huonw/editor-_size | bors | -0/+2 | |
| Update editor syntax files for isize/usize. Reviewed-by: nikomatsakis | ||||
| 2015-01-07 | Update editor syntax files for isize/usize. | Huon Wilson | -0/+2 | |
| Yay, syntax highlighting. | ||||
| 2015-01-06 | Bump some version numbers | Brian Anderson | -1/+1 | |
| 2015-01-05 | kate syntax highlight: update keyword list | York Xiang | -4/+18 | |
| 2014-12-26 | add new-style Unicode escapes | bombless | -1/+2 | |
| 2014-11-10 | Add 'move' keyword to emacs, kate, and vim editor modes. | Sean Gillespie | -0/+1 | |
| 2014-10-09 | Bump version to 0.13.0 | Brian Anderson | -1/+1 | |
| 2014-09-29 | Replaced some TODO by FIXME | gamazeps | -1/+1 | |
| closes #17478 | ||||
| 2014-09-15 | mk: Update how the build deals with version labels. #16677 | Brian Anderson | -1/+1 | |
| Adds a new configure flag, --release-channel, which determines how the version number should be augmented with a release label, as well as how the distribution artifacts will be named. This is entirely for use by the build automation. --release-channel can be either 'source', 'nightly', 'beta', or 'stable'. Here's a summary of the affect of these values on version number and artifact naming, respectively: * source - '0.12.0-pre', 'rust-0.12.0-pre-...' * nightly - '0.12.0-nightly', 'rust-nightly-...' * beta - '0.12.0-beta', 'rust-beta-...' * stable - '0.12.0', 'rust-0.12.0-...' Per http://discuss.rust-lang.org/t/rfc-impending-changes-to-the-release-process/508/1 | ||||
| 2014-08-17 | Add new keywords (particularly `where` & `virtual`) to editor modes. | Huon Wilson | -0/+3 | |
| 2014-07-11 | Bump version to 0.12.0-pre | Brian Anderson | -1/+1 | |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+1 | |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 | |
| 2014-05-06 | etc: Add box as a keyword to editor configs | Alex Crichton | -0/+1 | |
| This keyword is about to be used much more often than it was a few weeks ago, it's time to tell editors about the new keyword. | ||||
| 2014-04-06 | fix kate syntax highlighting | HeroesGrave | -1/+1 | |
| 2014-04-04 | etc: attempts at fixing editor highlighting for new attribute syntax | Corey Richardson | -0/+1 | |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 | |
| This also changes some of the download links in the documentation to 'nightly'. | ||||
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 | |
| 2014-02-14 | Add crate to emacs and kate modefiles | Kevin Ballard | -0/+1 | |
| 2014-01-27 | As Either no longer exists, remove Either, Left, and Right from syntax files | Scott Lawrence | -3/+0 | |
| 2014-01-22 | remove old rc extension from detection files | Daniel Micay | -1/+1 | |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 | |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 | |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -0/+1 | |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -1/+1 | |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -1/+1 | |
| 2013-09-26 | Add 'continue' keyword to emacs, vim, gedit, kate | Brian Anderson | -0/+1 | |
| 2013-09-22 | auto merge of #9395 : brson/rust/0.8, r=alexcrichton | bors | -1/+1 | |
| 2013-09-22 | Remove 'copy' from syntax files, as it's no longer a keyword | Scott Lawrence | -1/+0 | |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 | |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 | |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 | |
| 2013-05-30 | Highlight Sized in vim and kate | Ben Blum | -0/+1 | |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -2/+2 | |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -1/+1 | |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -1/+1 | |
| 2013-03-25 | kate: remove `const`, `log`, and `pure` keywords, add `super` keyword | Andrew Paseltiner | -3/+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-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 | |
