]> git.lizzy.rs Git - rust.git/history - mk/platform.mk
doc: 'if' expressions no longer require parens
[rust.git] / mk / platform.mk
2011-10-09 Brian AndersonRevert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""
2011-10-09 Brian AndersonRevert "Stop using (DY)LD_LIBRARY_PATH on Unix"
2011-10-06 Brian AndersonStop using (DY)LD_LIBRARY_PATH on Unix
2011-10-06 Brian AndersonMake rpath work on mac
2011-10-05 Patrick Waltonrt: Make C stack switching Valgrind-clean by warning...
2011-10-05 Brian AndersonRun tests with LD_LIBRARY_PATH set to the target libs...
2011-09-30 Brian AndersonAbstract the build directories further in the makefiles
2011-09-30 Brian AndersonFix CFG_RUN_TARG on windows
2011-09-30 Brian AndersonReorganize structure of build directory
2011-09-23 Erick TryzelaarUpdate to libuv commit 3ca382.
2011-09-22 Graydon HoareRemove -i for real.
2011-09-21 Graydon HoareOne little 'n', so much harm!
2011-09-21 Graydon HoareExpand our own config.guess-like logic in configure...
2011-09-19 Graydon HoareSimplify perf target flags. Apparently the event names...
2011-09-13 Graydon HoareAdd a compile-stage2-under-perf step to "make perf...
2011-09-13 Graydon HoareAdd build-system mechanisms for running benchmarks...
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Brian AndersonChange the exit status used for valgrind errors and...
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-07 Brian AndersonBegin compiling with exceptions enabled
2011-08-24 Patrick Waltonmk: Introduce CFG_DISABLE_OPTIMIZE_CXX
2011-08-05 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-05 Brian AndersonIntroduce CC and CXX variables to the makefiles
2011-08-05 Brian AndersonMore win32 libuv build tweaks
2011-08-05 Patrick Waltonbuild: Don't error out if clang is too old. Instead...
2011-07-24 Brian AndersonThe Big Test Suite Overhaul
2011-07-21 Rafael Ávila de... Cleanup the library path now that we copy from stageN...
2011-07-20 Rafael Ávila de... Reduce the library path now that we are copying the...
2011-07-11 Rafael Ávila de... Move llvm out of stageN/lib so that the host building...
2011-07-07 Brian AndersonRemove the llvm lib directory from LD_LIBRARY_PATH...
2011-07-07 Erick Tryzelaarput librustrt and librustllvm in stageN dirs. Issue...
2011-06-28 Graydon HoareBit more work on mingw cross. Pending on other changes...
2011-06-28 Graydon HoareMore work on mingw cross build.
2011-06-27 Patrick Waltonbuild: Remove --vex-iropt-level=0
2011-06-27 Graydon HoareSome work on reviving the mingw-cross build. Not workin...
2011-06-24 Eric HolkWrote swap_context in assembly. Closes #548. This also...
2011-06-21 Eric HolkSetting rt optimization on OS X to -O0 when using clang...
2011-06-20 Rafael Ávila de... Finish the transition to having the std library in...
2011-06-17 Rafael Ávila de... Fix library path when running tests.
2011-06-17 Rafael Ávila de... Put std in stageN/lib. This avoids windows trying to...
2011-06-16 Brian AndersonStageN tests run against stageN libraries
2011-05-14 Graydon HoareRemove rustboot from the repository.
2011-05-09 Patrick Waltonbuild: Use clang to compile the runtime if available
2011-05-04 Graydon HoareFix bug in CFG_TESTLIB that only manifests on stage1...
2011-05-01 Graydon HoareStart splitting up Makefile.in