about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2011-11-16rt: More work on morestackPatrick Walton-1/+2
2011-11-16fix prereqsNiko Matsakis-18/+18
2011-11-16fix prereqsNiko Matsakis-5/+2
2011-11-16correct (I think) prereqsNiko Matsakis-1/+1
2011-11-16correct pre-reqsNiko Matsakis-1/+1
2011-11-16make check-stage2-perf target work again, along with rustc, stdNiko Matsakis-14/+19
2011-11-16make it so that tests can be run on different target archNiko Matsakis-67/+75
2011-11-14Revert "rt: More work on morestack"Patrick Walton-2/+1
2011-11-14rt: More work on morestackPatrick Walton-1/+2
2011-11-13build: Fix 'make perf'. Closes #1151Brian Anderson-1/+1
2011-11-11rt: Remove rust_chanBrian Anderson-2/+0
2011-11-10rt: Remove rust_aio.cpp. Bitrotted.Brian Anderson-1/+0
2011-11-10Improve make clean rules for libuvBrian Anderson-3/+1
2011-11-08correct stack alignmentNiko Matsakis-1/+2
2011-11-08make clean delete all .o files from rt directoryNiko Matsakis-0/+1
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-1792/+4323
2011-11-07Rename rust_uv.cpp to rust_aio.cppBrian Anderson-1/+1
2011-11-07Upgrade libuv to f1859eb841be2fe48512bc10e64556383f408b01Brian Anderson-10/+36
2011-11-05Build LLVM with -fno-omit-frame-pointer on LinuxBrian Anderson-1/+3
2011-11-05Add clean-all rule which also cleans LLVMBrian Anderson-1/+23
2011-11-05Use $(MAKE) for recursive makeBrian Anderson-1/+1
2011-11-05Parameterize the LLVM build over the target triplesBrian Anderson-13/+25
2011-11-05Cleanup LLVM build rules after rebase onto x64 changesBrian Anderson-4/+4
2011-11-05LLVM build cleanupBrian Anderson-10/+12
2011-11-05Use LLVM directly from the build directoryBrian Anderson-1/+1
2011-11-05Tie the LLVM build into oursBrian Anderson-2/+6
2011-11-05Add mk/llvm.mkBrian Anderson-0/+0
2011-11-05docs: work around texi2dvi bug. (#1134)Elly Jones-2/+5
2011-11-04install.mk: make man1 directoryElly Jones-0/+1
2011-11-03Remove an old, temporary build ruleBrian Anderson-7/+0
2011-11-03Make the formatting of the host build message consistentBrian Anderson-1/+1
2011-11-02Escape $ when building linux def filesBrian Anderson-1/+2
2011-11-02rerun the gyp-uv toolNiko Matsakis-28/+80
2011-11-02pass proper options to libuv makeNiko Matsakis-1/+6
2011-11-02virtualize rustllvm construction per target tripleNiko Matsakis-18/+25
2011-11-02virtualize the runtime per target triple.Niko Matsakis-99/+162
2011-11-02Fix build on windowsNiko Matsakis-3/+3
2011-11-02fix failed mergeNiko Matsakis-4/+0
2011-11-02get the dependencies right so that all target archs are builtNiko Matsakis-3/+3
2011-11-02enable building with different target archNiko Matsakis-29/+10
2011-11-02enable intrinsics for multiple archNiko Matsakis-4/+16
2011-11-02arch is ia32 in libuv, annoyingly. this should be changed.Niko Matsakis-4/+4
2011-11-02start going back to an i386 buildNiko Matsakis-17/+22
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-18/+2288
2011-10-31Remove temporary build rulesBrian Anderson-19/+0
2011-10-31Add some transitional build rules for moving libstd.so to libruststd.soBrian Anderson-0/+26
2011-10-31Stub a __morestack implementation and stack segment allocation. Untested.Patrick Walton-1/+7
2011-10-31Split 'make tidy' into multiple commandsBrian Anderson-0/+3
2011-10-27Add a make docs targetBrian Anderson-0/+2
2011-10-26Use web-style paragraphs in std docsBrian Anderson-2/+6