rustc 1.51.0+dfsg1+llvm-1~exp3ubuntu1 source package in Ubuntu
Changelog
rustc (1.51.0+dfsg1+llvm-1~exp3ubuntu1) impish; urgency=medium * Merge 1.51.0+dfsg1-1~exp3 from Debian experimental (LP #1932145). Remaining changes: - Use the bundled llvm to avoid having to do llvm updates in order to deliver rust updates - update debian/config.toml.in - update debian/control - update debian/copyright - update debian/rules - Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so during some debuginfo tests - update debian/control - Add a hack to ensure the stage0 compiler is extracted to the correct location - update debian/make_orig-stage0_tarball.sh - Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control whether LLVM is compiled with debug symbols - update debian/rules - On i386, only build debuginfo for libstd - update debian/rules - Ignore all test failures on every architecture - update debian/rules - Version the Build-Conflict on gdb-minimal as gdb now Provides it - update debian/control - Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an upgrade issue - update debian/control - Adjust debian/watch to include +llvm in upstream version. - update debian/watch - Add Build-Depends-Indep: libssl-dev - Revert workaround for upstream bug #74786 - Disable wasm build as build dependencies not currently available in Ubuntu. - Do not build windows cross compiler. - Try reducing parallelism in rustbuild on arm64 to avoid OOM. - Reduce parallelism during build on s390x too. * Disable check against uploading ~exp versions. -- Michael Hudson-Doyle <email address hidden> Tue, 06 Jul 2021 13:16:52 +1200
Upload details
- Uploaded by:
- Michael Hudson-Doyle
- Uploaded to:
- Impish
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rustc_1.51.0+dfsg1+llvm.orig.tar.xz | 74.9 MiB | fcdbd0cfbda1c3f900f5f7cd0c713c1e834216bc852827d1080795b5ce4d9412 |
rustc_1.51.0+dfsg1+llvm-1~exp3ubuntu1.debian.tar.xz | 82.4 KiB | 1b78ef60cf1c8cb39d71440d0318f6f42d15bdf33b94e20a3d3ed23db2d7917d |
rustc_1.51.0+dfsg1+llvm-1~exp3ubuntu1.dsc | 3.0 KiB | 97a2843ae3ffb07a454366f3f1e5037ecbd03c43357eca6a0eadacca15b72547 |
Available diffs
Binary packages built by this source
- libstd-rust-1.51: No summary available for libstd-rust-1.51 in ubuntu impish.
No description available for libstd-rust-1.51 in ubuntu impish.
- libstd-rust-1.51-dbgsym: No summary available for libstd-rust-1.51-dbgsym in ubuntu jammy.
No description available for libstd-
rust-1. 51-dbgsym in ubuntu jammy.
- libstd-rust-dev: No summary available for libstd-rust-dev in ubuntu impish.
No description available for libstd-rust-dev in ubuntu impish.
- rust-doc: No summary available for rust-doc in ubuntu impish.
No description available for rust-doc in ubuntu impish.
- rust-gdb: No summary available for rust-gdb in ubuntu impish.
No description available for rust-gdb in ubuntu impish.
- rust-lldb: Rust debugger (lldb)
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
.
It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and meta-programming, in both static and dynamic
styles.
.
This package contains pretty printers and a wrapper script for
invoking lldb on rust binaries.
- rust-src: No summary available for rust-src in ubuntu impish.
No description available for rust-src in ubuntu impish.
- rustc: Rust systems programming language
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
.
It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and meta-programming, in both static and dynamic
styles.
- rustc-dbgsym: debug symbols for rustc