| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2011-03-29 | Apparently I learned to type yesterday. | Graydon Hoare | -1/+1 |
| 2011-03-29 | Add -lstd to the stage0, 1, 2 test executable link commands. | Graydon Hoare | -6/+11 |
| 2011-03-29 | XFAIL nbody on darwin, quiet tinderbox for now. | Graydon Hoare | -0/+3 |
| 2011-03-26 | Fix Makefile.in grep for use on weaker greps (win32 mingw). | Graydon Hoare | -15/+6 |
| 2011-03-25 | Switch xfail system to use comments embedded in source files. | Graydon Hoare | -234/+56 |
| 2011-03-25 | Parse FP literals without coercing to int. This allows parsing 64-bit | Tim Chevalier | -3/+3 |
| 2011-03-25 | Implement local declarations with receive. Un-XFAIL decl-with-recv.rs. | Brian Anderson | -1/+0 |
| 2011-03-25 | Add test for local declarations with receive. XFAIL in rustc. | Brian Anderson | -0/+1 |
| 2011-03-25 | Auto-reconfigure on Makefile.in or configure change. | Graydon Hoare | -0/+10 |
| 2011-03-25 | Un-XFAIL task-comm-4, 5 & 6 | Brian Anderson | -3/+0 |
| 2011-03-25 | Start making the standard-lib utf-8 aware | Marijn Haverbeke | -0/+1 |
| 2011-03-25 | Don't delete rust.texi on 'make clean' | Graydon Hoare | -1/+2 |
| 2011-03-25 | Untabify Makefile entry. | Graydon Hoare | -1/+1 |
| 2011-03-25 | Placate win32 build; no idea how it can be working currently on tinderbox. | Graydon Hoare | -3/+3 |
| 2011-03-25 | A first stab at the 'nbody' demo, with support for calling C sqrt(). | Lindsey Kuper | -1/+2 |
| 2011-03-24 | build: Generate an object file for stage0/libstd.dylib | Patrick Walton | -12/+23 |
| 2011-03-24 | rustc: XFAIL use.rs too. Should put out burning tinderbox. | Patrick Walton | -0/+1 |
| 2011-03-24 | rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF... | Patrick Walton | -0/+1 |
| 2011-03-24 | build: Add -Wl,-whole-archive to the link flags. Should put out the burning t... | Patrick Walton | -4/+7 |
| 2011-03-24 | build: Use "true" instead of /bin/true, since it's /usr/bin/true on Darwin | Patrick Walton | -1/+1 |
| 2011-03-24 | Generate the platform-specific .def files at build time | Patrick Walton | -2/+20 |
| 2011-03-24 | Add a Linux .def file. Might put out burning tinderbox. | Patrick Walton | -3/+3 |
| 2011-03-24 | rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox. | Patrick Walton | -8/+10 |
| 2011-03-24 | XFAIL floating point tests in rustc to put out burning tinderbox | Patrick Walton | -1/+2 |
| 2011-03-23 | build: Use the .def files when linking on Windows | Patrick Walton | -1/+6 |
| 2011-03-23 | build: On newer MinGWs it seems that flexlink needs "-cclib -L/usr/lib". Add ... | Patrick Walton | -0/+4 |
| 2011-03-23 | Support for 'float' in type signatures. | Lindsey Kuper | -1/+2 |
| 2011-03-23 | Split too-long 'tidy' command-line up using xargs, for win32. | Graydon Hoare | -2/+3 |
| 2011-03-23 | More miserable win32 configury fixes. Getting closer. | Graydon Hoare | -5/+14 |
| 2011-03-23 | Guard texi2pdf on tex probe as well. OSX package systems are real permissive. | Graydon Hoare | -1/+5 |