]> git.lizzy.rs Git - rust.git/history - Makefile.in
Properly recognize self as an upvar when closed over
[rust.git] / Makefile.in
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...
2011-10-07 Brian AndersonBring make distcheck up to date
2011-10-05 Brian AndersonDon't run stage0 compiler under valgrind
2011-10-03 Brian AndersonMove compiletest to src/ and cleanup build rules
2011-10-02 Brian AndersonLots of build system cleanup and documentation
2011-10-01 Brian AndersonHave 'make install' do something close to useful
2011-10-01 Brian AndersonRegister new snapshots
2011-10-01 Brian AndersonChange the directory for target libs
2011-09-30 Brian AndersonRefix the fuzzer make rule
2011-09-30 Brian AndersonMake config of static stdlib more consistent with rest...
2011-09-30 Brian AndersonAbstract the build directories further in the makefiles
2011-09-30 Brian AndersonFix some make variables in tests.mk
2011-09-30 Brian AndersonTweak makefiles, change the way the fuzzer is built
2011-09-30 Brian AndersonFix make all build rule
2011-09-30 Brian AndersonFix a variety of things in the makefiles
2011-09-30 Brian AndersonRemove the redundant definition of STAGE in makefiles
2011-09-30 Brian AndersonMake rustc's host triple agree with the build system's
2011-09-30 Brian AndersonReorganize structure of build directory
2011-09-28 Brian AndersonEliminate glue.o. Closes #990
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-13 Graydon HoareAdd build-system mechanisms for running benchmarks...
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-08-29 Marijn HaverbekeRemove makefile CFG_USE_SNAP_LIBS_FOR_STAGE1 hack
2011-08-29 Marijn HaverbekeImplement non-internal ivecs
2011-08-29 Marijn HaverbekeAdd CFG_USE_SNAP_LIBS_FOR_STAGE1 hack to makefiles
2011-08-26 Brian AndersonDon't run the stage0 compiler under valgrind when CFG_V...
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-07-27 Marijn HaverbekeRevert 66c1ca857bf8e
2011-07-27 Marijn HaverbekeThis time, I'm almost sure it'll work
2011-07-23 Graydon HoareAdd an NSIS script for building a win32 installer....
2011-07-22 Brian AndersonChange the CFG_STDLIB_DEFAULT macro into a call that...
2011-07-21 Michael SullivanInstantiate the stage0/lib/stdlib rules from stage0...
2011-07-21 Rafael Ávila de... Cleanup the library path now that we copy from stageN...
2011-07-20 Rafael Ávila de... Add support for building with a static libstd for testi...
2011-07-20 Brian AndersonBuild the fuzzer on Windows
2011-07-18 Graydon HoareEnable fuzzer build *when not on windows*. We'll get...
2011-07-15 Graydon HoareMerge the stage1,2,3.mk files into a common definition...
2011-07-15 Brian AndersonRevert "Add fuzzer as part of 'all' standard build...
2011-07-15 Graydon HoareAdd fuzzer as part of 'all' standard build target so...
2011-07-13 Graydon HoareProhibit trailing whitespace under 'tidy' script. Clean...
2011-07-11 Rafael Ávila de... Move llvm out of stageN/lib so that the host building...
2011-07-08 Brian AndersonComplete the transition of glue.o to the lib directory
2011-07-04 Graydon HoareMerge pull request #605 from wilsonk/target
2011-07-01 Brian AndersonPartially restore the fuzzer crate's build rules
2011-06-30 Graydon HoareCorrect make rules a bit.
2011-06-29 Graydon HoareRe-enable tidy (it was broken) and fix various non...
2011-06-28 Graydon HoareBit more work on mingw cross. Pending on other changes...
2011-06-27 Graydon HoareSome work on reviving the mingw-cross build. Not workin...
next