Skip to content

Releases: getditto/rust-bitcode

v1.60.0

21 Apr 15:11
Compare
Choose a tag to compare

Updated toolchain binaries featuring Rust 1.60.0-stable and LLVM at the revision bda51ce411586a8c012623300d8598ce84fced53

Installation

  1. Unzip rust-ios-arm64-1.46.0.zip

  2. In a terminal, cd to the extracted rust-ios-arm64-1.46.0 directory

  3. Run ./install.sh

v1.57.0

08 Dec 17:13
22c3b8e
Compare
Choose a tag to compare

Updated toolchain binaries featuring Rust 1.57.0-stable and LLVM at the tag swift-5.3.2-RELEASE

Nightly 2021-10-05

19 Oct 22:40
Compare
Choose a tag to compare

Updated toolchain binaries featuring Rust Nightly 2021-10-05 and LLVM at the tag swift-5.3.2-RELEASE

Nightly 2021-09-08

09 Sep 15:38
3a7651d
Compare
Choose a tag to compare
Nightly 2021-09-08 Pre-release
Pre-release

Updated toolchain binaries featuring Rust Nightly 2021-09-08 and LLVM at the tag swift-5.3.2-RELEASE

Nightly 2021-06-12

25 Jun 08:04
Compare
Choose a tag to compare

Updated toolchain binaries featuring Rust Nightly 2021-06-12 and LLVM at the tag swift-5.3.2-RELEASE

Nightly 2021-02-25

08 Apr 03:02
Compare
Choose a tag to compare

Updated toolchain binaries featuring Rust Nightly 2021-02-25 and LLVM at the tag swift-5.3.2-RELEASE

Nightly 2021-03-24

26 Mar 23:48
Compare
Choose a tag to compare

Updated toolchain binaries featuring Rust Nightly 2021-03-24 and LLVM at the tag swift-5.3.2-RELEASE

Nightly 2021-01-25

28 Jan 17:36
Compare
Choose a tag to compare

Updated toolchain binaries featuring Rust Nightly 2021-01-25 and LLVM at the tag swift-5.3.2-RELEASE. This successfully builds bitcode-enabled apps on Xcode 12.4 (12D4e).

To install,

  1. Unzip rust-ios-arm64-nightly-2021-01-25.zip
  2. In a terminal, cd to the extracted rust-ios-arm64-nightly-2021-01-25 directory
  3. Run ./install.sh

Stable 1.46.0

13 Oct 23:21
50b0403
Compare
Choose a tag to compare

Updated toolchain binaries featuring Rust 1.46.0 and LLVM at the tag swift-5.3-RELEASE. This successfully builds bitcode-enabled apps on Xcode 12.

To install,

  1. Unzip rust-ios-arm64-1.46.0.zip
  2. In a terminal, cd to the extracted rust-ios-arm64-1.46.0 directory
  3. Run ./install.sh

Notable changes since the previous release:

  • Bitcode improvements have been incorporated upstream and an unstable -Z flag is no longer required when building a library with this toolchain. (In fact -Z must not be used.)
  • The script now builds stable Rust rather than nightly. If you need the nightly channel, you can adjust this in build.sh.
  • The install script will copy the required files to ~/.rustup/toolchains/ios-arm64-1.46.0. This makes it available in rustup, and by invoking commands of the form cargo +ios-arm64-1.46.0 .... Multiple versions of this toolchain will now coexist by default.

Nightly @ 1.43.0

07 May 08:52
21ad129
Compare
Choose a tag to compare

Updated toolchain based on Rust 1.43.0, tested on Xcode 11.4.1.

Other changes:

  • The included cargo binary no longer has a dynamic linker dependency on homebrew openssl