notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/rust/files/patch-src_llvm-project_compiler-rt_lib_builtins_cpu__model.c
SVNWeb

Number of commits found: 4

Sun, 1 May 2022
[ 16:39 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:e57dfbf32324ca40f17bb6c4a10581e6a06ab00b  commit hash:e57dfbf32324ca40f17bb6c4a10581e6a06ab00b  commit hash:e57dfbf32324ca40f17bb6c4a10581e6a06ab00b  e57dfbf  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.60.0

  - Switch to using "x.py dist" instead of "x.py build" in the do-build phase as
    we are missing the rustc-dev component on nightly
  - Revert part of [1] as it causes cross build problem with
lang/rust-bootstrap@powerpc
  - Mark devel/racer as deprecated: it's hard to maintain due to recurrent build
problem
    and it's not actively maintained. Upstream advises to use
devel/rust-analyzer instead.

[1]
https://github.com/rust-lang/rust/commit/07dae5a97b64100f5abd511f1e2d5a6263a54006

Announce:		https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html
ChangeLog:		https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1600-2022-04-07
Reviewed by:		tobik
Exp-run by:		antoine
Differential Revision:	https://reviews.freebsd.org/D34823
Sun, 19 Sep 2021
[ 09:03 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  6f1fefb  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.55.0

- Set codegen-units=1 [1]
- Add hack to skip cargo update on git sources as a step towards solving [2]
- Fix 'capacity overflow' panics on armv* [3]

Changes:	https://blog.rust-lang.org/2021-09-09/Rust-1.55.0.html
PR:		258337
PR:		256099 [1]
PR:		256581 [2]
PR:		257419 [3]
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D31872
With hat:	rust
Mon, 6 Sep 2021
[ 20:04 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:473a0e375ef3e4ffc058478ce07908e5e06e7bc6  commit hash:473a0e375ef3e4ffc058478ce07908e5e06e7bc6  commit hash:473a0e375ef3e4ffc058478ce07908e5e06e7bc6  473a0e3 
lang/rust: don't overwrite hwcap with the return value of elf_aux_info(3)

Reported by:	jbeich
[ 13:53 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:74c66d50fd5f3f12469881d4f9c5634f8722ccc5  commit hash:74c66d50fd5f3f12469881d4f9c5634f8722ccc5  commit hash:74c66d50fd5f3f12469881d4f9c5634f8722ccc5  74c66d5 
lang/rust: Fix for missing getauxval function on FreeBSD

Use FreeBSD's elf_aux_info for detecting ARM HW features

PR:		258198
Tested by:	Bob Prohaska <fbsd@www.zefox.net>

Number of commits found: 4