about summary refs log tree commit diff
path: root/src/etc/snapshot.py
AgeCommit message (Collapse)AuthorLines
2011-12-16Install and snapshot cargo by default.Graydon Hoare-0/+3
2011-12-16Update build machinery to build and install librustc everywhere (including ↵Graydon Hoare-0/+3
snapshots).
2011-12-13Attempt to fix windows builder.Graydon Hoare-1/+1
2011-12-12Update snapshot scripts to pick up the versioned librariesHaitao Li-9/+21
2011-12-07Change snapshot script to pick up host libcore as well.Graydon Hoare-6/+15
2011-12-02build: added CFG_INSTALL_SNAP for automatically activating test snapshotsStefan Plantikow-1/+31
This is only guaranteed to work when building in the top-level dir
2011-11-29tweak to get windows test-running correctNiko Matsakis-1/+2
2011-11-29update snapshot scriptsNiko Matsakis-17/+17
2011-10-31Register snapshotsBrian Anderson-9/+0
2011-10-31Update snapshot scripts for new stdlib nameBrian Anderson-1/+10
2011-09-29Register snapshots and finish filesystem reorgBrian Anderson-10/+0
2011-09-29Update snapshot scripts for the new regimeBrian Anderson-6/+6
2011-09-28Eliminate glue.o. Closes #990Brian Anderson-1/+11
2011-08-14Register new snapshotsBrian Anderson-9/+0
Use main.o from the snapshot
2011-08-14Fix typo in snapshot.pyBrian Anderson-1/+1
2011-08-14Add lib/main.o to snapshotBrian Anderson-1/+10
Snapshotting main.o is going to make it easier (I think) to convert main to use ivecs
2011-07-27Hack to make snap-stage1 actually build incompatible changesMarijn Haverbeke-1/+4
You can't build libstd both with stage0 and stage1 if the two are incompatible This is probably temporary
2011-07-21Build the stage1 compiler against the newly built librustrt.Michael Sullivan-8/+0
2011-07-21Grab librustrt.so instead of lib/librustrt.so in the snapshot.Michael Sullivan-0/+8
2011-07-21Build 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-19Register new snapshotsBrian Anderson-9/+0
Update snapshot scripts to complete transition of intrinsics.bc to lib dir
2011-07-19Update snapshot scripts for new location of intrinsics.bcBrian Anderson-1/+10
2011-07-11Use new snapshot.Rafael Ávila de Espíndola-9/+0
2011-07-11Move llvm out of stageN/lib so that the host building stage 1+ canRafael Ávila de Espíndola-1/+10
have a newer and incompatible llvm with the bots.
2011-07-11Use new snapshot.Rafael Ávila de Espíndola-9/+0
2011-07-11Step 1/n for moving to the new type system: include intrinsics.bc in theRafael Ávila de Espíndola-1/+10
snapshot.
2011-07-07Register new snapshotsBrian Anderson-7/+0
New snapshots also include rt and rustllvm
2011-07-07Add rt and rustllvm to the snapshotBrian Anderson-1/+11
2011-07-07Use new snapshot.Rafael Ávila de Espíndola-6/+0
2011-07-07Add the static std library in the next snapshot.Rafael Ávila de Espíndola-1/+7
2011-06-29Register new snapshotsBrian Anderson-7/+0
Also finish transition of snapshot scripts for new glue.o location
2011-06-29Change snapshot logic to archive glue.o from the lib directoryBrian Anderson-1/+8
2011-06-28Bit more work on mingw cross. Pending on other changes now (test ↵Graydon Hoare-1/+1
combination, build artifact locations)
2011-06-17Register new snapshots. Update location of stage0's libstdBrian Anderson-9/+0
2011-06-17Update snapshot scripts to understand new dir layoutBrian Anderson-0/+9
2011-05-17Add mirror-all-snapshots.py script for extra crowdsourced backup power.Graydon Hoare-0/+6
2011-05-16Let the snapshot-file parser parse empty T lines, since they are used to ↵Graydon Hoare-0/+2
start a transition.
2011-05-13Add support for 'T' transition snapshots, which are identical to S snapshots ↵Graydon Hoare-4/+1
except they tell the makefile to stop at stage1.
2011-05-12Add snap-stageN targets.Graydon Hoare-2/+2
2011-05-03More python portability fixes (for windows).Graydon Hoare-1/+1
2011-05-03Attempt to shift build to stage0-from-snapshots.Graydon Hoare-1/+1
2011-05-03Small fixes to snapshot script.Graydon Hoare-9/+11
2011-05-03More snapshot logic refactoring.Graydon Hoare-6/+27
2011-05-02More hacking on the snapshot system.Graydon Hoare-5/+16
2011-05-02Initial sketch of snapshot support code, based on code from marijn.Graydon Hoare-0/+89