| Age | Commit message (Expand) | Author | Lines |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -2/+2 |
| 2014-04-06 | rmake: Fix a test on FreeBSD | Alex Crichton | -2/+13 |
| 2014-04-06 | test: Ignore run-make tests that don't work on BSD | Brian Anderson | -0/+13 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-04-06 | auto merge of #13340 : FlaPer87/rust/code-model, r=cmr | bors | -0/+26 |
| 2014-04-06 | Add support for different relocation models | Flavio Percoco | -0/+26 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+4 |
| 2014-04-05 | rustc: Pass --enable-long-section-names to gcc | Alex Crichton | -1/+4 |
| 2014-04-04 | auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr... | bors | -0/+100 |
| 2014-04-05 | Rough regression test for #13266. | Felix S. Klock II | -0/+100 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -2/+2 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -2/+2 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -63/+4 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+1 |
| 2014-03-23 | rustc: Change the filename of compressed bitcode | Piotr Czarnecki | -1/+3 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -2/+0 |
| 2014-03-19 | rustc: Prevent false positives in crate loading | Alex Crichton | -0/+33 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+3 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -2/+6 |
| 2014-02-26 | rustc: Don't deduplicate libraries linked to | Alex Crichton | -0/+30 |
| 2014-03-01 | rustc: Better error when loading invalid libraries | Alex Crichton | -0/+19 |
| 2014-02-27 | rustc: Move local native libs back in link-args | Alex Crichton | -0/+44 |
| 2014-02-25 | Add a method of manually specifying the crate map | Alex Crichton | -0/+57 |
| 2014-02-25 | auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson | bors | -7/+5 |
| 2014-02-24 | Test fixes from rollup | Alex Crichton | -6/+6 |
| 2014-02-24 | syntax: calculate positions of multibyte characters more correctly. | Huon Wilson | -1/+79 |
| 2014-02-24 | syntax: record multibyte chars' positions absolutely, not relative to | Huon Wilson | -0/+60 |
| 2014-02-24 | rustc: Don't error on the rlib symlinks | Alex Crichton | -0/+35 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -1/+1 |
| 2014-02-21 | mk: Get "make check" passing with --disable-rpath | Alex Crichton | -7/+5 |
| 2014-02-19 | auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brson | bors | -0/+22 |
| 2014-02-19 | rustdoc: Fix json output and input | Alex Crichton | -0/+29 |
| 2014-02-18 | Fix staticlib outputs linking to blank archives | Alex Crichton | -0/+22 |
| 2014-02-17 | Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif... | gentlefolk | -0/+45 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -25/+25 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -8/+8 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+520 |
| 2014-02-06 | Redesign output flags for rustc | Alex Crichton | -16/+61 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -10/+10 |
| 2014-01-28 | Generate rlibs by default (instead of dylibs) | Alex Crichton | -2/+2 |
| 2014-01-22 | Set LD_LIBRARY_PATH on linux for c-dynamic-dylib test | Andrew Chin | -0/+5 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -2/+2 |
| 2014-01-06 | Don't attempt duplicate outputs | Alex Crichton | -0/+5 |
| 2014-01-01 | Fix usage of rustc --ls on invalid files | Alex Crichton | -0/+8 |
| 2013-12-31 | Implement volatile_load and volatile_store intrinsics. | Peter Zotov | -0/+29 |
| 2013-12-30 | rustdoc: only filter lines starting with '# ' from the shown code. | Huon Wilson | -0/+37 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -4/+53 |
| 2013-12-22 | Allow optional filename argument for --dep-info | Andreas Neuhaus | -2/+27 |