| Age | Commit message (Expand) | Author | Lines |
| 2013-12-29 | Rename uses of PkgId to CrateId in librustpkg | Luis de Bethencourt | -1/+1 |
| 2013-12-27 | Renamed ClonableIterator to CloneableIterator | Alexandros Tasos | -1/+1 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -3/+3 |
| 2013-12-24 | auto merge of #11121 : vadimcn/rust/no-c++2, r=alexcrichton | bors | -0/+1 |
| 2013-12-24 | Stop using C++ exceptions for stack unwinding. | Vadim Chugunov | -0/+1 |
| 2013-12-23 | rustc: Add a lint for the obsolete crate-level link attribute | Brian Anderson | -1/+0 |
| 2013-12-20 | auto merge of #11079 : chris-morgan/rust/fix-11072-regressions, r=brson | bors | -2/+1 |
| 2013-12-19 | auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton | bors | -0/+5 |
| 2013-12-20 | Fix two regressions introduced by #11072. | Chris Morgan | -2/+1 |
| 2013-12-19 | auto merge of #11072 : chris-morgan/rust/ctags-tweaks, r=cmr | bors | -11/+12 |
| 2013-12-20 | mklldeps.py: Ignore extra whitespaces of argument | klutzy | -0/+5 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+1 |
| 2013-12-20 | Remove many false positives from the ctags results | Chris Morgan | -11/+12 |
| 2013-12-18 | auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichton | bors | -0/+1 |
| 2013-12-18 | Add a rustdoc test | Corey Richardson | -0/+1 |
| 2013-12-18 | mklldeps.py: Write to file instead of print | klutzy | -9/+11 |
| 2013-12-18 | llvm: Disable pthread on mingw | klutzy | -491/+1 |
| 2013-12-17 | auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcr... | bors | -2/+2 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -0/+1 |
| 2013-12-14 | Add "proc" as keyword to emacs mode | Micah Chalmer | -1/+1 |
| 2013-12-15 | Rename To{Str,Bytes}Consume traits to Into*. | Chris Morgan | -2/+2 |
| 2013-12-14 | Suppress warnings in run-pass tests | Kiet Tran | -14/+22 |
| 2013-12-13 | auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichton | bors | -0/+0 |
| 2013-12-13 | doc: CSS changes + commit improved favicon | Adrien Tétar | -0/+0 |
| 2013-12-11 | auto merge of #10888 : chris-morgan/rust/2013-12-10-vim-updates, r=thestinger | bors | -10/+13 |
| 2013-12-10 | auto merge of #10593 : metajack/rust/pkgid-hash, r=brson | bors | -0/+1 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+1 |
| 2013-12-10 | Vim keyword highlighting improvements. | Chris Morgan | -5/+7 |
| 2013-12-10 | Fix up float highlighting in Vim. | Chris Morgan | -5/+6 |
| 2013-12-09 | Add defun motions for rust-mode. | S Pradeep Kumar | -25/+269 |
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -0/+1 |
| 2013-12-06 | auto merge of #10797 : pradeep90/rust/rust-mode-changes, r=brson | bors | -18/+33 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -28/+62 |
| 2013-12-04 | Add Imenu support for rust-mode. | S Pradeep Kumar | -18/+33 |
| 2013-12-04 | Improve various Vim syntax highlighting things. | Chris Morgan | -36/+42 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -0/+1 |
| 2013-11-29 | Add a new run-make test directory | Alex Crichton | -0/+26 |
| 2013-11-29 | Statically link librustrt to libstd | Alex Crichton | -4/+0 |
| 2013-11-27 | auto merge of #10621 : Florob/rust/unicode63, r=cmr | bors | -15/+17 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -2/+2 |
| 2013-11-27 | Fix handling of upper/lowercase, and whitespace | Florian Zeitz | -10/+12 |
| 2013-11-27 | Update unicode.py to reflect language changes | Florian Zeitz | -5/+5 |
| 2013-11-26 | Turn off attribute_usage warning on check-fast | klutzy | -12/+16 |
| 2013-11-26 | rustc: Add lint for misplaced crate attributes | klutzy | -0/+1 |
| 2013-11-21 | Fix --local-rust-root option on Windows | klutzy | -10/+11 |
| 2013-11-19 | add path environments | Young-il Choi | -5/+6 |
| 2013-11-13 | be more robust when removing download artifacts and remove bogus raise statement | Benjamin Peterson | -2/+5 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-08 | auto merge of #10346 : klutzy/rust/mingw64-32-fix, r=alexcrichton | bors | -0/+5 |
| 2013-11-08 | Define WSAPOLLFD only on mingw 4.x | klutzy | -0/+5 |