]> git.lizzy.rs Git - rust.git/history - Makefile.in
build: Add --enable-debug configure option
[rust.git] / Makefile.in
2012-03-30 Brian Andersonbuild: Add --enable-debug configure option
2012-03-29 Brian Andersonbuild: Introduce rustsyntax crate
2012-03-27 Graydon HoareMove config.stamp touch to configure script.
2012-03-27 Graydon HoareOnly mention non-host triples if they exist.
2012-03-27 Graydon HoareBe more careful with CFG_{SRC,BUILD}_DIR ending in...
2012-03-27 Graydon HoareReconfigure less often, and tidy up MKFILE_DEPS.
2012-03-23 Marijn HaverbekeRemove last vestiges of old-style intrinsics
2012-03-23 Marijn HaverbekeRevert removal of intrinsics
2012-03-23 Marijn HaverbekeRemove support for the old-style intrinsics
2012-03-22 Brian AndersonBump version numbers to 0.2
2012-03-21 Josh MatthewsMerge remote-tracking branch 'mozilla/master'
2012-03-21 Josh MatthewsAvoid mangling names differently in debug builds to...
2012-03-15 Niko Matsakiskill old serialization code
2012-03-07 Niko Matsakisadd option to build enforcing mutability
2012-03-03 Graydon HoareMove src/comp to src/rustc
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-11 Niko Matsakisuse absolute names when pretty-printing types
2012-02-11 Niko Matsakisput serializer into the build and encode full item...
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 Youchange the order of llvm include path
2012-01-26 unknownAdd Inno Setup installer script rather than NSIS
2012-01-21 Graydon HoareMerge pull request #1585 from mbrubeck/master
2012-01-21 Graydon HoareMerge pull request #1583 from killerswan/ubuntu_ppa
2012-01-20 Graydon HoareBump release number to 0.2pre to avoid clobbering 0...
2012-01-20 Kevin CantuAdd support for DESTDIR to "make install"
2012-01-20 Graydon HoareSet release string to 0.1.
2012-01-18 Graydon HoareRefactor the doc building rules a bit, sensitize them...
2012-01-18 Graydon HoareRename some readmes and fix some dist 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-16 Graydon HoareMerge pull request #1540 from lht/exclude-stage3-by...
2012-01-16 Haitao Libuild: Stop building stage3 on normal test cycles
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-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-10 Graydon HoareFix 'make distcheck', close #1445.
2011-12-21 Graydon HoareMerge pull request #1363 from elly/cargo
2011-12-21 Graydon HoareAdd rustdoc to build.
2011-12-20 Graydon HoareMerge pull request #1349 from lht/driver
2011-12-20 Haitao LiSeparate driver rustc and librustc
2011-12-17 Brian AndersonMerge pull request #1320 from elly/cargo
2011-12-17 Graydon HoareMerge pull request #1319 from elly/cargo
2011-12-17 Graydon HoareUpdate build machinery to build and install librustc...
2011-12-15 Niko Matsakisnew targets, "rustc", "rustc-stage[123]", etc
2011-12-14 Niko Matsakisfirst attempt, not happy with it
2011-12-14 Brian Andersonbuild: Call llvm-config with the .exe extension on...
2011-12-14 Brian Andersonbuild: Fix definition of LLC/LLVM_AS
2011-12-13 Brian Andersonbuild: Set 'all' as the default goal. Closes #1290
2011-12-13 Haitao Lirustc: build versioned library with hash in its name
2011-12-13 Haitao LiUsing filename when finding libraries for linking
2011-12-11 Brian Andersonbuild: Use llvm-mc as our assembler
2011-12-07 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-07 Niko Matsakishelpful targets
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 AndersonUpgrade LLVM to svn revision 145779
2011-12-03 Niko Matsakisadopt -H-all convention
2011-12-03 Niko Matsakismake convenient rustc targets
2011-12-01 Graydon HoareBuild infra and minor build-enabling bugfixes for cargo.
2011-11-30 Graydon HoareFix terminology typo.
2011-11-29 Niko Matsakisimprove install, fix MKFILE_DEPS so it works
2011-11-29 Niko Matsakisfix makefiles, add option to ignore changes in makefiles
2011-11-29 Niko Matsakismakefiles now seem to be working, rustc is not
2011-11-29 Niko Matsakisbasic builds function
2011-11-29 Brian Andersonconfigure: Add --disable-manage-submodules switch
2011-11-29 Brian Andersonrt: Build __morestack as a static library and copy...
2011-11-26 Brian Andersonbuild: Fix the rules for reconfiguring on git submodule...
2011-11-17 Stefan PlantikowRemoved --no-typestate flag from rutsc
2011-11-10 Niko Matsakisremove rustc target: it breaks mingw32 and I don't...
2011-11-10 Niko Matsakisadd rustc to set of targets to build
2011-11-09 Erick TryzelaarRe-add libuv as a submodule.
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 AndersonLLVM build cleanup
2011-11-05 Brian AndersonReconfigure when the git submodule status changes
2011-11-05 Brian AndersonAdd mk/llvm.mk
2011-11-03 Brian AndersonFix typo in Makefile.in comments
2011-11-02 Niko Matsakisget the dependencies right so that all target archs...
2011-11-02 Niko Matsakisenable building with different target arch
2011-11-02 Niko Matsakisstart going back to an i386 build
2011-10-31 Brian AndersonRemove temporary build rules
2011-10-31 Brian AndersonAdd some transitional build rules for moving libstd...
2011-10-31 Haitao LiRename libstd.so to libruststd.so
2011-10-27 Brian AndersonFix typo in Makefile.in
2011-10-27 Brian AndersonAdd std docs to the build process
2011-10-20 Marijn HaverbekeRemove the last vestiges of main.ll
2011-10-12 Niko Matsakisnew targets, TAGS.emacs and TAGS.vi. they must be manua...
next