]> git.lizzy.rs Git - rust.git/history - Makefile.in
Remove comments complaining about https://github.com/graydon/rust/issues/633 since...
[rust.git] / Makefile.in
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...
2011-03-25 Graydon HoareAuto-reconfigure on Makefile.in or configure change.
2011-03-25 Brian AndersonUn-XFAIL task-comm-4, 5 & 6
2011-03-25 Marijn HaverbekeStart making the standard-lib utf-8 aware
2011-03-25 Graydon HoareDon't delete rust.texi on 'make clean'
2011-03-25 Graydon HoareUntabify Makefile entry.
2011-03-25 Graydon HoarePlacate win32 build; no idea how it can be working...
2011-03-25 Lindsey KuperA first stab at the 'nbody' demo, with support for...
2011-03-25 Patrick Waltonbuild: Generate an object file for stage0/libstd.dylib
2011-03-25 Patrick Waltonrustc: XFAIL use.rs too. Should put out burning tinderbox.
2011-03-25 Patrick Waltonrustc: Open "use"d crates; add a _vec.vec_from_buf...
2011-03-24 Patrick Waltonbuild: Add -Wl,-whole-archive to the link flags. Should...
2011-03-24 Patrick Waltonbuild: Use "true" instead of /bin/true, since it's...
2011-03-24 Patrick WaltonGenerate the platform-specific .def files at build...
2011-03-24 Patrick WaltonAdd a Linux .def file. Might put out burning tinderbox.
2011-03-24 Patrick Waltonrustc: Use a .def file for Darwin. Puts out burning...
2011-03-24 Patrick WaltonXFAIL floating point tests in rustc to put out burning...
2011-03-24 Patrick Waltonbuild: Use the .def files when linking on Windows
2011-03-23 Patrick Waltonbuild: On newer MinGWs it seems that flexlink needs...
2011-03-23 Lindsey KuperSupport for 'float' in type signatures.
2011-03-23 Graydon HoareSplit too-long 'tidy' command-line up using xargs,...
2011-03-23 Graydon HoareMore miserable win32 configury fixes. Getting closer.
next