| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -0/+2 | |
| 2012-12-11 | Switch snapshots to static.rust-lang.org. | Graydon Hoare | -1/+1 | |
| 2012-10-08 | Revert bogus snapshot.py change | Tim Chevalier | -2/+1 | |
| 2012-10-08 | Remove extra spaces from snapshots.txt | Tim Chevalier | -1/+2 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -1/+1 | |
| 2012-05-31 | Add libsyntax to the Python script for making a snapshot | Kevin Cantu | -5/+4 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+1 | |
| Per issue #2418. | ||||
| 2012-04-03 | update make glob from .so to .dylib | Niko Matsakis | -1/+1 | |
| 2012-03-29 | build: Add librustsyntax to snapshots | Brian Anderson | -0/+4 | |
| 2012-03-28 | python scripts run with Python 2.4 (for RHEL5) | Grahame Bowland | -5/+11 | |
| 2012-01-17 | Python! | Graydon Hoare | -1/+1 | |
| 2012-01-17 | Long line, grumble. | Graydon Hoare | -1/+2 | |
| 2012-01-17 | don't leave files that will not checksum if download is interrupted | Grahame Bowland | -1/+7 | |
| 2012-01-14 | build: Build libraries in the bin directory on win32 | Brian Anderson | -5/+5 | |
| 2012-01-12 | Revert "build: Build libraries in the bin directory on win32" | Brian Anderson | -5/+5 | |
| This reverts commit 23e0d16b5fd259dc252b220777f164f1e2eb9c30. | ||||
| 2012-01-12 | build: Build libraries in the bin directory on win32 | Brian Anderson | -5/+5 | |
| 2012-01-01 | fix link error | Jyun-Yan You | -1/+9 | |
| 2011-12-19 | Remove cargo from snapshot file-list again; overestimated. | Graydon Hoare | -3/+0 | |
| 2011-12-16 | Install and snapshot cargo by default. | Graydon Hoare | -0/+3 | |
| 2011-12-16 | Update build machinery to build and install librustc everywhere (including ↵ | Graydon Hoare | -0/+3 | |
| snapshots). | ||||
| 2011-12-13 | Attempt to fix windows builder. | Graydon Hoare | -1/+1 | |
| 2011-12-12 | Update snapshot scripts to pick up the versioned libraries | Haitao Li | -9/+21 | |
| 2011-12-07 | Change snapshot script to pick up host libcore as well. | Graydon Hoare | -6/+15 | |
| 2011-12-02 | build: added CFG_INSTALL_SNAP for automatically activating test snapshots | Stefan Plantikow | -1/+31 | |
| This is only guaranteed to work when building in the top-level dir | ||||
| 2011-11-29 | tweak to get windows test-running correct | Niko Matsakis | -1/+2 | |
| 2011-11-29 | update snapshot scripts | Niko Matsakis | -17/+17 | |
| 2011-10-31 | Register snapshots | Brian Anderson | -9/+0 | |
| 2011-10-31 | Update snapshot scripts for new stdlib name | Brian Anderson | -1/+10 | |
| 2011-09-29 | Register snapshots and finish filesystem reorg | Brian Anderson | -10/+0 | |
| 2011-09-29 | Update snapshot scripts for the new regime | Brian Anderson | -6/+6 | |
| 2011-09-28 | Eliminate glue.o. Closes #990 | Brian Anderson | -1/+11 | |
| 2011-08-14 | Register new snapshots | Brian Anderson | -9/+0 | |
| Use main.o from the snapshot | ||||
| 2011-08-14 | Fix typo in snapshot.py | Brian Anderson | -1/+1 | |
| 2011-08-14 | Add lib/main.o to snapshot | Brian Anderson | -1/+10 | |
| Snapshotting main.o is going to make it easier (I think) to convert main to use ivecs | ||||
| 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-21 | Build the stage1 compiler against the newly built librustrt. | Michael Sullivan | -8/+0 | |
| 2011-07-21 | Grab librustrt.so instead of lib/librustrt.so in the snapshot. | Michael Sullivan | -0/+8 | |
| 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 | -9/+0 | |
| 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 | -1/+10 | |
| 2011-07-11 | Use new snapshot. | Rafael Ávila de Espíndola | -9/+0 | |
| 2011-07-11 | Move llvm out of stageN/lib so that the host building stage 1+ can | Rafael Ávila de Espíndola | -1/+10 | |
| have a newer and incompatible llvm with the bots. | ||||
| 2011-07-11 | Use new snapshot. | Rafael Ávila de Espíndola | -9/+0 | |
| 2011-07-11 | Step 1/n for moving to the new type system: include intrinsics.bc in the | Rafael Ávila de Espíndola | -1/+10 | |
| snapshot. | ||||
| 2011-07-07 | Register new snapshots | Brian Anderson | -7/+0 | |
| New snapshots also include rt and rustllvm | ||||
| 2011-07-07 | Add rt and rustllvm to the snapshot | Brian Anderson | -1/+11 | |
| 2011-07-07 | Use new snapshot. | Rafael Ávila de Espíndola | -6/+0 | |
| 2011-07-07 | Add the static std library in the next snapshot. | Rafael Ávila de Espíndola | -1/+7 | |
| 2011-06-29 | Register new snapshots | Brian Anderson | -7/+0 | |
| 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 | -1/+8 | |
