| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-04-17 | configure: Enable libc++ with LLVM with clang | Alex Crichton | -8/+23 |
| 2014-04-16 | auto merge of #13432 : ruediger/rust/rustmode, r=nikomatsakis | bors | -51/+58 |
| 2014-04-15 | dist: Make Windows installer uninstall first. Closes #9563 | Brian Anderson | -2/+74 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -3/+3 |
| 2014-04-09 | rust-mode cleanup. | Rüdiger Sonderfeld | -51/+58 |
| 2014-04-08 | Improve searching for XXX in tidy script (#3303) | Boris Egorov | -2/+3 |
| 2014-04-07 | auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson | bors | -98/+13 |
| 2014-04-07 | auto merge of #13347 : HeroesGrave/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-04-06 | mk: Pass the name of the make command to maketest.py | Brian Anderson | -7/+8 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -91/+5 |
| 2014-04-06 | auto merge of #13340 : FlaPer87/rust/code-model, r=cmr | bors | -0/+1 |
| 2014-04-06 | Add support for different relocation models | Flavio Percoco | -0/+1 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+1 |
| 2014-04-06 | fix kate syntax highlighting | HeroesGrave | -1/+1 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -1/+1 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 |