summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
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
2013-05-07preliminary Linux ARM supportJyun-Yan You-0/+30
2013-05-06minor automatic whitespace fixesDaniel Micay-6/+6
2013-05-06auto merge of #6150 : yichoi/rust/arm-test-pull, r=brsonbors-5/+160
2013-05-05auto merge of #6235 : pnkfelix/rust/issue-3326-play-with-directory-orderonly-...bors-19/+51
2013-05-04Fix another goof: consistently use parent directory of target for rule.Felix S. Klock II-10/+16
2013-05-04Fix syntax: had to use escaped $$ to have an effect after first expansion.Felix S. Klock II-2/+2
2013-05-04compiletest: remove --host and cleanupYoung-il Choi-2/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-15/+14
2013-05-03Make build products depend on their target directories.Felix S. Klock II-19/+45