comments
This commit is contained in:
parent
f0e4815cb5
commit
a13e2b9152
13
run
13
run
|
@ -19,6 +19,7 @@ fullbuild() {
|
|||
# Merge pull request #13560 from ziglang/wasi-bootstrap
|
||||
#
|
||||
# Nuke the C++ implementation of Zig from orbit using WASI
|
||||
#
|
||||
STEP00_A=e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
|
||||
|
||||
# commit 3ba916584db5485c38ebf2390e8d22bc6d81bf8e
|
||||
|
@ -26,6 +27,7 @@ STEP00_A=e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
|
|||
# Date: 2022-11-05T03:47:19+02:00
|
||||
#
|
||||
# actually remove stage1
|
||||
#
|
||||
STEP00_B=3ba916584db5485c38ebf2390e8d22bc6d81bf8e
|
||||
|
||||
# commit 28514476ef8c824c3d189d98f23d0f8d23e496ea
|
||||
|
@ -36,6 +38,7 @@ STEP00_B=3ba916584db5485c38ebf2390e8d22bc6d81bf8e
|
|||
#
|
||||
# After this commit, the self-hosted compiler does not offer the option to
|
||||
# use stage1 as a backend anymore.
|
||||
#
|
||||
STEP00_C=28514476ef8c824c3d189d98f23d0f8d23e496ea
|
||||
step00() {
|
||||
git checkout $STEP00_A
|
||||
|
@ -74,6 +77,7 @@ step00() {
|
|||
# Eliminate `BoundFn` type from the language
|
||||
#
|
||||
# Closes #9484
|
||||
#
|
||||
STEP01=9d93b2ccf11f584320a2c5209dd2d94705167695
|
||||
STEP01_=0.10.0-675-g9d93b2ccf1
|
||||
step01() {
|
||||
|
@ -104,8 +108,6 @@ step01() {
|
|||
# backend that affect aarch64-windows which are necessary to build from
|
||||
# source on this target.
|
||||
#
|
||||
# stage1/zig1.wasm | Bin 2315523 -> 2315899 bytes
|
||||
# 1 file changed, 0 insertions(+), 0 deletions(-)
|
||||
STEP02=d10fd78d4615f329141f5c19f893039d56aff425
|
||||
STEP02_=0.10.0-722-gd10fd78d46
|
||||
step02() {
|
||||
|
@ -131,6 +133,7 @@ step02() {
|
|||
# Date: 2022-12-12T15:32:37+02:00
|
||||
#
|
||||
# remove `stack` option from `@call`
|
||||
#
|
||||
STEP03=7b2a936173165002105ba5e76bed69654e132fea
|
||||
STEP03_=0.10.0-747-g7b2a936173
|
||||
step03() {
|
||||
|
@ -156,6 +159,7 @@ step03() {
|
|||
# Date: 2022-12-12T15:32:37+02:00
|
||||
#
|
||||
# update usages of `@call`
|
||||
#
|
||||
STEP04=08b2d491bcd8c79c68495267cc71967661caea1e
|
||||
STEP04_=0.10.0-748-g08b2d491bc
|
||||
step04() {
|
||||
|
@ -182,6 +186,7 @@ step04() {
|
|||
# Date: 2022-12-13T23:30:06+02:00
|
||||
#
|
||||
# std.builtin: rename Type.UnionField and Type.StructField's field_type to type
|
||||
#
|
||||
STEP05=aac2d6b56f32134ea32fb3d984e3fcdfddd8aaf6
|
||||
STEP05_=0.10.0-851-gaac2d6b56f
|
||||
step05() {
|
||||
|
@ -205,6 +210,7 @@ step05() {
|
|||
# Date: 2022-12-16T19:44:25+02:00
|
||||
#
|
||||
# update zig1.wasm to builtin.Type field changes
|
||||
#
|
||||
STEP06=2a5e1426aa9469fadb78e837d0100d689213b034
|
||||
STEP06_=0.10.0-853-g2a5e1426aa
|
||||
step06() {
|
||||
|
@ -228,6 +234,7 @@ step06() {
|
|||
# Date: 2022-12-21T14:33:02+02:00
|
||||
#
|
||||
# Sema: make overflow arithmetic builtins return tuples
|
||||
#
|
||||
STEP07=54160e7f6aecb4628df633ceaef4c6d956429a3d
|
||||
STEP07_=0.10.0-961-g54160e7f6a
|
||||
step07() {
|
||||
|
@ -261,6 +268,7 @@ step07() {
|
|||
# Date: 2022-12-21T16:40:30+02:00
|
||||
#
|
||||
# update uses of overflow arithmetic builtins
|
||||
#
|
||||
STEP08=622311fb9ac7ee6d93dcb8cda4b608751f7e092a
|
||||
STEP08_=0.10.0-962-g622311fb9a
|
||||
step08() {
|
||||
|
@ -283,6 +291,7 @@ step08() {
|
|||
# Date: 2022-12-09T02:50:08+02:00
|
||||
#
|
||||
# cbe: first set of changes for msvc compatibility
|
||||
#
|
||||
STEP09=a43fdc1620fa24c8c606f748505766bfd53d1049
|
||||
STEP09_=0.10.0-1027-ga43fdc1620
|
||||
step09() {
|
||||
|
|
Loading…
Reference in New Issue