rustc 1.32.0+dfsg1+llvm-1ubuntu1~18.04.1 source package in Ubuntu
Changelog
rustc (1.32.0+dfsg1+llvm-1ubuntu1~18.04.1) bionic; urgency=medium * Backport to Bionic. -- Michael Hudson-Doyle <email address hidden> Thu, 14 Mar 2019 15:00:35 +1300
Upload details
- Uploaded by:
- Michael Hudson-Doyle
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rustc_1.32.0+dfsg1+llvm.orig.tar.xz | 31.1 MiB | 3a5c15c646c971b5d77ab154458b81328b77f63743aeba234c836ab9e1bfcaa2 |
rustc_1.32.0+dfsg1+llvm-1ubuntu1~18.04.1.debian.tar.xz | 61.3 KiB | 2b77704ffdb9d8cae23354e4eb5941cc6d8c034c39dd66f463f6cbd2e1c40340 |
rustc_1.32.0+dfsg1+llvm-1ubuntu1~18.04.1.dsc | 2.9 KiB | 99dcdb7d30ea7dcaaec4951d63d7d3774b559a034d3dc4062d535c008a750f83 |
Available diffs
- diff from 1.31.0+dfsg1+llvm-2ubuntu1~18.04.1 (in ~ubuntu-mozilla-security/ubuntu/rust-updates) to 1.32.0+dfsg1+llvm-1ubuntu1~18.04.1 (17.8 MiB)
- diff from 1.32.0+dfsg1+llvm-1ubuntu0.18.04~ppa1 (in ~ricotz/ubuntu/mozilla) to 1.32.0+dfsg1+llvm-1ubuntu1~18.04.1 (473 bytes)
- diff from 1.32.0+dfsg1+llvm-1ubuntu1~18.04.1~ppa1 to 1.32.0+dfsg1+llvm-1ubuntu1~18.04.1 (282 bytes)
Binary packages built by this source
- libstd-rust-1.32: Rust standard libraries
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 standard Rust libraries, built as dylibs.
- libstd-rust-1.32-dbgsym: debug symbols for libstd-rust-1.32
- 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.
- libstd-rust-dev-dbgsym: No summary available for libstd-rust-dev-dbgsym in ubuntu bionic.
No description available for libstd-
rust-dev- dbgsym in ubuntu bionic.
- 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