about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2013-07-09auto merge of #7641 : lucab/rust/lucab/po4a, r=catamorphismbors-0/+5
2013-07-07Add rusti/rustpkg to check-liteAlex Crichton-1/+2
2013-07-07Use po4a to provide translatable documentationLuca Bruno-0/+5
2013-07-07Fix #3225: Check for old Rust libraries when building and installing.Felix S. Klock II-57/+144
2013-07-07Add new manpages to install scriptGavin Baker-2/+5
2013-07-06auto merge of #7520 : alexcrichton/rust/update-compiletest, r=pcwaltonbors-1/+1
2013-07-06Update tests.mkGraydon Hoare-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-1/+1
2013-07-03Add x64 windows to platform.mk and mingw64 header fixes.Luqman Aden-2/+27
2013-06-30mk: clean-llvm for cross-compileYoung-il Choi-1/+1
2013-06-29auto merge of #7442 : graydon/rust/clean-llvm-trigger, r=brsonbors-1/+1
2013-06-28auto merge of #7437 : brson/rust/winver, r=brsonbors-2/+3
2013-06-28add a tutorial on containers and iteratorsDaniel Micay-0/+10
2013-06-27mk: Include all bins in the windows installBrian Anderson-2/+3
2013-06-27mk: add mechanisms for triggering clean-llvm builds from commitsGraydon Hoare-1/+1
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-2/+11
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-7/+7
2013-06-20auto merge of #7128 : yichoi/rust/fix_sometc, r=brsonbors-3/+1
2013-06-18Turn off jemallocBrian Anderson-2/+2
2013-06-17mk: tests.mk simplify the method to clean arm testing directoryYoung-il Choi-3/+1
2013-06-15Remove the fuzzerBrian Anderson-47/+0
2013-06-13mk: arm support - disable tls of jemalloc on rt.mkYoung-il Choi-0/+12
2013-06-10Pass the correct build flags to jemallocJames Miller-1/+7
2013-06-07pass correct flags to jemalloc for cross-compilingDaniel Micay-1/+2
2013-06-06auto merge of #6895 : cmr/rust/jemalloc, r=brsonbors-11/+16
2013-06-06mk: Fix _RUST_STAGEX variables under cross compile. Fix incomingBrian Anderson-0/+9
2013-06-05mk: Bulid rustrt with -pthread instead of -lpthreadBrian Anderson-6/+6
2013-06-01Windows fixesCorey Richardson-1/+1
2013-06-01integrate jemalloc into the buildDaniel Micay-5/+10
2013-06-01mk: test.mk modify to better supportYoung-il Choi-0/+10
2013-05-30auto merge of #6689 : graydon/rust/issue-5661-doc-test-targets, r=graydonbors-1/+1
2013-05-30fix the check-stageN-doc-$doc targets, close #5661Graydon Hoare-1/+1
2013-05-30Attempt to get reuse of common code from multiple clones in different directo...Felix S. Klock II-0/+5
2013-05-29auto merge of #6813 : pnkfelix/rust/fsk-issue-6805-ccache-support, r=catamorp...bors-0/+29
2013-05-29Fix #6805: add --enable-ccache configure option to prefix compiler invocation...Felix S. Klock II-0/+29
2013-05-29auto merge of #6733 : alexcrichton/rust/issue-2400, r=brsonbors-0/+7
2013-05-28Define rustc's host triple at compile timeAlex Crichton-0/+7
2013-05-29Refactor optimization pass handling.James Miller-1/+1
2013-05-28Fix 'make check-stage1-std' by correcting dependenciesAlex Crichton-1/+1
2013-05-24auto merge of #6728 : alexcrichton/rust/update-linenoise, r=Aatchbors-1/+1
2013-05-24Set the USE_UTF8 flag for linenoise to handle utf8-inputAlex Crichton-1/+1
2013-05-24Define _RUST_STAGEN when building rustrt.Tom Lee-49/+55
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-68/+68
2013-05-17auto merge of #6249 : crabtw/rust/arm, r=brsonbors-0/+30
2013-05-14Get unit tests for rusti workingAlex Crichton-11/+11
2013-05-13Update make dependencies of librustAlex Crichton-0/+3
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-2/+2
2013-05-07auto merge of #6295 : yichoi/rust/pull-mingw32, r=brsonbors-2/+4
2013-05-07mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235Young-il Choi-0/+4
2013-05-07mk: rt.mk regression patch for mingw32 after #6176Young-il Choi-2/+0