| Age | Commit message (Expand) | Author | Lines |
| 2014-01-08 | Fix windows installer version to be less verbose | Brian Anderson | -2/+1 |
| 2014-01-07 | mk: Fix the naming of the windows installer harder | Brian Anderson | -1/+2 |
| 2014-01-06 | auto merge of #11354 : brson/rust/versionwin, r=alexcrichton | bors | -1/+1 |
| 2014-01-06 | Use the full version string for the windows installer exe | Brian Anderson | -1/+1 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -35/+52 |
| 2014-01-06 | auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton | bors | -1/+2 |
| 2014-01-05 | tidy: spew less chaff | Corey Richardson | -1/+3 |
| 2014-01-05 | Add tidy support for snapshots | Corey Richardson | -34/+49 |
| 2014-01-06 | Do not ignore errors running llvm-config | Seo Sanghyeon | -1/+1 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -1/+2 |
| 2014-01-04 | auto merge of #11314 : adridu59/rust/patch-license, r=brson | bors | -51/+12 |
| 2014-01-04 | auto merge of #11290 : alexcrichton/rust/testname, r=brson | bors | -0/+5 |
| 2014-01-04 | etc: licenseck: don't hardcode a specific year | Adrien Tétar | -51/+12 |
| 2014-01-03 | Fix windows dist script | Brian Anderson | -1/+2 |
| 2014-01-03 | Change rmake and doc-test to support TESTNAME | Alex Crichton | -0/+5 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2013-12-31 | Fix rust-align-to-expr-after-brace, closes #11239. | John Louis Walker | -1/+3 |
| 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 |