You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by volcano <no...@github.com.INVALID> on 2021/04/02 10:11:22 UTC

[apache/incubator-teaclave-sgx-sdk] compiler: support rustc 2021-03-30 (#336)

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave-sgx-sdk/pull/336

-- Commit Summary --

  * compiler: support rustc 2021-03-30
  * update x86_64-unknown-linux-sgx.json
  * Add sgx_tstd::prelude::{rust_2015,rust_2018,rust_2010}

-- File Changes --

    M samplecode/backtrace/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/crypto/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/db-proxy/db-proxy/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/dcap-pckretrieval/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/file/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/hello-regex/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/hello-rust-vscode-debug/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/hello-rust/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/helloworld/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/http_req/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/hugemem/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/kvdb-memdb/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/localattestation/attestation/x86_64-unknown-linux-sgx.json (11)
    M samplecode/localattestation/enclave1/x86_64-unknown-linux-sgx.json (11)
    M samplecode/localattestation/enclave2/x86_64-unknown-linux-sgx.json (11)
    M samplecode/localattestation/enclave3/x86_64-unknown-linux-sgx.json (11)
    M samplecode/logger/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/machine-learning/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/mio/client/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/mio/server/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/mutual-ra/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/net2/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/pcl/encrypted-hello/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/pcl/pcl-seal/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/prost-protobuf/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/protobuf/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/psi/SMCServer/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/remoteattestation/Application/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/sealeddata/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/secretsharing/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/serialize/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/sgx-cov/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/static-data-distribution/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/switchless/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/tcmalloc/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/thread/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/tls/tlsclient/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/tls/tlsserver/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/tr-mpc/tr-mpc-server/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/ue-ra/ue-ra-server/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/unit-test/enclave/src/lib.rs (1)
    M samplecode/unit-test/enclave/src/test_rand.rs (1)
    M samplecode/unit-test/enclave/src/test_rts.rs (10)
    M samplecode/unit-test/enclave/src/test_time.rs (1)
    M samplecode/unit-test/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/wasmi/enclave/x86_64-unknown-linux-sgx.json (11)
    M samplecode/zlib-lazy-static-sample/enclave/x86_64-unknown-linux-sgx.json (11)
    M sgx_alloc/Cargo.toml (1)
    A sgx_alloc/build.rs (79)
    M sgx_alloc/src/alignalloc.rs (34)
    M sgx_alloc/src/alignbox.rs (19)
    M sgx_alloc/src/rsrvmem.rs (11)
    M sgx_alloc/src/system.rs (51)
    M sgx_crypto_helper/x86_64-unknown-linux-sgx.json (11)
    M sgx_serialize_derive/src/lib.rs (4)
    M sgx_signal/src/exception.rs (2)
    M sgx_tcrypto_helper/x86_64-unknown-linux-sgx.json (11)
    M sgx_tstd/build.rs (12)
    M sgx_tstd/hashbrown/src/raw/sse2.rs (2)
    M sgx_tstd/src/future.rs (107)
    A sgx_tstd/src/lazy.rs (562)
    M sgx_tstd/src/lib.rs (12)
    M sgx_tstd/src/prelude/mod.rs (30)
    M sgx_tstd/src/prelude/v1.rs (3)
    M sgx_tstd/src/sync/once.rs (35)
    M sgx_urts/src/event.rs (4)
    M xargo/sgx_tstd/build.rs (71)
    M xargo/x86_64-unknown-linux-sgx.json (11)

-- Patch Links --

https://github.com/apache/incubator-teaclave-sgx-sdk/pull/336.patch
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/336.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/336

Re: [apache/incubator-teaclave-sgx-sdk] compiler: support rustc 2021-03-30 (#336)

Posted by volcano <no...@github.com.INVALID>.
Merged #336 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/336#event-4545924551