about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+3
2013-10-04Don't fail when unpacking the windows snapshotAlex Crichton-0/+2
2013-10-04auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brsonbors-3/+1287
2013-10-02Package system runtime dependencies into Windows distribution.Vadim Chugunov-1/+17
2013-10-02Package system runtime dependencies into snapshotsVadim Chugunov-2/+1270
2013-10-01auto merge of #9600 : MicahChalmer/rust/fill-with-code-around, r=catamorphismbors-1/+31
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+18
2013-09-28Fix single-line-style paragraph fills with code immediately before or afterMicah Chalmer-1/+31
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-1/+1
2013-09-27auto merge of #9538 : thestinger/rust/type_use, r=pcwaltonbors-80/+0
2013-09-26auto merge of #9504 : brson/rust/continue, r=alexcrichtonbors-1/+4
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-26Add 'continue' keyword to emacs, vim, gedit, kateBrian Anderson-1/+4
2013-09-26remove type_useDaniel Micay-80/+0
2013-09-25Fix the rust logo iconBrian Anderson-0/+0
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-0/+2
2013-09-22auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichtonbors-1/+1
2013-09-22Reserve the `alignof`, `offsetof`, and `sizeof` keywordsBirunthan Mohanathas-1/+1
2013-09-22auto merge of #9395 : brson/rust/0.8, r=alexcrichtonbors-1/+1
2013-09-22Remove 'copy' from syntax files, as it's no longer a keywordScott Lawrence-4/+1
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-17The purpose of these headers is to fix issues with mingw v4.0, as described i...Vadim Chugunov-0/+34
2013-09-13Minor cleanup and formatting tweaks to the rust-mode READMELindsey Kuper-25/+28
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-07Cover all cases for padding in paragraph fills as intendedMicah Chalmer-14/+19
2013-09-07Fix regression of multi-line statement indentsMicah Chalmer-23/+36
2013-09-06Add ERT testsMicah Chalmer-0/+389
2013-09-06Add paragraph fill and auto-fill for multi-line commentsMicah Chalmer-1/+123
2013-09-06Add custom group for rust-modeMicah Chalmer-1/+5
2013-09-06Indent return type to align with argumentsMicah Chalmer-2/+5
2013-09-06Allow indenting to align struct fields after curly braceMicah Chalmer-17/+14
2013-09-06Indent correctly after opening square bracketMicah Chalmer-1/+1
2013-09-05Fix glitches with struct field aligned indentsMicah Chalmer-2/+2
2013-09-04stop treating char as an integer typeDaniel Micay-0/+1
2013-09-04Silence fo+=j error for users of Vim < 7.3.541.Chris Morgan-1/+3
2013-09-04Update highlighting for prelude changes.Chris Morgan-2/+2
2013-09-04Highlight everything in the prelude in Vim.Chris Morgan-26/+78
2013-09-04Update a handful of keywords highlighted in Vim.Chris Morgan-8/+6
2013-09-04Modernise some Vim syntax highlighting.Chris Morgan-3/+5
2013-08-30Align field names in struct expressions with fields on same line as the openi...Micah Chalmer-4/+14
2013-08-30Multiline comments with leading *s line up the *sMicah Chalmer-0/+4
2013-08-29One indent after open paren with no argumentMicah Chalmer-2/+8
2013-08-29Correct indent with trailing spaces/comments on previous lineMicah Chalmer-2/+3
2013-08-29auto merge of #8830 : andersk/rust/indent-4, r=catamorphismbors-5/+3
2013-08-28auto merge of #8718 : bblum/rust/typeof, r=pcwaltonbors-1/+1
2013-08-28rust-mode: Default rust-indent-offset to 4, not default-tab-widthAnders Kaseorg-5/+3
2013-08-27auto merge of #8789 : pnkfelix/rust/fsk-fix-typo-in-rust-mode.el, r=pnkfelixbors-1/+1
2013-08-27auto merge of #8779 : brson/rust/macsupp, r=thestingerbors-1/+0
2013-08-27fix typo in rust-mode.elFelix S. Klock II-1/+1
2013-08-26auto merge of #8747 : pnkfelix/rust/fsk-issue6887-fix-emacs-compilation-regex...bors-0/+23