about summary refs log tree commit diff
path: root/src/etc/get-snapshot.py
AgeCommit message (Collapse)AuthorLines
2011-12-13Attempt to fix windows builder.Graydon Hoare-1/+5
2011-12-13Register new snapshots and teach snapshot script to deal with extracting ↵Graydon Hoare-21/+3
new-style versioned snapshots.
2011-12-12build: Temp hack to make transition to new snapshotHaitao Li-1/+18
2011-12-07Register new snapshots (containing libcore auto-importing it now).Graydon Hoare-3/+0
2011-12-07Change snapshot script to pick up host libcore as well.Graydon Hoare-0/+3
2011-11-29fix to new model where triple is explicitNiko Matsakis-5/+5
2011-11-29update snapshot scriptsNiko Matsakis-3/+2
2011-11-29basic builds functionNiko Matsakis-2/+4
2011-10-31Register snapshotsBrian Anderson-1/+1
2011-10-31Update snapshot scripts for new stdlib nameBrian Anderson-1/+1
2011-09-29Register snapshots and finish filesystem reorgBrian Anderson-1/+1
2011-09-28Eliminate glue.o. Closes #990Brian Anderson-1/+1
2011-08-14Register new snapshotsBrian Anderson-1/+1
Use main.o from the snapshot
2011-08-14Add lib/main.o to snapshotBrian Anderson-1/+1
Snapshotting main.o is going to make it easier (I think) to convert main to use ivecs
2011-07-19Register new snapshotsBrian Anderson-1/+1
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/+1
2011-07-11Use new snapshot.Rafael Ávila de Espíndola-1/+1
2011-07-11Move llvm out of stageN/lib so that the host building stage 1+ canRafael Ávila de Espíndola-1/+1
have a newer and incompatible llvm with the bots.
2011-07-11Use new snapshot.Rafael Ávila de Espíndola-1/+1
2011-07-11Step 1/n for moving to the new type system: include intrinsics.bc in theRafael Ávila de Espíndola-1/+1
snapshot.
2011-07-07Register new snapshotsBrian Anderson-1/+1
New snapshots also include rt and rustllvm
2011-07-07Add rt and rustllvm to the snapshotBrian Anderson-1/+1
2011-07-07Use new snapshot.Rafael Ávila de Espíndola-1/+1
2011-07-07Add the static std library in the next snapshot.Rafael Ávila de Espíndola-1/+1
2011-06-29Register new snapshotsBrian Anderson-1/+1
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/+1
2011-06-17Register new snapshots. Update location of stage0's libstdBrian Anderson-1/+1
2011-06-17Update snapshot scripts to understand new dir layoutBrian Anderson-1/+1
2011-05-17Add mirror-all-snapshots.py script for extra crowdsourced backup power.Graydon Hoare-5/+0
2011-05-13Add support for 'T' transition snapshots, which are identical to S snapshots ↵Graydon Hoare-3/+0
except they tell the makefile to stop at stage1.
2011-05-03More python portability fixes (for windows).Graydon Hoare-1/+1
2011-05-03Attempt to use more portable pythonGraydon Hoare-18/+18
2011-05-03More snapshot logic refactoring.Graydon Hoare-22/+27
2011-05-02More hacking on the snapshot system.Graydon Hoare-30/+11
2011-05-02Initial sketch of snapshot support code, based on code from marijn.Graydon Hoare-0/+95