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
/
configure
Age
Commit message (
Expand
)
Author
Lines
2011-11-02
configure: abort early on --help
Brian Anderson
-0
/
+6
2011-11-02
configure: support --target-triples and --only-gcc.
Elly Jones
-11
/
+2
2011-11-02
Change the error message when no LLVM is found
Brian Anderson
-2
/
+1
2011-11-02
configure: add --llvm-root
Elly Jones
-7
/
+10
2011-11-02
configure: add support for --prefix=<prefix>
Elly Jones
-1
/
+27
2011-11-02
virtualize rustllvm construction per target triple
Niko Matsakis
-1
/
+7
2011-11-02
virtualize the runtime per target triple.
Niko Matsakis
-2
/
+12
2011-11-02
enable building with different target arch
Niko Matsakis
-2
/
+5
2011-11-02
start going back to an i386 build
Niko Matsakis
-1
/
+1
2011-10-29
Document CFG_ONLY_GCC
Brian Anderson
-0
/
+1
2011-10-29
Prioritize GCC over Clang if CFG_ONLY_GCC is set.
Austin Seipp
-1
/
+1
2011-10-27
Add std docs to the build process
Brian Anderson
-0
/
+1
2011-10-25
Begin documenting std and add doc generation using naturaldocs
Brian Anderson
-1
/
+2
2011-10-23
Make sure $CFG_LLVM_CONFIG is set to $CFG_LLVM_ROOT/bin/llvm-config
Austin Seipp
-0
/
+1
2011-10-15
Add LLVM 3.1svn to supported versions
Brian Anderson
-1
/
+1
2011-10-02
Lots of build system cleanup and documentation
Brian Anderson
-0
/
+5
2011-09-30
Have 'make install' do something close to useful
Brian Anderson
-1
/
+6
2011-09-30
Change the directory for target libs
Brian Anderson
-7
/
+7
2011-09-26
Fix configure script to use valgrind again
Brian Anderson
-1
/
+1
2011-09-23
Update to libuv commit 3ca382.
Erick Tryzelaar
-4
/
+0
2011-09-23
More steps to arch-specific target libs (#474)
Graydon Hoare
-3
/
+43
2011-09-21
Expand our own config.guess-like logic in configure, rather than only asking ...
Graydon Hoare
-1
/
+50
2011-09-21
Add target_triple to session::options. Use host triple by default, accept --t...
Graydon Hoare
-14
/
+13
2011-09-13
Add build-system mechanisms for running benchmarks under 'perf'.
Graydon Hoare
-1
/
+3
2011-08-05
Munge libuv makefiles sufficiently to build out of tree.
Graydon Hoare
-0
/
+5
2011-08-05
build: Don't error out if clang is too old. Instead, build with GCC.
Patrick Walton
-1
/
+6
2011-08-02
Add dedicated pretty-printer tests with new pp-exact directive
Brian Anderson
-1
/
+1
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-2
/
+1
2011-07-23
Add an NSIS script for building a win32 installer. Closes #522.
Graydon Hoare
-1
/
+2
2011-07-22
Update configure script to make the task-perf output directory.
Eric Holk
-1
/
+1
2011-07-20
Add support for building with a static libstd for testing static crate support.
Rafael Ávila de Espíndola
-0
/
+1
2011-07-12
Move stdtest output files up a directory. Issue #428
Brian Anderson
-2
/
+1
2011-07-06
Add a stdtest crate to hold the standard library tests
Brian Anderson
-1
/
+2
2011-06-27
Some work on reviving the mingw-cross build. Not working yet.
Graydon Hoare
-2
/
+3
2011-06-17
Move creation of stageN/lib directories to the configure script
Brian Anderson
-0
/
+1
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-2
/
+2
2011-06-13
Handle missing git in build env.
Graydon Hoare
-1
/
+1
2011-05-27
Enabling valgrind on OSX. It appears to work now.
Eric Holk
-1
/
+1
2011-05-20
Make sure we're using clang >=3.0svn.
Erick Tryzelaar
-0
/
+17
2011-05-20
Use CFG_LLVM_ROOT's llvm-config if it exists.
Erick Tryzelaar
-9
/
+14
2011-05-18
Re-export CFG_LLVM_ROOT to reconfiguring.
Graydon Hoare
-0
/
+1
2011-05-13
Remove rustboot from the repository.
Graydon Hoare
-6
/
+0
2011-05-13
Add support for 'T' transition snapshots, which are identical to S snapshots ...
Graydon Hoare
-0
/
+6
2011-05-09
build: Search for clang++. Tinderboxes don't have it.
Patrick Walton
-1
/
+1
2011-05-08
build: Use clang to compile the runtime if available
Patrick Walton
-1
/
+7
2011-05-08
build: `uname -m` is a lie on 64-bit Darwin. Add a workaround.
Patrick Walton
-0
/
+10
2011-05-05
build: Disable valgrind by default on the Mac. Our suppressions file doesn't ...
Patrick Walton
-0
/
+9
2011-05-05
Make ocamlc and optional dependency.
Ralph Giles
-1
/
+1
2011-05-04
build: Whitespace police in configure. Puts out burning tinderbox.
Patrick Walton
-3
/
+3
2011-05-04
build: Build intrinsics.bc
Patrick Walton
-0
/
+7
[prev]
[next]