]> git.lizzy.rs Git - rust.git/history - Makefile.in
Fuzzer: first steps of making steal_exprs more generic
[rust.git] / Makefile.in
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...
2011-06-25 Graydon HoareFixes to speed and clean up makefiles.
2011-06-20 Rafael Ávila de... Finish the transition to having the std library in...
2011-06-19 Brian AndersonAdd TIME_LLVM_PASSES flag to the Makefile
2011-06-18 Brian AndersonRegister new snapshots. Update location of stage0's...
2011-06-17 Rafael Ávila de... Break long lines.
2011-06-17 Rafael Ávila de... Put std in stageN/lib. This avoids windows trying to...
2011-06-17 Rafael Ávila de... Automatically add a -L to the directory the binary...
2011-06-16 Rafael Ávila de... Switch to using the rustc driver in the bootstrap process.
2011-06-13 Graydon HoareHandle missing git in build env.
2011-06-10 Patrick WaltonMerge pull request #447 from paulstansifer/quick_error_...
2011-06-08 Rafael Ávila de... Use main.o directly now that stage0 is ok with it.
2011-06-08 Josh MatthewsMerge remote branch 'graydon/master'
2011-06-07 Rafael Ávila de... Don't put a copy of main (the C one) in each binary...
2011-06-01 Graydon HoareAdd a 'make reformat' rule.
2011-05-19 Tim ChevalierTell Makefile to look an extra level deep for dependencies
2011-05-18 Rafael Ávila de... One exit_task_glue to rule them all.
2011-05-18 Graydon HoareRe-export CFG_LLVM_ROOT to reconfiguring.
2011-05-16 Graydon HoareBe a bit noisier about being in a transition.
2011-05-14 Brian AndersonRemove CFG_OCAMLC_OPT
2011-05-14 Brian AndersonAdd a flag to run the compiler under valgrind
2011-05-14 Graydon HoareAdd support for 'T' transition snapshots, which are...
2011-05-11 Brian AndersonAdd targets for building rustc as a library
2011-05-11 Brian AndersonIntroduce the fuzzer crate and make rules
2011-05-11 Patrick Waltonbuild: Add a DEBUG flag that turns on -g
2011-05-06 Graydon HoareUse #env to bake a git revision string into rustc's...
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: Build intrinsics.bc
2011-05-03 Graydon HoareRemove everything to do with rustboot from makefiles.
2011-05-03 Graydon HoareMore hacking on the snapshot system.
2011-05-03 Graydon HoareAdd stage1, stage2 to Makefile.in default target, so...
2011-05-01 Graydon HoareStart splitting up Makefile.in
2011-04-30 Graydon HoareShift stages around; stage0/rustc depends on stage0...
2011-04-29 Patrick Waltonrustc: Temporarily add a switch and a corresponding...
2011-04-29 Patrick Waltonbuild: Add a TIME_PASSES=1 variable
2011-04-29 Patrick Waltonrustc: Remove the wrong-compiler warning; we're self...
2011-04-26 Graydon HoareMerge branch 'master' of ssh://github.com/graydon/rust
2011-04-26 Marijn HaverbekeChange rustc to use GetOpts rather than ad-hoc command...
2011-04-25 Patrick Waltonrustc: Add a SAVE_TEMPS option to the Makefile for...
2011-04-24 Graydon HoareFix LD_LIBRARY_PATH on STAGE0, STAGE1 defs; define...
2011-04-24 Graydon HoareExpansion of rules to cover stage1, stage2 in more...
2011-04-22 Rafael Ávila de... Use -c in the Makefiles.
2011-04-21 Graydon HoareFix link commands for stage1 and stage2.
2011-04-20 Graydon HoareFix stage1 Makefile rules.
2011-04-19 Graydon HoareRemove effect system from src.
2011-04-18 Rafael Ávila de... Revert 9ab42038bb13d3c8b01faa9c88e660e4e590fb00 while...
2011-04-18 Rafael Ávila de... Change the makefiles to use -c.
2011-04-15 Rafael Ávila de... Produce PIC code and use -S in the Makefile.
2011-04-13 Rafael Ávila de... Remove code that is already in llvm for some time.
2011-04-13 Rafael Ávila de... Update Makefile.in, not Makefile :-(
2011-04-11 Rafael Ávila de... Try to fix the windows build.
2011-04-11 Rafael Ávila de... Make sure RustWrapper.cpp is linked in.
2011-04-09 Graydon HoareActually disable optimize in --disable-optimize case...
2011-04-08 Graydon HoareAdd support for --disable-optimize
2011-04-08 Rafael Ávila de... Link with -lm now that it is not included with --whole...
2011-04-08 Rafael Ávila de... Gold is more strict about --whole-archive and will...
2011-04-08 Patrick Waltonbuild: Use -O0 on Darwin. Seems that Darwin's GCC optim...
2011-04-07 Marijn Haverbekeadd -O2 when compiling rt, fix warnings triggered by...
2011-04-07 Rafael Ávila de... Add a -O option and change the Makefile to use it.
2011-03-31 Graydon HoareFix error where make check would not produce compilers...
2011-03-31 Graydon HoareImprove 'clean' make target.
2011-03-30 Graydon HoareUm, that'd be, align the word *before* retpc. Addresses...
2011-03-30 Graydon HoareAdd support for --enable-foo and --disable-foo flags...
2011-03-30 Graydon HoareBeef up the SREQ variables in Makefile.in, make tests...
2011-03-29 Graydon HoareApparently I learned to type yesterday.
2011-03-29 Graydon HoareAdd -lstd to the stage0, 1, 2 test executable link...
2011-03-29 Graydon HoareXFAIL nbody on darwin, quiet tinderbox for now.
2011-03-27 Graydon HoareFix Makefile.in grep for use on weaker greps (win32...
2011-03-25 Graydon HoareSwitch xfail system to use comments embedded in source...
2011-03-25 Tim ChevalierParse FP literals without coercing to int. This allows...
2011-03-25 Brian AndersonImplement local declarations with receive. Un-XFAIL...
2011-03-25 Brian AndersonAdd test for local declarations with receive. XFAIL...
next