You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/09/11 05:41:36 UTC

[incubator-teaclave-sgx-sdk] branch master updated (7b4595f -> 4fdac94)

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.


    from 7b4595f  Merge pull request #267 from volcano0dr/master
     new 4e1e960  Upgrade toolchain to 2020-09-08
     new b688d90  Remove unused profile line
     new cad9301  Compile on 2020-09-10
     new 8b19577  Fix http_req sample bug
     new 4fdac94  Merge pull request #268 from dingelish/update-toolchain-09-08

The 479 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 rust-toolchain                                     |    2 +-
 samplecode/http_req/app/src/main.rs                |    2 +-
 samplecode/machine-learning/enclave/Cargo.toml     |    3 -
 samplecode/unit-test/enclave/src/test_exception.rs |    2 +-
 sgx_alloc/src/lib.rs                               |    2 +
 sgx_alloc/src/system.rs                            |  197 +--
 sgx_panic_abort/lib.rs                             |    1 +
 sgx_panic_unwind/lib.rs                            |    1 +
 sgx_trts/src/lib.rs                                |    2 +-
 sgx_tstd/hashbrown/.cargo_vcs_info.json            |    2 +-
 sgx_tstd/hashbrown/CHANGELOG.md                    |   73 +-
 sgx_tstd/hashbrown/Cargo.toml                      |   32 +-
 sgx_tstd/hashbrown/Cargo.toml.orig                 |   24 +-
 sgx_tstd/hashbrown/README.md                       |    2 +-
 sgx_tstd/hashbrown/build.rs                        |    9 -
 .../src/external_trait_impls/rayon/map.rs          |   20 +-
 .../src/external_trait_impls/rayon/raw.rs          |   12 +-
 sgx_tstd/hashbrown/src/lib.rs                      |   25 +-
 sgx_tstd/hashbrown/src/macros.rs                   |   15 +
 sgx_tstd/hashbrown/src/map.rs                      | 1006 ++++++++++---
 sgx_tstd/hashbrown/src/raw/bitmask.rs              |   14 +
 sgx_tstd/hashbrown/src/raw/generic.rs              |   22 +-
 sgx_tstd/hashbrown/src/raw/mod.rs                  |  626 +++++++--
 sgx_tstd/hashbrown/src/raw/sse2.rs                 |   15 +-
 sgx_tstd/hashbrown/src/rustc_entry.rs              |    5 +-
 sgx_tstd/hashbrown/src/set.rs                      |  383 +++--
 sgx_tstd/src/collections/hash/map.rs               | 1471 ++++++--------------
 sgx_tstd/src/collections/hash/mod.rs               |   17 -
 sgx_tstd/src/collections/hash/set.rs               |  783 ++++-------
 sgx_tstd/src/io/util.rs                            |    8 +-
 sgx_tstd/src/lib.rs                                |    2 +-
 sgx_tstd/src/panicking.rs                          |    5 +
 sgx_tstd/src/sync/mpsc/shared.rs                   |    4 +-
 sgx_tstd/src/sync/mpsc/sync.rs                     |    4 +-
 34 files changed, 2646 insertions(+), 2145 deletions(-)
 delete mode 100644 sgx_tstd/hashbrown/build.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org