The Rust Programming Language
No description set
- Developed at devel:languages:rust
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/rust && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.suse-maint | 0000002229 2.18 KB | |
_constraints | 0000001608 1.57 KB | |
_service | 0000000292 292 Bytes | |
hopefully-fix-rustdoc-build.patch | 0000001722 1.68 KB | |
ignore-Wstring-conversion.patch | 0000000510 510 Bytes | |
rust-1.38.0-aarch64-unknown-linux-gnu.tar.xz | 0235231988 224 MB | |
rust-1.38.0-armv7-unknown-linux-gnueabihf.tar.xz | 0243411104 232 MB | |
rust-1.38.0-i686-unknown-linux-gnu.tar.xz | 0298169160 284 MB | |
rust-1.38.0-powerpc-unknown-linux-gnu.tar.xz | 0239750464 229 MB | |
rust-1.38.0-powerpc64-unknown-linux-gnu.tar.xz | 0240082008 229 MB | |
rust-1.38.0-powerpc64le-unknown-linux-gnu.tar.xz | 0244407488 233 MB | |
rust-1.38.0-s390x-unknown-linux-gnu.tar.xz | 0291685528 278 MB | |
rust-1.38.0-x86_64-unknown-linux-gnu.tar.xz | 0279859784 267 MB | |
rust-rpmlintrc | 0000000801 801 Bytes | |
rust.changes | 0000105243 103 KB | |
rust.spec | 0000021653 21.1 KB | |
rustc-1.39.0-src.tar.xz | 0096495140 92 MB |
Revision 45 (latest revision is 99)
Dominique Leuenberger (dimstar_suse)
accepted
request 752417
from
Neal Gompa (Pharaoh_Atem)
(revision 45)
- Rename README to README.suse-maint and add it as a source to stop factory-auto from declining submissions automatically - Re-format the spec file - Add a README to explain the update process - Add _service file for download the assets and re-base the patches - Add hopefully-fix-rustdoc-build.patch to fix rustdoc compilation - Update to version 1.39.0 + Language - You can now create async functions and blocks with async fn, async move {}, and async {} respectively, and you can now call .await on async expressions. - You can now use certain attributes on function, closure, and function pointer parameters. - You can now take shared references to bind-by-move patterns in the if guards of match arms. + Compiler - Added tier 3 support for the i686-unknown-uefi target. - Added tier 3 support for the sparc64-unknown-openbsd target. - rustc will now trim code snippets in diagnostics to fit in your terminal. - You can now pass --show-output argument to test binaries to print the output of successful tests. + For more details: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1390-2019-11-07 - Drop patches already merged in upstream: + rust-61206-assume-tarball-llvm-is-fresh.patch + add-option-to-allow-warnings.patch
Comments 4
Looks like we do need the aggregate
rust 1.28 has been released; https://blog.rust-lang.org/2018/08/02/Rust-1.28.html
rust 1.29 has been released; https://github.com/rust-lang/rust/archive/1.29.0.tar.gz
Upcoming versions of Mozilla software need at least Rust 1.41.0 to compile. Any chance the current package here could be updated?