]> git.lizzy.rs Git - rust.git/history - configure
In DuplexStream explanation: change 'There' to 'The'.
[rust.git] / configure
2012-08-31 Zack CorrAdd experimental JIT compiler
2012-07-30 Francisco Souzaconfigure: fix compatibility issue with Apple clang 4.0
2012-07-26 Paul StansiferMerge branch 'master' of github.com:paulstansifer/rust
2012-07-25 Graydon HoareMerge pull request #3009 from elliottslaughter/utf8...
2012-07-25 Zack CorrAllow 3.0, 3.1, 3.0svn and 3.1svn for llvm-root
2012-06-26 Brian AndersonMerge pull request #2722 from bstrie/py2
2012-06-26 Ben StriegelFail to configure without an LLVM-friendly Python
2012-06-01 Brian Andersontest: Move tests with rustc deps into run-pass-fulldeps
2012-05-01 Brian AndersonMerge pull request #2322 from bkircher/fix-getopts...
2012-05-01 Graydon HoareUpdate llvm and integrate clang and compiler-rt.
2012-04-19 Brian Andersonbuild: Fix logic around --enable-local-rust
2012-04-16 Brian AndersonMerge pull request #2184 from evanmcc/local_rust
2012-04-11 Evan McClanahanadd the option --enable-local-rust to pull rust from...
2012-04-10 Haitao LiPrint configure script found toolchain version
2012-03-30 Brian Andersonbuild: Add --enable-debug configure option
2012-03-27 Graydon HoareMove config.stamp touch to configure script.
2012-03-27 Graydon HoareBe more careful with CFG_{SRC,BUILD}_DIR ending in...
2012-03-21 Brian Andersontest: Begin running the language ref examples. Mostly...
2012-03-10 Brian Andersonbuild: Switch from naturaldocs to rustdoc
2012-03-08 Brian Andersonconfigure: Cleanup
2012-03-08 Daniel Brooksonly require git if the source looks like it was checke...
2012-03-08 Daniel Brooksit'll fail if you don't have git, so mark that as required
2012-03-02 Brian Andersonbuild: Add --enable-helgrind option
2012-02-29 Graydon HoareUn-silence one too many greps.
2012-02-29 Graydon Hoareconfigure: correct submodule code, only reconfigure...
2012-02-29 Graydon Hoareconfigure: quiet some greps.
2012-02-29 Graydon Hoareconfigure: chmod the right artifact and cp / mv with...
2012-02-28 Graydon HoareOnly modify Makefile and config.mk if they change durin...
2012-02-28 Niko Matsakischange def's that are always local to use node_id,...
2012-02-15 Graydon HoareMerge pull request #1808 from kevina/macro-fixups
2012-02-10 Graydon Hoaresupport a fast-make mode that avoids globbing into...
2012-02-05 Brian AndersonMerge remote-tracking branch 'erickt/master'
2012-02-03 Graydon HoareUpdate libuv.
2012-01-31 Graydon HoareTidy up redundant code in configure relating to valopt...
2012-01-28 Brian AndersonMerge remote-tracking branch 'killerswan/fixing_strings_2'
2012-01-27 Graydon HoareMerge pull request #1669 from graydon/inno-setup
2012-01-26 Jyun-Yan Youlet clang build llvm
2012-01-26 unknownAdd Inno Setup installer script rather than NSIS
2012-01-25 Brian AndersonMerge pull request #1627 from graydon/win32-quoting
2012-01-24 Brian AndersonMerge pull request #1631 from j-clark/patch-2
2012-01-24 Brian AndersonMerge pull request #1637 from grahame/cargo-errors
2012-01-24 Jyun-Yan Youfreebsd clang support
2012-01-21 Brian Andersonbuild: Run tutorial tests
2012-01-19 Graydon HoareTeach configure to search for multiple commands-with...
2012-01-18 Brian Andersonconfigure: Don't use pandoc < 1.8. Closes #1513
2012-01-18 Graydon HoareRefactor the doc building rules a bit, sensitize them...
2012-01-17 Graydon HoareImprove the node-doc-building logic.
2012-01-17 Graydon HoareMerge pull request #1544 from kevina/issue-1393
2012-01-17 Graydon HoareMerge pull request #1554 from rtanglao/master
2012-01-17 Graydon HoareMerge pull request #1548 from grahame/fix-interrupted...
2012-01-17 Graydon HoareMerge pull request #1549 from grahame/build-tutorial
2012-01-17 Grahame Bowlandbuild the tutorial if node.js is available
2012-01-17 Haitao Libuild: Check and set perf --log-fd option
2012-01-15 Brian AndersonRegister snapshots
2012-01-15 Brian AndersonMerge pull request #1521 from grahame/master
2012-01-14 Brian Andersonbuild: Build libraries in the bin directory on win32
2012-01-14 Brian AndersonMerge pull request #1515 from reubenmorais/master
2012-01-14 Reuben MoraisFix clang option in configure script
2012-01-13 Brian AndersonRevert "build: Build libraries in the bin directory...
2012-01-13 Brian AndersonRevert "Register snapshots"
2012-01-13 Brian AndersonMerge remote-tracking branch 'brson/win32'
2012-01-13 Graydon HoareBegin shift over to using pandoc, markdown and llnextge...
2012-01-13 Brian AndersonRegister snapshots
2012-01-12 Brian Andersonbuild: Build libraries in the bin directory on win32
2012-01-11 Brian AndersonRevert "build: Build libraries in the bin directory...
2012-01-11 Brian Andersonbuild: Build libraries in the bin directory on win32
2012-01-09 Brian AndersonMerge pull request #1470 from grahame/grahame
2012-01-09 Reuben MoraisAllow Clang 3.1
2012-01-07 Brian Andersonconfigure: Disable git submodule management when there...
2012-01-06 Graydon HoareStop configure early if git or subconfigures fail.
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-02 User Jyyoufreebsd support
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Stefan PlantikowChanges to configure (Fix for #1291)
2011-12-10 Austin SeippDisable unused features in the LLVM build.
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.
2011-12-04 Brian Andersonconfigure: LLVM 3.0 no longer supported
2011-12-03 Niko Matsakisadd --host-triple
2011-11-30 Niko Matsakisuse 64-bit as host if on 64-bit CPU
2011-11-29 Niko Matsakisupdate io test to use tmp directory, and update configu...
2011-11-29 Niko Matsakismisc fixes
2011-11-29 Niko Matsakisbasic builds function
2011-11-29 Brian Andersonconfigure: Add --disable-manage-submodules switch
2011-11-16 Brian AndersonVarious fixes for x86_64 on linux
2011-11-16 Niko Matsakismore consistent naming convention
2011-11-16 Niko Matsakisreverse sense of check
2011-11-16 Niko Matsakismake CFG_OPTIMIZE_CXX an option
2011-11-16 Niko Matsakisadd default for --debug-llvm option
2011-11-16 Niko Matsakisfinish up the shim approach
2011-11-09 Niko Matsakisfix handling of target-triples: use a comma to separate...
2011-11-05 Brian Andersonconfigure: Handle absolute source paths when configurin...
2011-11-05 Brian Andersonconfigure: Quote the git command
2011-11-05 Brian AndersonCleanup configure script
2011-11-05 Brian Andersonconfigure: Use i686 as the CPU type instead of i386
2011-11-05 Brian AndersonParameterize the LLVM build over the target triples
2011-11-05 Brian AndersonCleanup LLVM build rules after rebase onto x64 changes
2011-11-05 Brian AndersonBegin remove old LLVM configuration code
2011-11-05 Brian AndersonLLVM build cleanup
next