index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
platform.mk
Age
Commit message (
Expand
)
Author
Lines
2011-12-18
rustc: Don't emit compact unwind info on mac
Brian Anderson
-1
/
+1
2011-12-12
rustc: build versioned library with hash in its name
Haitao Li
-0
/
+4
2011-12-10
build: Use llvm-mc as our assembler
Brian Anderson
-0
/
+15
2011-12-06
Make valgrind usage more consistent and less error prone.
Austin Seipp
-2
/
+2
2011-11-29
work on perf
Niko Matsakis
-0
/
+1
2011-11-29
tweak to get windows test-running correct
Niko Matsakis
-3
/
+3
2011-11-29
basic builds function
Niko Matsakis
-1
/
+1
2011-11-05
Build LLVM with -fno-omit-frame-pointer on Linux
Brian Anderson
-0
/
+2
2011-11-05
Cleanup LLVM build rules after rebase onto x64 changes
Brian Anderson
-1
/
+1
2011-11-05
LLVM build cleanup
Brian Anderson
-1
/
+0
2011-11-03
Make the formatting of the host build message consistent
Brian Anderson
-1
/
+1
2011-11-02
virtualize the runtime per target triple.
Niko Matsakis
-22
/
+57
2011-11-02
start going back to an i386 build
Niko Matsakis
-5
/
+5
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-5
/
+5
2011-10-23
Add commentary about -znoexecstack
Brian Anderson
-0
/
+2
2011-10-23
Make sure librustrt.so is linked with a non-executable stack.
Austin Seipp
-1
/
+1
2011-10-09
Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""
Brian Anderson
-4
/
+3
2011-10-09
Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"
Brian Anderson
-3
/
+4
2011-10-06
Stop using (DY)LD_LIBRARY_PATH on Unix
Brian Anderson
-4
/
+3
2011-10-06
Make rpath work on mac
Brian Anderson
-3
/
+7
2011-10-05
rt: Make C stack switching Valgrind-clean by warning Valgrind when we're abou...
Patrick Walton
-0
/
+4
2011-10-05
Run tests with LD_LIBRARY_PATH set to the target libs, not the host libs
Brian Anderson
-1
/
+1
2011-09-30
Abstract the build directories further in the makefiles
Brian Anderson
-2
/
+2
2011-09-29
Fix CFG_RUN_TARG on windows
Brian Anderson
-1
/
+1
2011-09-29
Reorganize structure of build directory
Brian Anderson
-1
/
+1
2011-09-23
Update to libuv commit 3ca382.
Erick Tryzelaar
-1
/
+1
2011-09-22
Remove -i for real.
Graydon Hoare
-1
/
+1
2011-09-21
One little 'n', so much harm!
Graydon Hoare
-1
/
+1
2011-09-21
Expand our own config.guess-like logic in configure, rather than only asking ...
Graydon Hoare
-4
/
+4
2011-09-19
Simplify perf target flags. Apparently the event names aren't stable/portable.
Graydon Hoare
-20
/
+1
2011-09-13
Add a compile-stage2-under-perf step to "make perf" target.
Graydon Hoare
-1
/
+1
2011-09-13
Add build-system mechanisms for running benchmarks under 'perf'.
Graydon Hoare
-0
/
+29
2011-09-11
Change the exit status used for valgrind errors and check for it in tests
Brian Anderson
-1
/
+1
2011-09-07
Begin compiling with exceptions enabled
Brian Anderson
-2
/
+2
2011-08-24
mk: Introduce CFG_DISABLE_OPTIMIZE_CXX
Patrick Walton
-6
/
+13
2011-08-05
Introduce CC and CXX variables to the makefiles
Brian Anderson
-6
/
+10
2011-08-05
More win32 libuv build tweaks
Brian Anderson
-0
/
+2
2011-08-05
build: Don't error out if clang is too old. Instead, build with GCC.
Patrick Walton
-4
/
+3
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-14
/
+18
2011-07-21
Cleanup the library path now that we copy from stageN/lib to stageN+1/
Rafael Ávila de Espíndola
-2
/
+2
2011-07-20
Reduce the library path now that we are copying the libraries.
Rafael Ávila de Espíndola
-2
/
+1
2011-07-11
Move llvm out of stageN/lib so that the host building stage 1+ can
Rafael Ávila de Espíndola
-2
/
+3
2011-07-07
Remove the llvm lib directory from LD_LIBRARY_PATH on unixy systems
Brian Anderson
-3
/
+2
2011-07-07
put librustrt and librustllvm in stageN dirs. Issue #438
Erick Tryzelaar
-4
/
+2
2011-06-28
Bit more work on mingw cross. Pending on other changes now (test combination,...
Graydon Hoare
-26
/
+24
2011-06-28
More work on mingw cross build.
Graydon Hoare
-2
/
+2
2011-06-27
build: Remove --vex-iropt-level=0
Patrick Walton
-2
/
+1
2011-06-27
Some work on reviving the mingw-cross build. Not working yet.
Graydon Hoare
-2
/
+8
2011-06-23
Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...
Eric Holk
-2
/
+2
2011-06-21
Setting rt optimization on OS X to -O0 when using clang, like we already do w...
Eric Holk
-1
/
+1
[next]