| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-08-14 | Fix typo in snapshot.py | Brian Anderson | -1/+1 | |
| 2011-08-14 | Add lib/main.o to snapshot | Brian Anderson | -2/+11 | |
| Snapshotting main.o is going to make it easier (I think) to convert main to use ivecs | ||||
| 2011-08-05 | etc: Add "lambda" and "inline" to the vim mode | Patrick Walton | -4/+4 | |
| 2011-08-05 | etc: Update the Vim syntax mode with new keywords | Patrick Walton | -6/+6 | |
| 2011-07-28 | Make combine-tests ignore temp files | Brian Anderson | -1/+2 | |
| 2011-07-27 | Another attempt at fixing fast check for the win tinderbox | Marijn Haverbeke | -1/+1 | |
| 2011-07-27 | Fix python script for fast-check to output valid syntax | Marijn Haverbeke | -1/+1 | |
| 2011-07-27 | Hack to make snap-stage1 actually build incompatible changes | Marijn Haverbeke | -1/+4 | |
| You can't build libstd both with stage0 and stage1 if the two are incompatible This is probably temporary | ||||
| 2011-07-23 | Add an NSIS script for building a win32 installer. Closes #522. | Graydon Hoare | -0/+39 | |
| 2011-07-21 | Build the stage1 compiler against the newly built librustrt. | Michael Sullivan | -9/+1 | |
| 2011-07-21 | Grab librustrt.so instead of lib/librustrt.so in the snapshot. | Michael Sullivan | -1/+9 | |
| 2011-07-21 | Build stage0/lib/libstd.so using the stage0 compiler. | Michael Sullivan | -3/+3 | |
| This essentially starts the bootstrapping one step earlier by building the stdlib from source using the stage0 compiler and then using that stdlib to build the stage1 compiler. (Instead of starting by building the stage1 compiler and then building a stdlib with it). This means we should now be able to add features to the stdlib and use them in the compiler without having to do a snapshot. (On the flip side, this means that we now need to do a snapshot if we want to use a new language feature in the stdlib, but that doesn't really seem too burdensome (we already need to snapshot if we want to use a new language feature in the compiler)). | ||||
| 2011-07-19 | Register new snapshots | Brian Anderson | -10/+1 | |
| Update snapshot scripts to complete transition of intrinsics.bc to lib dir | ||||
| 2011-07-19 | Update snapshot scripts for new location of intrinsics.bc | Brian Anderson | -2/+11 | |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -0/+3 | |
| 2011-07-12 | Fix fast-check target by disabling code snippet printing on warnings (broken ↵ | Graydon Hoare | -1/+2 | |
| on .rc files) and adding an xfail-fast flag for global-scope.rs. | ||||
| 2011-07-11 | Use new snapshot. | Rafael Ávila de Espíndola | -10/+1 | |
| 2011-07-11 | Move llvm out of stageN/lib so that the host building stage 1+ can | Rafael Ávila de Espíndola | -2/+11 | |
| have a newer and incompatible llvm with the bots. | ||||
| 2011-07-11 | Use new snapshot. | Rafael Ávila de Espíndola | -10/+1 | |
| 2011-07-11 | Step 1/n for moving to the new type system: include intrinsics.bc in the | Rafael Ávila de Espíndola | -2/+11 | |
| snapshot. | ||||
| 2011-07-07 | Register new snapshots | Brian Anderson | -8/+1 | |
| New snapshots also include rt and rustllvm | ||||
| 2011-07-07 | Add rt and rustllvm to the snapshot | Brian Anderson | -2/+12 | |
| 2011-07-07 | Use new snapshot. | Rafael Ávila de Espíndola | -7/+1 | |
| 2011-07-07 | Add the static std library in the next snapshot. | Rafael Ávila de Espíndola | -2/+8 | |
| 2011-06-30 | More fiddling with fast-check, now works on at least one windows machine. | Graydon Hoare | -6/+8 | |
| 2011-06-29 | More fixes to fast-check. | Graydon Hoare | -5/+2 | |
| 2011-06-29 | Register new snapshots | Brian Anderson | -8/+1 | |
| Also finish transition of snapshot scripts for new glue.o location | ||||
| 2011-06-29 | Change snapshot logic to archive glue.o from the lib directory | Brian Anderson | -2/+9 | |
| 2011-06-29 | Add fast-check target that combines the stage2 run-pass suite into a single ↵ | Graydon Hoare | -0/+66 | |
| executable. | ||||
| 2011-06-28 | Bit more work on mingw cross. Pending on other changes now (test ↵ | Graydon Hoare | -1/+1 | |
| combination, build artifact locations) | ||||
| 2011-06-27 | etc: Eliminate dyld valgrind errors on OS X | Patrick Walton | -0/+238 | |
| 2011-06-17 | Register new snapshots. Update location of stage0's libstd | Brian Anderson | -10/+1 | |
| 2011-06-17 | Update snapshot scripts to understand new dir layout | Brian Anderson | -1/+10 | |
| 2011-05-24 | Dead code. | Rafael Ávila de Espíndola | -6/+0 | |
| 2011-05-17 | Add mirror-all-snapshots.py script for extra crowdsourced backup power. | Graydon Hoare | -5/+43 | |
| 2011-05-17 | Move vim syntax file, add indent file. | Erick Tryzelaar | -0/+9 | |
| 2011-05-16 | Let the snapshot-file parser parse empty T lines, since they are used to ↵ | Graydon Hoare | -0/+2 | |
| start a transition. | ||||
| 2011-05-13 | Add support for 'T' transition snapshots, which are identical to S snapshots ↵ | Graydon Hoare | -7/+1 | |
| except they tell the makefile to stop at stage1. | ||||
| 2011-05-12 | etc: Update rust.vim with new keywords; color types differently from keywords | Patrick Walton | -7/+35 | |
| 2011-05-12 | Add snap-stageN targets. | Graydon Hoare | -4/+4 | |
| 2011-05-03 | More python portability fixes (for windows). | Graydon Hoare | -2/+2 | |
| 2011-05-03 | Attempt to use more portable python | Graydon Hoare | -18/+18 | |
| 2011-05-03 | Attempt to shift build to stage0-from-snapshots. | Graydon Hoare | -1/+1 | |
| 2011-05-03 | Small fixes to snapshot script. | Graydon Hoare | -9/+11 | |
| 2011-05-03 | More snapshot logic refactoring. | Graydon Hoare | -50/+56 | |
| 2011-05-02 | More hacking on the snapshot system. | Graydon Hoare | -36/+28 | |
| 2011-05-02 | Initial sketch of snapshot support code, based on code from marijn. | Graydon Hoare | -0/+208 | |
| 2011-03-19 | Fix indentation in tidy. | Graydon Hoare | -1/+1 | |
| 2011-03-16 | Add some more dlopen-related suppressions for the Mac | Patrick Walton | -0/+78 | |
| 2011-01-07 | Make the valgrind suppressions file compatible with older versions | Brian Anderson | -1/+1 | |
