| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change rustc to use GetOpts rather than ad-hoc command-line parsing | Marijn Haverbeke | 2011-04-26 | 1 | -9/+9 |
| * | rustc: Add a SAVE_TEMPS option to the Makefile for use when debugging stage1 ... | Patrick Walton | 2011-04-25 | 1 | -0/+4 |
| * | Fix LD_LIBRARY_PATH on STAGE0, STAGE1 defs; define STAGE2. | Graydon Hoare | 2011-04-24 | 1 | -5/+7 |
| * | Expansion of rules to cover stage1, stage2 in more cases. Fix typo in makefile. | Graydon Hoare | 2011-04-24 | 1 | -5/+88 |
| * | Use -c in the Makefiles. | Rafael Ávila de Espíndola | 2011-04-22 | 1 | -34/+28 |
| * | Fix link commands for stage1 and stage2. | Graydon Hoare | 2011-04-21 | 1 | -2/+2 |
| * | Fix stage1 Makefile rules. | Graydon Hoare | 2011-04-20 | 1 | -9/+25 |
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -1/+1 |
| * | Revert 9ab42038bb13d3c8b01faa9c88e660e4e590fb00 while I find what is | Rafael Ávila de Espíndola | 2011-04-18 | 1 | -24/+30 |
| * | Change the makefiles to use -c. | Rafael Ávila de Espíndola | 2011-04-18 | 1 | -30/+24 |
| * | Produce PIC code and use -S in the Makefile. | Rafael Ávila de Espíndola | 2011-04-15 | 1 | -46/+24 |
| * | Remove code that is already in llvm for some time. | Rafael Ávila de Espíndola | 2011-04-13 | 1 | -1/+1 |
| * | Update Makefile.in, not Makefile :-( | Rafael Ávila de Espíndola | 2011-04-13 | 1 | -1/+1 |
| * | Try to fix the windows build. | Rafael Ávila de Espíndola | 2011-04-11 | 1 | -0/+3 |
| * | Make sure RustWrapper.cpp is linked in. | Rafael Ávila de Espíndola | 2011-04-11 | 1 | -16/+20 |
| * | Actually disable optimize in --disable-optimize case, duh. | Graydon Hoare | 2011-04-08 | 1 | -1/+2 |
| * | Add support for --disable-optimize | Graydon Hoare | 2011-04-08 | 1 | -1/+5 |
| * | Link with -lm now that it is not included with --whole-archive when | Rafael Ávila de Espíndola | 2011-04-08 | 1 | -3/+3 |
| * | Gold is more strict about --whole-archive and will report duplicated | Rafael Ávila de Espíndola | 2011-04-08 | 1 | -4/+13 |
| * | build: Use -O0 on Darwin. Seems that Darwin's GCC optimizations break rustrt. | Patrick Walton | 2011-04-07 | 1 | -5/+7 |
| * | add -O2 when compiling rt, fix warnings triggered by optimizer | Marijn Haverbeke | 2011-04-08 | 1 | -1/+1 |
| * | Add a -O option and change the Makefile to use it. | Rafael Ávila de Espíndola | 2011-04-07 | 1 | -1/+1 |
| * | Fix error where make check would not produce compilers first, due to make's i... | Graydon Hoare | 2011-03-31 | 1 | -0/+32 |
| * | Improve 'clean' make target. | Graydon Hoare | 2011-03-31 | 1 | -2/+3 |
| * | Um, that'd be, align the word *before* retpc. Addresses point to the low part... | Graydon Hoare | 2011-03-30 | 1 | -3/+0 |
| * | Add support for --enable-foo and --disable-foo flags to configure, that Makef... | Graydon Hoare | 2011-03-30 | 1 | -6/+10 |
| * | Beef up the SREQ variables in Makefile.in, make tests depend on libstd.so | Graydon Hoare | 2011-03-29 | 1 | -11/+9 |
| * | Apparently I learned to type yesterday. | Graydon Hoare | 2011-03-29 | 1 | -1/+1 |
| * | Add -lstd to the stage0, 1, 2 test executable link commands. | Graydon Hoare | 2011-03-29 | 1 | -6/+11 |
| * | XFAIL nbody on darwin, quiet tinderbox for now. | Graydon Hoare | 2011-03-29 | 1 | -0/+3 |
| * | Fix Makefile.in grep for use on weaker greps (win32 mingw). | Graydon Hoare | 2011-03-26 | 1 | -15/+6 |
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 1 | -234/+56 |
| * | Parse FP literals without coercing to int. This allows parsing 64-bit | Tim Chevalier | 2011-03-25 | 1 | -3/+3 |
| * | Implement local declarations with receive. Un-XFAIL decl-with-recv.rs. | Brian Anderson | 2011-03-25 | 1 | -1/+0 |
| * | Add test for local declarations with receive. XFAIL in rustc. | Brian Anderson | 2011-03-25 | 1 | -0/+1 |
| * | Auto-reconfigure on Makefile.in or configure change. | Graydon Hoare | 2011-03-25 | 1 | -0/+10 |
| * | Un-XFAIL task-comm-4, 5 & 6 | Brian Anderson | 2011-03-25 | 1 | -3/+0 |
| * | Start making the standard-lib utf-8 aware | Marijn Haverbeke | 2011-03-25 | 1 | -0/+1 |
| * | Don't delete rust.texi on 'make clean' | Graydon Hoare | 2011-03-25 | 1 | -1/+2 |
| * | Untabify Makefile entry. | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Placate win32 build; no idea how it can be working currently on tinderbox. | Graydon Hoare | 2011-03-25 | 1 | -3/+3 |
| * | A first stab at the 'nbody' demo, with support for calling C sqrt(). | Lindsey Kuper | 2011-03-25 | 1 | -1/+2 |
| * | build: Generate an object file for stage0/libstd.dylib | Patrick Walton | 2011-03-24 | 1 | -12/+23 |
| * | rustc: XFAIL use.rs too. Should put out burning tinderbox. | Patrick Walton | 2011-03-24 | 1 | -0/+1 |
| * | rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF... | Patrick Walton | 2011-03-24 | 1 | -0/+1 |
| * | build: Add -Wl,-whole-archive to the link flags. Should put out the burning t... | Patrick Walton | 2011-03-24 | 1 | -4/+7 |
| * | build: Use "true" instead of /bin/true, since it's /usr/bin/true on Darwin | Patrick Walton | 2011-03-24 | 1 | -1/+1 |
| * | Generate the platform-specific .def files at build time | Patrick Walton | 2011-03-24 | 1 | -2/+20 |
| * | Add a Linux .def file. Might put out burning tinderbox. | Patrick Walton | 2011-03-24 | 1 | -3/+3 |
| * | rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox. | Patrick Walton | 2011-03-24 | 1 | -8/+10 |