| Age | Commit message (Expand) | Author | Lines |
| 2013-11-07 | auto merge of #10243 : mattcarberry/rust/master, r=brson | bors | -0/+10 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -0/+1 |
| 2013-11-02 | Grammar error and vim syntax highlighting mistake fixed. | Matt Carberry | -1/+1 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -1/+11 |
| 2013-10-31 | std::rand: correct an off-by-one in the Ziggurat code. | Huon Wilson | -5/+2 |
| 2013-10-29 | auto merge of #10149 : chris-morgan/rust/2013-10-29-vim-updates, r=erickt | bors | -24/+37 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -0/+4 |
| 2013-10-30 | Fix Vim indent for wrapped function arguments. | Chris Morgan | -2/+17 |
| 2013-10-30 | Update prelude items in Vim syntax file. | Chris Morgan | -22/+20 |
| 2013-10-25 | Tidy | Brian Anderson | -0/+2 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -4/+4 |
| 2013-10-23 | register snapshots | Daniel Micay | -3/+3 |
| 2013-10-19 | Highlight \0 in strings and chars in Vim. | Chris Morgan | -3/+3 |
| 2013-10-19 | Update prelude items in Vim syntax. | Chris Morgan | -6/+8 |
| 2013-10-18 | track language changes, improve attr handling in GtkSourceView language-spec | sp3d | -22/+46 |
| 2013-10-08 | add vim syntax highlighting support for raw string literals | Benjamin Herr | -0/+1 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -0/+3 |
| 2013-10-04 | Don't fail when unpacking the windows snapshot | Alex Crichton | -0/+2 |
| 2013-10-04 | auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brson | bors | -3/+1287 |
| 2013-10-02 | Package system runtime dependencies into Windows distribution. | Vadim Chugunov | -1/+17 |
| 2013-10-02 | Package system runtime dependencies into snapshots | Vadim Chugunov | -2/+1270 |
| 2013-10-01 | auto merge of #9600 : MicahChalmer/rust/fill-with-code-around, r=catamorphism | bors | -1/+31 |
| 2013-09-30 | Expand tidy to prevent binaries from being checked | Alex Crichton | -0/+18 |
| 2013-09-28 | Fix single-line-style paragraph fills with code immediately before or after | Micah Chalmer | -1/+31 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -1/+1 |
| 2013-09-27 | auto merge of #9538 : thestinger/rust/type_use, r=pcwalton | bors | -80/+0 |
| 2013-09-26 | auto merge of #9504 : brson/rust/continue, r=alexcrichton | bors | -1/+4 |
| 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 | -1/+4 |
| 2013-09-26 | remove type_use | Daniel Micay | -80/+0 |
| 2013-09-25 | Fix the rust logo icon | Brian Anderson | -0/+0 |
| 2013-09-25 | Fix run-pass tests to have 'pub fn main' | Alex Crichton | -0/+2 |
| 2013-09-22 | auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichton | bors | -1/+1 |
| 2013-09-22 | Reserve the `alignof`, `offsetof`, and `sizeof` keywords | Birunthan Mohanathas | -1/+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 | -4/+1 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-17 | The purpose of these headers is to fix issues with mingw v4.0, as described i... | Vadim Chugunov | -0/+34 |
| 2013-09-13 | Minor cleanup and formatting tweaks to the rust-mode README | Lindsey Kuper | -25/+28 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-09-07 | Cover all cases for padding in paragraph fills as intended | Micah Chalmer | -14/+19 |
| 2013-09-07 | Fix regression of multi-line statement indents | Micah Chalmer | -23/+36 |
| 2013-09-06 | Add ERT tests | Micah Chalmer | -0/+389 |
| 2013-09-06 | Add paragraph fill and auto-fill for multi-line comments | Micah Chalmer | -1/+123 |
| 2013-09-06 | Add custom group for rust-mode | Micah Chalmer | -1/+5 |
| 2013-09-06 | Indent return type to align with arguments | Micah Chalmer | -2/+5 |
| 2013-09-06 | Allow indenting to align struct fields after curly brace | Micah Chalmer | -17/+14 |
| 2013-09-06 | Indent correctly after opening square bracket | Micah Chalmer | -1/+1 |
| 2013-09-05 | Fix glitches with struct field aligned indents | Micah Chalmer | -2/+2 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -0/+1 |