| Age | Commit message (Expand) | Author | Lines |
| 2014-03-02 | librustc: add LLVM LDFLAGS to deps | Luca Bruno | -0/+16 |
| 2014-03-01 | Merge pull request #12308 from kballard/vim-nested-comments | bors | -5/+6 |
| 2014-02-27 | Improve the ctags function regular expression. | Chris Morgan | -1/+1 |
| 2014-02-27 | Update Vim syntax file last change date. | Chris Morgan | -1/+1 |
| 2014-02-27 | Fix Vim section movements for standard Rust style. | Chris Morgan | -2/+53 |
| 2014-02-27 | Update prelude items in Vim syntax. | Chris Morgan | -20/+9 |
| 2014-02-27 | Downgrade `do` to a reserved keyword in Vim. | Chris Morgan | -2/+2 |
| 2014-02-27 | Highlight the `mod` in `extern mod x;` as Error. | Chris Morgan | -1/+3 |
| 2014-02-27 | Add new target 'make dist-osx' to create a .pkg installer for OS X | Brian Leibig | -0/+22 |
| 2014-02-26 | auto merge of #12486 : MicahChalmer/rust/emacs-fixes-round-3, r=brson | bors | -47/+239 |
| 2014-02-25 | auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson | bors | -0/+3 |
| 2014-02-24 | vim: Tweak how comment nesting works | Kevin Ballard | -5/+6 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -1/+0 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -0/+2 |
| 2014-02-22 | Fix typo in emacs ERT test | Micah Chalmer | -1/+1 |
| 2014-02-22 | Emacs: indent relative to enclosing block | Micah Chalmer | -37/+127 |
| 2014-02-22 | Emacs: stay at the correct position when indenting | Micah Chalmer | -9/+74 |
| 2014-02-22 | Fix emacs indentation of multi-line match patterns | Micah Chalmer | -3/+40 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -1/+2 |
| 2014-02-21 | mk: Get "make check" passing with --disable-rpath | Alex Crichton | -0/+3 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -1/+1 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -1/+1 |
| 2014-02-17 | Added more scripts to tidy check | Derek Guenther | -14/+106 |
| 2014-02-17 | auto merge of #12284 : brson/rust/install, r=alexcrichton | bors | -1/+1 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -1/+1 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -4/+0 |
| 2014-02-15 | mk: Base the windows dist target on prepare.mk | Brian Anderson | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -11/+10 |
| 2014-02-14 | Add crate keyword to gedit language spec | Kevin Ballard | -0/+1 |
| 2014-02-14 | Add crate to emacs and kate modefiles | Kevin Ballard | -0/+2 |
| 2014-02-14 | Add CheckedDiv to vim syntax | Kevin Ballard | -1/+1 |
| 2014-02-14 | Update vim syntax for extern crate | Kevin Ballard | -2/+9 |
| 2014-02-13 | Stop looping on error waiting for android test results | Brian Anderson | -16/+2 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -11/+11 |
| 2014-02-10 | Revert non-license changes as part of 0ebe112b | Alex Crichton | -113/+115 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -2/+1 |
| 2014-02-08 | Update docs and tests for #[deriving(Show)]. | Huon Wilson | -1/+2 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -3/+19 |
| 2014-02-06 | Redesign output flags for rustc | Alex Crichton | -7/+1 |
| 2014-02-05 | etc: add missing license boilerplates | Adrien Tétar | -144/+268 |
| 2014-02-05 | etc/tidy: don't check SNAP against triple | Adrien Tétar | -9/+30 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -1/+1 |
| 2014-02-03 | extra: Add an intrusive MPSC to be used soon | Alex Crichton | -0/+1 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -0/+1 |
| 2014-02-01 | Update the zsh completion file for rustc. | OGINO Masanori | -40/+70 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -1/+0 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+0 |
| 2014-01-29 | auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw | bors | -4/+4 |
| 2014-01-28 | Rename CopyableTuple to CloneableTuple | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename ImmutableCopyableVector to ImmutableCloneableVector | Virgile Andreani | -1/+1 |