| Age | Commit message (Expand) | Author | Lines |
| 2011-06-01 | Add a 'make reformat' rule. | Graydon Hoare | -0/+1 |
| 2011-05-19 | Tell Makefile to look an extra level deep for dependencies | Tim Chevalier | -1/+1 |
| 2011-05-18 | One exit_task_glue to rule them all. | Rafael Ávila de Espíndola | -0/+1 |
| 2011-05-18 | Re-export CFG_LLVM_ROOT to reconfiguring. | Graydon Hoare | -0/+1 |
| 2011-05-16 | Be a bit noisier about being in a transition. | Graydon Hoare | -0/+2 |
| 2011-05-14 | Remove CFG_OCAMLC_OPT | Brian Anderson | -7/+0 |
| 2011-05-14 | Add a flag to run the compiler under valgrind | Brian Anderson | -2/+11 |
| 2011-05-13 | Add support for 'T' transition snapshots, which are identical to S snapshots ... | Graydon Hoare | -1/+22 |
| 2011-05-10 | Add targets for building rustc as a library | Brian Anderson | -0/+1 |
| 2011-05-10 | Introduce the fuzzer crate and make rules | Brian Anderson | -0/+1 |
| 2011-05-10 | build: Add a DEBUG flag that turns on -g | Patrick Walton | -0/+3 |
| 2011-05-06 | Use #env to bake a git revision string into rustc's --version output. | Graydon Hoare | -0/+9 |
| 2011-05-05 | build: Disable valgrind by default on the Mac. Our suppressions file doesn't ... | Patrick Walton | -0/+4 |
| 2011-05-05 | Make ocamlc and optional dependency. | Ralph Giles | -1/+1 |
| 2011-05-04 | build: Build intrinsics.bc | Patrick Walton | -0/+11 |
| 2011-05-03 | Remove everything to do with rustboot from makefiles. | Graydon Hoare | -10/+6 |
| 2011-05-02 | More hacking on the snapshot system. | Graydon Hoare | -1/+8 |
| 2011-05-02 | Add stage1, stage2 to Makefile.in default target, so tinderboxes notice break... | Graydon Hoare | -5/+5 |
| 2011-05-01 | Start splitting up Makefile.in | Graydon Hoare | -1033/+18 |
| 2011-04-30 | Shift stages around; stage0/rustc depends on stage0/libstd.so. | Graydon Hoare | -48/+67 |
| 2011-04-29 | rustc: Temporarily add a switch and a corresponding makefile variable to disa... | Patrick Walton | -0/+3 |
| 2011-04-29 | build: Add a TIME_PASSES=1 variable | Patrick Walton | -0/+3 |
| 2011-04-29 | rustc: Remove the wrong-compiler warning; we're self-hosting now. | Patrick Walton | -2/+2 |
| 2011-04-26 | Change rustc to use GetOpts rather than ad-hoc command-line parsing | Marijn Haverbeke | -9/+9 |
| 2011-04-25 | rustc: Add a SAVE_TEMPS option to the Makefile for use when debugging stage1 ... | Patrick Walton | -0/+4 |
| 2011-04-24 | Fix LD_LIBRARY_PATH on STAGE0, STAGE1 defs; define STAGE2. | Graydon Hoare | -5/+7 |
| 2011-04-24 | Expansion of rules to cover stage1, stage2 in more cases. Fix typo in makefile. | Graydon Hoare | -5/+88 |
| 2011-04-22 | Use -c in the Makefiles. | Rafael Ávila de Espíndola | -34/+28 |
| 2011-04-21 | Fix link commands for stage1 and stage2. | Graydon Hoare | -2/+2 |
| 2011-04-20 | Fix stage1 Makefile rules. | Graydon Hoare | -9/+25 |
| 2011-04-19 | Remove effect system from src. | Graydon Hoare | -1/+1 |
| 2011-04-18 | Revert 9ab42038bb13d3c8b01faa9c88e660e4e590fb00 while I find what is | Rafael Ávila de Espíndola | -24/+30 |
| 2011-04-18 | Change the makefiles to use -c. | Rafael Ávila de Espíndola | -30/+24 |
| 2011-04-15 | Produce PIC code and use -S in the Makefile. | Rafael Ávila de Espíndola | -46/+24 |
| 2011-04-13 | Remove code that is already in llvm for some time. | Rafael Ávila de Espíndola | -1/+1 |
| 2011-04-13 | Update Makefile.in, not Makefile :-( | Rafael Ávila de Espíndola | -1/+1 |
| 2011-04-11 | Try to fix the windows build. | Rafael Ávila de Espíndola | -0/+3 |
| 2011-04-11 | Make sure RustWrapper.cpp is linked in. | Rafael Ávila de Espíndola | -16/+20 |
| 2011-04-08 | Actually disable optimize in --disable-optimize case, duh. | Graydon Hoare | -1/+2 |
| 2011-04-08 | Add support for --disable-optimize | Graydon Hoare | -1/+5 |
| 2011-04-08 | Link with -lm now that it is not included with --whole-archive when | Rafael Ávila de Espíndola | -3/+3 |
| 2011-04-08 | Gold is more strict about --whole-archive and will report duplicated | Rafael Ávila de Espíndola | -4/+13 |
| 2011-04-07 | build: Use -O0 on Darwin. Seems that Darwin's GCC optimizations break rustrt. | Patrick Walton | -5/+7 |
| 2011-04-08 | add -O2 when compiling rt, fix warnings triggered by optimizer | Marijn Haverbeke | -1/+1 |
| 2011-04-07 | Add a -O option and change the Makefile to use it. | Rafael Ávila de Espíndola | -1/+1 |
| 2011-03-31 | Fix error where make check would not produce compilers first, due to make's i... | Graydon Hoare | -0/+32 |
| 2011-03-31 | Improve 'clean' make target. | Graydon Hoare | -2/+3 |
| 2011-03-30 | Um, that'd be, align the word *before* retpc. Addresses point to the low part... | Graydon Hoare | -3/+0 |
| 2011-03-30 | Add support for --enable-foo and --disable-foo flags to configure, that Makef... | Graydon Hoare | -6/+10 |
| 2011-03-29 | Beef up the SREQ variables in Makefile.in, make tests depend on libstd.so | Graydon Hoare | -11/+9 |