| Age | Commit message (Expand) | Author | Lines |
| 2013-08-20 | auto merge of #8563 : graydon/rust/2013-08-16-condition-tutorial, r=catamorphism | bors | -1/+12 |
| 2013-08-19 | auto merge of #8584 : thestinger/rust/jemalloc, r=graydon | bors | -2/+2 |
| 2013-08-19 | doc: add condition tutorial | Graydon Hoare | -1/+12 |
| 2013-08-17 | Revert "Turn off jemalloc" | Daniel Micay | -2/+2 |
| 2013-08-17 | auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brson | bors | -2/+0 |
| 2013-08-17 | Deny warnings in stage1+ libsyntax/librustc/librustdoc/librusti/librust | Erick Tryzelaar | -5/+5 |
| 2013-08-16 | rt: Remove rust_stack | Brian Anderson | -1/+0 |
| 2013-08-16 | rt: Remove rust_env | Brian Anderson | -1/+0 |
| 2013-08-14 | auto merge of #8469 : gifnksm/rust/tutorial-ja, r=graydon | bors | -1/+15 |
| 2013-08-13 | tutorial: Add Japanese translation | gifnksm | -1/+14 |
| 2013-08-12 | doc: Add -M and -L option to po4a | gifnksm | -0/+1 |
| 2013-08-11 | Allow disabling optimizations in tests only | Alex Crichton | -1/+9 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -10/+1 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -10/+1 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -1/+3 |
| 2013-08-09 | rustpkg: Simplify the PkgId struct | Tim Chevalier | -1/+2 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -1/+1 |
| 2013-08-08 | Makefiles: make rustpkgtest depend on rustpkg executable | Tim Chevalier | -0/+1 |
| 2013-08-07 | mk: test.mk fix to specify ADB variables not adb | Young-il Choi | -1/+1 |
| 2013-08-07 | mk: install.mk fix to specify ADB variables not adb | Young-il Choi | -1/+1 |
| 2013-08-05 | Warn when using -o option on libraries. Closes #6554. | Michael Sullivan | -8/+8 |
| 2013-08-04 | Add support for vanilla linux on arm. | Luqman Aden | -5/+31 |
| 2013-08-04 | Try to fix a periodic windows build failure due to broken rwildcard macro | Brian Anderson | -1/+3 |
| 2013-08-02 | auto merge of #8202 : pnkfelix/rust/fsk-issue8056-make-crates-must-dep-on-sub... | bors | -1/+7 |
| 2013-08-02 | Make crate tests depend on their extern crates. Reorder TEST_HOST_CRATES in ... | Felix S. Klock II | -1/+7 |
| 2013-08-01 | mk/tests.mk: remove mention of nonexistent files | Etienne Millon | -6/+1 |
| 2013-08-01 | mk/tests.mk: fix typo "srcrustllvm" | Etienne Millon | -2/+2 |
| 2013-07-30 | auto merge of #8111 : brson/rust/no-bench, r=graydon | bors | -4/+8 |
| 2013-07-29 | mk: Add NO_BENCH variable for turning off the --bench flag | Brian Anderson | -0/+4 |
| 2013-07-29 | mk: Rename CTEST_BENCH to TEST_BENCH | Brian Anderson | -4/+4 |
| 2013-07-29 | mk: Fix NO_REBUILD so stdtest can be tested without re-bootstrapping. Closes ... | Brian Anderson | -4/+2 |
| 2013-07-26 | auto merge of #7820 : pnkfelix/rust/fill-in-some-missing-rustc-lib-dependence... | bors | -16/+20 |
| 2013-07-24 | Tests select when to use --cfg debug, regardless of configure settings. | Felix S. Klock II | -1/+5 |
| 2013-07-22 | Allow all warnings in stage0 to account for bugs | Alex Crichton | -2/+1 |
| 2013-07-19 | mk: Remove CFG_INSTALL_SNAP logic. #2664 | Brian Anderson | -5/+0 |
| 2013-07-17 | auto merge of #7829 : graydon/rust/codegen-compiletests, r=cmr | bors | -0/+22 |
| 2013-07-17 | make: turn off --bench when running under valgrind | Graydon Hoare | -2/+5 |
| 2013-07-17 | Add project information to l10n templates. | OGINO Masanori | -1/+4 |
| 2013-07-16 | Add configure and make machinery to activate perf metrics and ratchets. | Graydon Hoare | -0/+19 |
| 2013-07-16 | Add dependence arc from running rustc to its libraries. | Felix S. Klock II | -16/+20 |
| 2013-07-14 | auto merge of #7796 : thomaslee/rust/issue-6247, r=z0w0 | bors | -0/+1 |
| 2013-07-14 | Install librustllvm.so to target lib directory | Tom Lee | -0/+1 |
| 2013-07-14 | auto merge of #7778 : tedhorst/rust/manuninstall, r=cmr | bors | -0/+4 |
| 2013-07-13 | remove new man pages on make uninstall | Ted Horst | -0/+4 |
| 2013-07-13 | Add CONTRIBUTING.md and RELEASES.txt to release tarball. Closes #7561. | Birunthan Mohanathas | -0/+2 |
| 2013-07-11 | wire up makefile to run codegen tests and add one to start | Graydon Hoare | -1/+18 |
| 2013-07-11 | auto merge of #7632 : gavinb/rust/7484_manpages, r=cmr | bors | -2/+5 |
| 2013-07-10 | auto merge of #7637 : pnkfelix/rust/fsk-guard-against-stale-libraries-issue32... | bors | -69/+175 |
| 2013-07-09 | Fix #3225: Incorporate feedback from Graydon. | Felix S. Klock II | -11/+11 |
| 2013-07-09 | Fix #3225: Incorporate feedback from Graydon. | Felix S. Klock II | -113/+132 |