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-backtrace
SVNWeb

Number of commits found: 3

Sun, 27 Jun 2021
[ 05:39 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:f897ded31edcafadb3e4dd662fa022cabae86623  commit hash:f897ded31edcafadb3e4dd662fa022cabae86623  commit hash:f897ded31edcafadb3e4dd662fa022cabae86623  f897ded 
lang/rust: Update to 1.53.0

Changes:	https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html
PR:		256653
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D30790
With hat:	rust
Mon, 29 Mar 2021
[ 18:07 tobik search for other commits by this committer ] Original commit   Revision:569489
lang/rust: Update to 1.51.0

- Update devel/racer to 2.1.44

Changes:	https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html
PR:		254578
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D29425
Tue, 23 Mar 2021
[ 06:39 tobik search for other commits by this committer ] Original commit   Revision:569007
lang/rust: Fix DOCS build, unbreak RUST_BACKTRACE

- Fix DOCS build by disabling deny-warnings (rustc equivalent to
  -Werror).  Let's not fail the entire build just because a handful
  of docs fail to build due to -D broken-intra-doc-links [0]
- Only install the host target docs.  We otherwise waste time with
  a rust-docs install-uninstall-install cycle for each additional
  target during stage.
- Backport FreeBSD support for gimli, unbreak RUST_BACKTRACE, and
  have useful stack traces with actual content again [1]
- While here also strip binaries under libexec/ and ack reading of
  src/bootstrap/CHANGELOG.md (changelog-seen=2)

[0] https://github.com/rust-lang/rust/issues/76526

PR:		253557 [1]
Submitted by:	jbeich [1]

Number of commits found: 3