| Age | Commit message (Expand) | Author | Lines |
| 2014-07-28 | collections, unicode: Add support for NFC and NFKC | Florian Zeitz | -2/+33 |
| 2014-07-26 | Relicense shootout-k-nucleotide.rs | Guillaume Pinot | -0/+1 |
| 2014-07-24 | auto merge of #15424 : TeXitoi/rust/relicense-shootout-threadring, r=brson | bors | -0/+1 |
| 2014-07-24 | Improved the tags impl regex | James Hurst | -1/+1 |
| 2014-07-23 | vim: Add MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-21 | Fix :syn-include usage of Vim filetype. | Chris Morgan | -3/+5 |
| 2014-07-21 | Highlight $(…)* and $foo in Vim. | Chris Morgan | -0/+7 |
| 2014-07-16 | auto merge of #15573 : michaelwoerister/rust/lldb-tests-rebased-09-Jul, r=ale... | bors | -3/+232 |
| 2014-07-16 | auto merge of #15476 : kballard/rust/more_vim_tweaks, r=chris | bors | -7/+31 |
| 2014-07-16 | debuginfo: Remove atexit()-debugger shutdown from lldb_batchmode.py | Michael Woerister | -3/+0 |
| 2014-07-16 | debuginfo: Add python formatters that allow LLDB to print values with Rust sy... | Michael Woerister | -0/+232 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -5/+124 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -1/+1 |
| 2014-07-12 | auto merge of #15597 : brson/rust/ldconfig, r=pcwalton | bors | -3/+12 |
| 2014-07-11 | Only run ldconfig on Linux | Brian Anderson | -5/+3 |
| 2014-07-11 | Bump version to 0.12.0-pre | Brian Anderson | -1/+1 |
| 2014-07-10 | install: Run ldconfig when installing on Unix. Closes #15596. | Brian Anderson | -1/+13 |
| 2014-07-10 | install: Make the LD_LIRARY_PATH warning more aesthetic | Brian Anderson | -2/+1 |
| 2014-07-10 | Some documentation fixes and improvements | Yuri Albuquerque | -3/+7 |
| 2014-07-09 | auto merge of #15550 : alexcrichton/rust/install-script, r=brson | bors | -6/+35 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -468/+351 |
| 2014-07-09 | etc: Fix install script for rpath removal | Alex Crichton | -6/+35 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-07 | Remove rust_colorcolumn, set textwidth to 99 | Kevin Ballard | -27/+2 |
| 2014-07-07 | Set softtabstop, textwidth, and optionally colorcolumn | Kevin Ballard | -4/+32 |
| 2014-07-07 | Define a new setting g:rust_fold | Kevin Ballard | -3/+24 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -468/+351 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -1/+1 |
| 2014-07-04 | vim: set Rust tab conventions | Kevin Ballard | -0/+6 |
| 2014-07-04 | Relicense shootout-threadring.rs | Guillaume Pinot | -0/+1 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -1/+1 |
| 2014-07-03 | remove duplicated slash in install script path | Ruud van Asseldonk | -1/+1 |
| 2014-07-02 | install: Correct libdir for Windows installs. | Mike Boutin | -2/+67 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -15/+21 |
| 2014-07-02 | auto merge of #15295 : TeXitoi/rust/relicense-shootout-mandelbrot, r=brson | bors | -0/+1 |
| 2014-07-01 | relicense shootout-mandelbrot.rs | Guillaume Pinot | -0/+1 |
| 2014-07-01 | Vim syntax file types and traits cleanup | Alexandre Gagnon | -15/+20 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+1 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -2/+1 |
| 2014-06-23 | auto merge of #15100 : rapha/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-06-23 | Change /bin/env to /usr/bin/env in helper python script, as it is more portable | Raphael Speyer | -1/+1 |
| 2014-06-22 | Update few files after comparison traits renaming | Piotr Jawniak | -4/+4 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -0/+138 |
| 2014-06-18 | Vim: highlight invalid characters in char literals. | Chris Morgan | -2/+7 |
| 2014-06-18 | Vim: highlight escapes for byte literals. | Chris Morgan | -7/+11 |
| 2014-06-18 | Add commands :RustEmitIr and :RustEmitAsm | Kevin Ballard | -0/+62 |
| 2014-06-18 | Write documentation for the Rust vim plugin | Kevin Ballard | -25/+131 |
| 2014-06-18 | Rename :Run and :Expand to :RustRun and :RustExpand | Kevin Ballard | -17/+17 |
| 2014-06-18 | vim: Add :Run and :Expand commands | Kevin Ballard | -37/+265 |
| 2014-06-17 | emacs: Remove outdated references to ~ in tests | Tom Jakubowski | -3/+3 |