rustc 1.23.0+dfsg1+llvm-0ubuntu2 source package in Ubuntu
Changelog
rustc (1.23.0+dfsg1+llvm-0ubuntu2) bionic; urgency=medium * Merge from Debian experimental, 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 - Don't run dynamic_lib::tests::test_loading_cosine on Aarch64 whilst if fails there - add debian/patches/u-ignoretest-arm64_02.patch - update debian/patches/series - Make test failures fatal, except on ppc64el and s390x, as there's nothing in the archive yet that requires a working rust on these architectures - update debian/rules - Disable debuginfo when building on 32-bit architectures, as it seems to be the only way we can get a successful build - update debian/config.toml.in - update debian/rules - Update debian/patches/u-make-tests-work-without-rpath.patch to fix some test failures - Backport an upstream change to make the stack overflow detection work with a recent change in glibc 2.27 that moves the stack guard page for threads beyond the end of the stack - add debian/patches/u-stack-guard-glibc-2.27-fix.patch - update debian/patches/series rustc (1.23.0+dfsg1-1) unstable; urgency=medium * Upload to unstable. rustc (1.23.0+dfsg1-1~exp1) experimental; urgency=medium * New upstream release. * Update to latest Standards-Version; no changes required. rustc (1.22.1+dfsg1-2) unstable; urgency=medium * Fix B-D rustc version so this package can be built using itself. rustc (1.22.1+dfsg1-1) unstable; urgency=medium [ Ximin Luo ] * Remove unimportant files that autoload remote resources from rust-src. * Fix more symlinks in rust-doc. * On armhf, only generate debuginfo for libstd and not the compiler itself. This works around buildds running out of memory, see upstream #45854. * Update to latest Standards-Version; no changes required. [ Chris Coulson ] * Fix some test failures that occur because we build rust without an rpath. -- Chris Coulson <email address hidden> Thu, 01 Feb 2018 13:59:02 +0000
Upload details
- Uploaded by:
- Chris Coulson
- Uploaded to:
- Bionic
- Original maintainer:
- Rust Maintainers
- 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.23.0+dfsg1+llvm.orig.tar.xz | 26.6 MiB | dee8ddfb04d22a4ac1f3323cd9aab43bfb37c8ea86569f890956c1901032ec84 |
rustc_1.23.0+dfsg1+llvm-0ubuntu2.debian.tar.xz | 58.5 KiB | 8bd2c3974cc8ee19ba7503caf48be10be057bd89371b9d42e8fd4f955c5ba8d3 |
rustc_1.23.0+dfsg1+llvm-0ubuntu2.dsc | 2.5 KiB | cf337a1ae1e175b11649513277ae89b04e65a95ea845c3f855d0662f9d3bf498 |
Available diffs
Binary packages built by this source
- libstd-rust-1.23: No summary available for libstd-rust-1.23 in ubuntu bionic.
No description available for libstd-rust-1.23 in ubuntu bionic.
- libstd-rust-1.23-dbgsym: No summary available for libstd-rust-1.23-dbgsym in ubuntu bionic.
No description available for libstd-
rust-1. 23-dbgsym in ubuntu bionic.
- 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-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