]> git.lizzy.rs Git - rust.git/history - configure
Mark vec::len as pure
[rust.git] / configure
2011-09-23 Erick TryzelaarUpdate to libuv commit 3ca382.
2011-09-23 Graydon HoareMore steps to arch-specific target libs (#474)
2011-09-21 Graydon HoareExpand our own config.guess-like logic in configure...
2011-09-21 Graydon HoareAdd target_triple to session::options. Use host triple...
2011-09-13 Graydon HoareAdd build-system mechanisms for running benchmarks...
2011-08-05 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-05 Graydon HoareMunge libuv makefiles sufficiently to build out of...
2011-08-05 Patrick Waltonbuild: Don't error out if clang is too old. Instead...
2011-08-02 Brian AndersonAdd dedicated pretty-printer tests with new pp-exact...
2011-07-24 Brian AndersonThe Big Test Suite Overhaul
2011-07-23 Graydon HoareAdd an NSIS script for building a win32 installer....
2011-07-23 Eric HolkUpdate configure script to make the task-perf output...
2011-07-20 Rafael Ávila de... Add support for building with a static libstd for testi...
2011-07-12 Brian AndersonMove stdtest output files up a directory. Issue #428
2011-07-06 Brian AndersonAdd a stdtest crate to hold the standard library tests
2011-06-27 Graydon HoareSome work on reviving the mingw-cross build. Not workin...
2011-06-18 Brian AndersonMove creation of stageN/lib directories to the configur...
2011-06-14 Eric HolkThis is the mega-ucontext commit. It replaces the task...
2011-06-13 Graydon HoareHandle missing git in build env.
2011-05-27 Eric HolkEnabling valgrind on OSX. It appears to work now.
2011-05-20 Erick TryzelaarMake sure we're using clang >=3.0svn.
2011-05-20 Erick TryzelaarUse CFG_LLVM_ROOT's llvm-config if it exists.
2011-05-18 Graydon HoareRe-export CFG_LLVM_ROOT to reconfiguring.
2011-05-14 Graydon HoareRemove rustboot from the repository.
2011-05-14 Graydon HoareAdd support for 'T' transition snapshots, which are...
2011-05-09 Patrick Waltonbuild: Search for clang++. Tinderboxes don't have it.
2011-05-09 Patrick Waltonbuild: Use clang to compile the runtime if available
2011-05-09 Patrick Waltonbuild: `uname -m` is a lie on 64-bit Darwin. Add a...
2011-05-06 Patrick Waltonbuild: Disable valgrind by default on the Mac. Our...
2011-05-05 Ralph GilesMake ocamlc and optional dependency.
2011-05-05 Patrick Waltonbuild: Whitespace police in configure. Puts out burning...
2011-05-05 Patrick Waltonbuild: Build intrinsics.bc
2011-05-03 Graydon HoareAttempt to shift build to stage0-from-snapshots.
2011-04-30 Graydon HoareShift stages around; stage0/rustc depends on stage0...
2011-04-08 Graydon HoareAdd support for --disable-optimize
2011-03-30 Graydon HoareAdd support for --enable-foo and --disable-foo flags...
2011-03-25 Graydon HoareAuto-reconfigure on Makefile.in or configure change.
2011-03-23 Graydon HoareMore bandaids for win32.
2011-03-23 Patrick Waltonbuild: Fix minor typo in "cp" output
2011-03-23 Graydon HoareMore miserable win32 configury fixes. Getting closer.
2011-03-23 Graydon HoareSilly typo.
2011-03-23 Graydon HoareGuard texi2pdf on tex probe as well. OSX package system...
2011-03-23 Graydon HoareSomeday I'll have a talk with the person who thought...
2011-03-22 Graydon HoareRepair some fallout from pcwalton's last few build...
2011-03-22 Patrick WaltonSupport CFG_LLVM_ROOT since CMake-built LLVM has no...
2011-03-21 Graydon HoareInclude benchmark dirs in test build dirs.
2011-03-21 Graydon HoareFix typo.
2011-03-20 Graydon HoareBegin porting rules for testsuite execution.
2011-03-20 Graydon HoareMinor clarification.
2011-03-20 Graydon HoareTruncate long lines in configure output.
2011-03-20 Graydon HoareSeparate scan for commands used during configure.
2011-03-20 Graydon HoareProbe for python, git, makeinfo and texi2pdf, but not...
2011-03-20 Graydon HoareProbe for llvm libdir as well.
2011-03-18 Graydon HoareMake the llvmext dir in builddir from configure.
2011-03-18 Lindsey KuperMerge branch 'master' of git://github.com/graydon/rust
2011-03-18 Graydon HoareYet more painstaking configure/make logic.
2011-03-17 Graydon HoareMove Makefile.in and configure to top level, BOOT_...