| Age | Commit message (Expand) | Author | Lines |
| 2014-06-17 | emacs: Add shebang to test script | Tom Jakubowski | -0/+1 |
| 2014-06-17 | emacs: Don't overwrite font lock for attributes | Tom Jakubowski | -27/+87 |
| 2014-06-17 | auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelix | bors | -3/+3 |
| 2014-06-17 | auto merge of #14955 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+59 |
| 2014-06-16 | Update repo location | Brian Anderson | -2/+2 |
| 2014-06-16 | Add a Syntastic plugin for Rust. | Andrew Gallant | -0/+57 |
| 2014-06-17 | auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brson | bors | -0/+1 |
| 2014-06-16 | rustc: Start accepting `*const T` | Alex Crichton | -2/+1 |
| 2014-06-16 | auto merge of #14852 : TeXitoi/rust/relicense-shootout-pidigits, r=brson | bors | -0/+1 |
| 2014-06-12 | Relicense shootout-binarytrees.rs | Guillaume Pinot | -0/+1 |
| 2014-06-12 | Relicense shootout-pidigits.rs | Guillaume Pinot | -0/+1 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -3/+3 |
| 2014-06-11 | emacs: highlight `#[foo = "bar"]` attributes | Tom Jakubowski | -2/+2 |
| 2014-06-11 | emacs: do not highlight `#foo]` as an attribute | Tom Jakubowski | -1/+1 |
| 2014-06-08 | relicense shootout-fannkuch-redux.rs | Guillaume Pinot | -0/+1 |
| 2014-06-07 | relicense shootout-regex-dna.rs | Guillaume Pinot | -0/+1 |
| 2014-06-05 | relicense shootout-meteor.rs | Guillaume Pinot | -0/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+5 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-20 | vim: Handle box expressions specially | Kevin Ballard | -7/+20 |
| 2014-05-20 | Update rust.vim for the latest prelude/keywords | Kevin Ballard | -18/+23 |
| 2014-05-18 | Refactoring: Introduce distinct host and target rpath var setters. | Felix S. Klock II | -7/+8 |
| 2014-05-14 | Get rid of the android-cross-path flag to rustc. | Luqman Aden | -1/+0 |
| 2014-05-13 | std: Rename str::Normalizations to str::Decompositions | Florian Zeitz | -6/+6 |
| 2014-05-13 | core: Move Hangul decomposition into unicode.rs | Florian Zeitz | -19/+58 |
| 2014-05-13 | std, core: Generate unicode.rs using unicode.py | Florian Zeitz | -55/+76 |
| 2014-05-12 | emacs: highlight `macro_name!` in macro invocations using [] delimiters | Huon Wilson | -1/+1 |
| 2014-05-12 | add shebang to scripts that have execute bit set | David Creswick | -3/+13 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | auto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix | bors | -5/+5 |
| 2014-05-08 | vim: Fix an indentation issue with cindent | Kevin Ballard | -11/+16 |
| 2014-05-08 | auto merge of #13986 : alexcrichton/rust/box-keyword, r=thestinger | bors | -1/+3 |
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -0/+184 |
| 2014-05-06 | etc: Add box as a keyword to editor configs | Alex Crichton | -1/+3 |
| 2014-05-05 | auto merge of #13925 : kballard/rust/vim_indent_bracket_fix, r=thestinger | bors | -3/+19 |
| 2014-05-04 | vim: Fix indentation at global scope after non-semantic ([{/)]} | Kevin Ballard | -3/+19 |
| 2014-05-03 | Recommend autoload instead of require | Phil Ruffwind | -3/+4 |
| 2014-05-03 | Use defvar for rust-top-item-beg-re instead | Phil Ruffwind | -5/+5 |
| 2014-05-02 | emacs: Add 'box' to keywords | Brian Anderson | -1/+1 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -1/+1 |
| 2014-04-28 | test: Fix run-make on windows | klutzy | -10/+37 |
| 2014-04-25 | Add a regex crate to the Rust distribution. | Andrew Gallant | -0/+292 |
| 2014-04-24 | Fix Vim indent regressions from #13600. | Chris Morgan | -1/+1 |
| 2014-04-22 | There are no 64-bit Windows snapshots yet, so we'll use 32-bit ones instead. | Vadim Chugunov | -1/+3 |
| 2014-04-19 | auto merge of #13609 : richo/rust/str-type-vim, r=alexcrichton | bors | -1/+1 |
| 2014-04-18 | auto merge of #13513 : alexcrichton/rust/up-llvm, r=brson | bors | -25/+46 |
| 2014-04-18 | vim: Add StrBuf as type to hilighting | Richo Healey | -1/+1 |
| 2014-04-18 | Add another case where cindent is correct | Brandon Waskiewicz | -0/+11 |
| 2014-04-17 | llvm: Add an option to statically link libstdc++ | Alex Crichton | -3/+10 |
| 2014-04-17 | etc: The --system-libs flag is LLVM 3.5+ | Alex Crichton | -26/+25 |