From owner-svn-doc-all@freebsd.org Fri Jul 28 22:05:31 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60F1EDD0EA9; Fri, 28 Jul 2017 22:05:31 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D5B373DC8; Fri, 28 Jul 2017 22:05:31 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6SM5U1n097397; Fri, 28 Jul 2017 22:05:30 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6SM5UqW097396; Fri, 28 Jul 2017 22:05:30 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201707282205.v6SM5UqW097396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Fri, 28 Jul 2017 22:05:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50599 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: bjk X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 50599 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2017 22:05:31 -0000 Author: bjk Date: Fri Jul 28 22:05:30 2017 New Revision: 50599 URL: https://svnweb.freebsd.org/changeset/doc/50599 Log: Add 2017Q2 Rust entry from dumbbell Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml Fri Jul 28 21:22:11 2017 (r50598) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml Fri Jul 28 22:05:30 2017 (r50599) @@ -1754,4 +1754,68 @@ in the base system, a big milestone!

+ + + Rust + + + + &os; Rust team + rust@FreeBSD.org + + + + + Wiki Portal + Guide to Bootstrap Rust on &os; + Bug Report to Track Progress on Bootstrapping + Upstream Discussion of API/ABI Breaking Changes + + + +

Rust was updated to 1.18.0 and Cargo to 0.19.0, the latest + versions at the time of this writing.

+ +

lang/rust was enabled on &os;/aarch64 and work has + continued on devel/cargo to achieve the same. We are + also making slow progress to add support for even more + platforms.

+ +

Discussion has started upstream to support API/ABI breaking + changes between major releases of operating systems. For + instance, this is required to be able to target both &os; 11.x + and 12.x, which have ABI changes involving important + structures. Once support is added upstream, it will be + possible to target a specific ABI and do + cross-compilation.

+ +

lang/rust-nightly was marked as broken for now. We + need to revisit how the port is built so we can use the + x.py script as recommended by upstream.

+ +

Tobias Kortkamp (tobik@) created the + USES=cargo setting to make it easy to add Rust + applications to the Ports Collection. This is further + detailed in a separate entry in this quarterly status + report.

+ +

The compiler, rustc, is crashing sometimes when + there is a compilation error. Therefore, there is a bit of + work to do to improve its stability.

+ +

There is some code duplication between the + lang/rust* and devel/cargo Makefiles. These + all deserve a bit of cleanup, and it might be useful to create + a USES=rust Makefile helper.

+ + + + Bootstrap Rust on more platforms. + + Investigate compiler crashes. + + Investigate how to speed up lang/rust* + compilation times. + +