rustc-1.74 1.74.1+dfsg0ubuntu1-0ubuntu13 source package in Ubuntu

Changelog

rustc-1.74 (1.74.1+dfsg0ubuntu1-0ubuntu13) noble; urgency=medium

  * d/rules: disable vendored source check due to hardcoded cargo.

 -- Zixing Liu <email address hidden>  Wed, 03 Apr 2024 15:02:02 -0600

Upload details

Uploaded by:
Zixing Liu
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
rustc-1.74_1.74.1+dfsg0ubuntu1.orig.tar.xz 44.2 MiB 6ce52ef9ce38f5a2a19185462dc65972e4ea9025bd3c84b3b791cc77ed1fbe18
rustc-1.74_1.74.1+dfsg0ubuntu1-0ubuntu13.debian.tar.xz 126.5 KiB ecce5ca576f040ba156c90562aaff23a47457369d656a4044115c714241653ea
rustc-1.74_1.74.1+dfsg0ubuntu1-0ubuntu13.dsc 14.4 KiB 853ad4a69f05859f73645fe3321c3106662f3da0e4d3c48c468741b7c8049f36

View changes file

Binary packages built by this source

cargo-1.74: Rust package manager

 Cargo is a tool that allows Rust projects to declare their various
 dependencies, and ensure that you'll always get a repeatable build.
 .
 To accomplish this goal, Cargo does four things:
  * Introduces two metadata files with various bits of project information.
  * Fetches and builds your project's dependencies.
  * Invokes rustc or another build tool with the correct parameters to build
    your project.
  * Introduces conventions, making working with Rust projects easier.
 .
 Cargo downloads your Rust project’s dependencies and compiles your
 project.

cargo-1.74-dbgsym: debug symbols for cargo-1.74
rust-1.74-all: No summary available for rust-1.74-all in ubuntu oracular.

No description available for rust-1.74-all in ubuntu oracular.

rust-1.74-clippy: No summary available for rust-1.74-clippy in ubuntu oracular.

No description available for rust-1.74-clippy in ubuntu oracular.

rust-1.74-clippy-dbgsym: debug symbols for rust-1.74-clippy
rust-1.74-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-1.74-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-1.74-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-1.74: 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-1.74-dbgsym: No summary available for rustc-1.74-dbgsym in ubuntu oracular.

No description available for rustc-1.74-dbgsym in ubuntu oracular.

rustfmt-1.74: 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-1.74-dbgsym: debug symbols for rustfmt-1.74