aboutsummaryrefslogtreecommitdiff
path: root/lang/rust/files/patch-src_llvm_utils_llvm-build_llvmbuild_main.py
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Update to 1.34.0Tobias Kortkamp2019-04-111-11/+0
| | | | | | | | | | | | | | | | | - Update devel/racer to latest version that can build with 1.34.0 - Drop no longer needed patch from textproc/ripgrep - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html Reviewed by: jbeich With hat: rust Differential Revision: https://reviews.freebsd.org/D19850 Notes: svn path=/head/; revision=498677
* lang/rust: Add aarch64, armv{6,7}, and powerpc64 bootstrapsTobias Kortkamp2019-02-181-2/+2
| | | | | | | | | PR: 216143, 228892 Submitted by: Mikaël Urankar <mikael.urankar@gmail.com> Differential Revision: https://reviews.freebsd.org/D18367 Notes: svn path=/head/; revision=493268
* lang/rust: Update to 1.27.1Jean-Sébastien Pédron2018-07-191-2/+2
| | | | | | | | | | | | | | | | | | Release notes: * https://blog.rust-lang.org/2018/06/21/Rust-1.27.html * https://blog.rust-lang.org/2018/07/10/Rust-1.27.1.html Rust is marked as broken on aarch64. The reason is the bootstrap compiler crashes currently. See PR 228892 which tracks the issue. A patch for aarch64 is still included. It fixes the sign for unqualified C char. This patch still needs to be upstream, but for that, the compiler needs to work again first. PR: 228892 Notes: svn path=/head/; revision=474978
* - Take maintainershipThomas Zander2015-11-071-0/+11
- Provide target for 'make test': Use bundled rust regression test suite - Use bundled LLVM for now: Built with it, rust passes more regression tests - Bump PORTREVISION Notes: svn path=/head/; revision=401025