| Age | Commit message (Expand) | Author | Lines |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -1/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -1/+1 |
| 2014-03-13 | Remove code duplication | Piotr Zolnierek | -27/+19 |
| 2014-03-13 | Implement lower, upper case conversion for char | Piotr Zolnierek | -29/+74 |
| 2014-03-13 | std::unicode: remove unused category tables | Piotr Zolnierek | -1/+4 |
| 2014-03-12 | Emacs: always jump the cursor if needed on indent | Micah Chalmer | -9/+50 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -0/+1 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -1/+1 |
| 2014-03-11 | auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichton | bors | -2/+0 |
| 2014-03-09 | install.sh: untabify | Brian Anderson | -20/+20 |
| 2014-03-09 | install.sh: Improve error handling | Brian Anderson | -0/+19 |
| 2014-03-09 | mk: dist-installer builds a binary installer | Brian Anderson | -0/+264 |
| 2014-03-09 | doc: remove node.js dependency | Adrien Tétar | -2/+0 |
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -217/+0 |
| 2014-03-02 | auto merge of #12663 : MicahChalmer/rust/emacs-remove-ws-bug-warning, r=brson | bors | -5/+0 |
| 2014-03-02 | Emacs: Remove README warning of old whitespace bug | Micah Chalmer | -5/+0 |
| 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 |