| Age | Commit message (Expand) | Author | Lines |
| 2013-12-10 | auto merge of #10593 : metajack/rust/pkgid-hash, r=brson | bors | -1/+2 |
| 2013-12-10 | Add missing sundown dependency to rustdoc tests. | Jack Moffitt | -1/+2 |
| 2013-12-10 | Add rustdoc documentation. | Corey Richardson | -0/+7 |
| 2013-12-07 | Register new snapshots | Alex Crichton | -67/+0 |
| 2013-12-07 | Fix the linked targets for rustc | Alex Crichton | -2/+2 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -32/+28 |
| 2013-12-05 | Remove unused upcalls | Alex Crichton | -0/+2 |
| 2013-12-03 | Tidy up a few problems with run-make tests | Alex Crichton | -2/+2 |
| 2013-12-02 | Make the ccache-free case look like the ccache case. | Felix S. Klock II | -3/+4 |
| 2013-12-01 | *Actually* fix `make install` with rlibs | Alex Crichton | -3/+0 |
| 2013-11-30 | auto merge of #10746 : alexcrichton/rust/fix-make-install, r=cmr | bors | -0/+6 |
| 2013-11-30 | Fix make install to install rlib files | Alex Crichton | -0/+6 |
| 2013-11-30 | auto merge of #10731 : chris-morgan/rust/fix-double-slashing, r=metajack | bors | -3/+3 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -2/+3 |
| 2013-11-29 | Add a new run-make test directory | Alex Crichton | -2/+37 |
| 2013-11-29 | Statically link librustrt to libstd | Alex Crichton | -10/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -27/+35 |
| 2013-11-30 | Fix double slashes in make paths. | Chris Morgan | -3/+3 |
| 2013-11-24 | rustdoc: pass through --cfg to rustc | Corey Richardson | -1/+3 |
| 2013-11-23 | Use CXX not CC for linking. | Luqman Aden | -4/+4 |
| 2013-11-22 | Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv. | Luqman Aden | -7/+12 |
| 2013-11-22 | mk: Get rid of redundant LIBUV_FLAGS. | Luqman Aden | -38/+6 |
| 2013-11-22 | Fix up mingw64 target. | Luqman Aden | -39/+99 |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -30/+49 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -1/+0 |
| 2013-11-16 | Don't make tags for our dependencies and tests. | Chris Morgan | -1/+21 |
| 2013-11-13 | doc: tidy up makefile rules | Adrien Tétar | -92/+20 |
| 2013-11-13 | doc: add favicon to tutorial/manual | Adrien Tétar | -25/+46 |
| 2013-11-10 | auto merge of #10226 : nibrahim/rust/docepub, r=alexcrichton | bors | -1/+26 |
| 2013-11-10 | Another round of test fixes from previous commits | Alex Crichton | -1/+1 |
| 2013-11-10 | Update to the latest libuv | Alex Crichton | -1/+1 |
| 2013-11-06 | auto merge of #10227 : kud1ing/rust/ios, r=alexcrichton | bors | -2/+9 |
| 2013-11-06 | Fixes for compilation to iOS: | kud1ing | -2/+9 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -1/+0 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -3/+3 |
| 2013-11-03 | Create epub versions of tutorial and ref manual. | Noufal Ibrahim | -1/+26 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -2/+2 |
| 2013-11-02 | auto merge of #10199 : alexcrichton/rust/no-propagate, r=brson | bors | -20/+69 |
| 2013-11-02 | Statically link libuv to librustuv | Alex Crichton | -9/+38 |
| 2013-11-02 | auto merge of #10229 : brson/rust/warnings, r=thestinger | bors | -1/+1 |
| 2013-11-01 | Statically link sundown to librustdoc | Alex Crichton | -11/+31 |
| 2013-11-01 | Fix installation with DESTDIR | Brian Anderson | -9/+9 |
| 2013-11-01 | Use consistent capitalization in makefile errors | Brian Anderson | -1/+1 |
| 2013-11-01 | auto merge of #10220 : luqmana/rust/con, r=brson | bors | -10/+10 |
| 2013-11-01 | auto merge of #10203 : kud1ing/rust/ios, r=alexcrichton | bors | -0/+29 |
| 2013-11-01 | configure: Fix passing multiple target and host triples. | Luqman Aden | -10/+10 |
| 2013-10-31 | add target triple arm-apple-darwin | kud1ing | -0/+29 |
| 2013-10-31 | Fix missing parenthesis in a previous substitution '$(PREFIX_ROOT)' to '$(CF... | Olivier Saut | -4/+4 |
| 2013-10-30 | auto merge of #10164 : brson/rust/configure, r=brson | bors | -167/+167 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -0/+11 |