| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | mk: clean-llvm for cross-compile | Young-il Choi | -1/+1 |
| 2013-06-29 | auto merge of #7442 : graydon/rust/clean-llvm-trigger, r=brson | bors | -1/+1 |
| 2013-06-28 | auto merge of #7437 : brson/rust/winver, r=brson | bors | -2/+3 |
| 2013-06-28 | add a tutorial on containers and iterators | Daniel Micay | -0/+10 |
| 2013-06-27 | mk: Include all bins in the windows install | Brian Anderson | -2/+3 |
| 2013-06-27 | mk: add mechanisms for triggering clean-llvm builds from commits | Graydon Hoare | -1/+1 |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -2/+11 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -7/+7 |
| 2013-06-20 | auto merge of #7128 : yichoi/rust/fix_sometc, r=brson | bors | -3/+1 |
| 2013-06-18 | Turn off jemalloc | Brian Anderson | -2/+2 |
| 2013-06-17 | mk: tests.mk simplify the method to clean arm testing directory | Young-il Choi | -3/+1 |
| 2013-06-15 | Remove the fuzzer | Brian Anderson | -47/+0 |
| 2013-06-13 | mk: arm support - disable tls of jemalloc on rt.mk | Young-il Choi | -0/+12 |
| 2013-06-10 | Pass the correct build flags to jemalloc | James Miller | -1/+7 |
| 2013-06-07 | pass correct flags to jemalloc for cross-compiling | Daniel Micay | -1/+2 |
| 2013-06-06 | auto merge of #6895 : cmr/rust/jemalloc, r=brson | bors | -11/+16 |
| 2013-06-06 | mk: Fix _RUST_STAGEX variables under cross compile. Fix incoming | Brian Anderson | -0/+9 |
| 2013-06-05 | mk: Bulid rustrt with -pthread instead of -lpthread | Brian Anderson | -6/+6 |
| 2013-06-01 | Windows fixes | Corey Richardson | -1/+1 |
| 2013-06-01 | integrate jemalloc into the build | Daniel Micay | -5/+10 |
| 2013-06-01 | mk: test.mk modify to better support | Young-il Choi | -0/+10 |
| 2013-05-30 | auto merge of #6689 : graydon/rust/issue-5661-doc-test-targets, r=graydon | bors | -1/+1 |
| 2013-05-30 | fix the check-stageN-doc-$doc targets, close #5661 | Graydon Hoare | -1/+1 |
| 2013-05-30 | Attempt to get reuse of common code from multiple clones in different directo... | Felix S. Klock II | -0/+5 |
| 2013-05-29 | auto merge of #6813 : pnkfelix/rust/fsk-issue-6805-ccache-support, r=catamorp... | bors | -0/+29 |
| 2013-05-29 | Fix #6805: add --enable-ccache configure option to prefix compiler invocation... | Felix S. Klock II | -0/+29 |
| 2013-05-29 | auto merge of #6733 : alexcrichton/rust/issue-2400, r=brson | bors | -0/+7 |
| 2013-05-28 | Define rustc's host triple at compile time | Alex Crichton | -0/+7 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -1/+1 |
| 2013-05-28 | Fix 'make check-stage1-std' by correcting dependencies | Alex Crichton | -1/+1 |
| 2013-05-24 | auto merge of #6728 : alexcrichton/rust/update-linenoise, r=Aatch | bors | -1/+1 |
| 2013-05-24 | Set the USE_UTF8 flag for linenoise to handle utf8-input | Alex Crichton | -1/+1 |
| 2013-05-24 | Define _RUST_STAGEN when building rustrt. | Tom Lee | -49/+55 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -68/+68 |
| 2013-05-17 | auto merge of #6249 : crabtw/rust/arm, r=brson | bors | -0/+30 |
| 2013-05-14 | Get unit tests for rusti working | Alex Crichton | -11/+11 |
| 2013-05-13 | Update make dependencies of librust | Alex Crichton | -0/+3 |
| 2013-05-09 | improve MIPS backend and implement segmented stacks | Jyun-Yan You | -2/+2 |
| 2013-05-07 | auto merge of #6295 : yichoi/rust/pull-mingw32, r=brson | bors | -2/+4 |
| 2013-05-07 | mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235 | Young-il Choi | -0/+4 |
| 2013-05-07 | mk: rt.mk regression patch for mingw32 after #6176 | Young-il Choi | -2/+0 |
| 2013-05-07 | preliminary Linux ARM support | Jyun-Yan You | -0/+30 |
| 2013-05-06 | minor automatic whitespace fixes | Daniel Micay | -6/+6 |
| 2013-05-06 | auto merge of #6150 : yichoi/rust/arm-test-pull, r=brson | bors | -5/+160 |
| 2013-05-05 | auto merge of #6235 : pnkfelix/rust/issue-3326-play-with-directory-orderonly-... | bors | -19/+51 |
| 2013-05-04 | Fix another goof: consistently use parent directory of target for rule. | Felix S. Klock II | -10/+16 |
| 2013-05-04 | Fix syntax: had to use escaped $$ to have an effect after first expansion. | Felix S. Klock II | -2/+2 |
| 2013-05-04 | compiletest: remove --host and cleanup | Young-il Choi | -2/+1 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -15/+14 |
| 2013-05-03 | Make build products depend on their target directories. | Felix S. Klock II | -19/+45 |