rustc 1.59.0+dfsg1-1~ubuntu1 source package in Ubuntu
Changelog
rustc (1.59.0+dfsg1-1~ubuntu1) kinetic; urgency=medium * Merge 1.59.0+dfsg1-1~exp1 from Debian experimental (LP: #1968345) Remaining changes: - Downgrade cargo from rustc Recommends to Suggests to make rustc promotable to main. (LP: #1966200) - New patch u-linkchecker-symlinks.patch to fix an issue in the linkchecker triggered by our symlink to the system fonts dir - d/control: Add fonts-nanum to the rust-doc deps - d/control: Add the rust-doc deps as build-deps for the linkchecker tests - Reduce parallelism on all arches other than riscv64 to avoid OOMs during build. - Explicitly disable LTO - Add a self-build autopkgtest - Ship the Cargo.lock file along with the compiler to identify which crates were bundled in. - d/p/ubuntu-disable-armhf-debuginfo-failures.patch: temporary to work around the armhf debuginfo test failures - d/p/ubuntu-ignore-arm-doctest.patch: Patch out the bad doctests for the instruction_set errors - d/p/ubuntu-fix-crossbeam-CVE-2022-23639.patch: cherry-pick to fix CVE-2022-23639 amended to also patch the 0.7.2 version of the crate - On i386, only build debuginfo for libstd - Add a hack to ensure the stage0 compiler is extracted to the correct location - Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so during some debuginfo tests - Version the Build-Conflict on gdb-minimal as gdb now Provides it - Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an upgrade issue - 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. -- Simon Chopin <email address hidden> Fri, 29 Apr 2022 10:13:09 +0200
Upload details
- Uploaded by:
- Simon Chopin
- Sponsored by:
- Graham Inggs
- Uploaded to:
- Kinetic
- 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.59.0+dfsg1.orig.tar.xz | 25.9 MiB | 16b2567ce0fc3588dd89a1e5dce89f2dde0830c040e134679b77eff6858184e9 |
rustc_1.59.0+dfsg1-1~ubuntu1.debian.tar.xz | 92.1 KiB | 311fbb5fb74b8efde3a6203be73fadc9592e897fe85ed81b84abaaeaa9e9be31 |
rustc_1.59.0+dfsg1-1~ubuntu1.dsc | 3.4 KiB | 551f991f72d13aed8ecab4980e8791e16c30d4336395eb5be945c9ea538b54d2 |
Available diffs
Binary packages built by this source
- libstd-rust-1.59: No summary available for libstd-rust-1.59 in ubuntu kinetic.
No description available for libstd-rust-1.59 in ubuntu kinetic.
- libstd-rust-1.59-dbgsym: No summary available for libstd-rust-1.59-dbgsym in ubuntu kinetic.
No description available for libstd-
rust-1. 59-dbgsym in ubuntu kinetic.
- libstd-rust-dev: Rust standard libraries - development files
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 development files for the standard Rust libraries,
needed to compile Rust programs. It may also be installed on a system
of another host architecture, for cross-compiling to this architecture.
- rust-all: Rust systems programming language - all developer tools
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 is an empty metapackage that depends on all developer tools
in the standard rustc distribution that have been packaged for Debian.
- rust-clippy: Rust linter
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 'clippy', a linter to catch common mistakes and improve
your Rust code as well a collection of over 400 compatible lints.
.
Lints are divided into categories, each with a default lint level. You can
choose how much Clippy is supposed to annoy help you by changing the lint
level by category.
.
Clippy is integrated into the 'cargo' build tool, available via 'cargo clippy'.
- rust-clippy-dbgsym: debug symbols for rust-clippy
- rust-doc: Rust systems programming language - Documentation
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 the Rust tutorial, language reference and
standard library documentation.
- rust-gdb: Rust debugger (gdb)
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 gdb on rust binaries.
- 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: Rust systems programming language - source code
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 sources of the Rust compiler and standard
libraries, useful for IDEs and code analysis tools such as Racer.
- 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
- rustfmt: Rust formatting helper
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 'rustfmt', a tool for formatting Rust code according to
style guidelines, as well as 'cargo-fmt', a helper enabling running rustfmt
directly with 'cargo fmt'.
- rustfmt-dbgsym: debug symbols for rustfmt