1
Fork 0
Empowering everyone to build reliable and efficient software. Gabriel's commits. https://www.rust-lang.org/
Find a file
Matthias Krüger d810c13b92
Rollup merge of #135697 - compiler-errors:poly-trait-ref, r=lqd
Get rid of `ToPolyTraitRef`

It's generally a footgun, since it throws away `PredicatePolarity`.

This PR doesn't attempt to fix any related bugs having to do with binders or polarity; it just tries to pass through `TraitPredicate`s around instead of `TraitRef`s. There should be basically no functional changes.
2025-01-19 01:18:57 +01:00
.github Auto merge of #135682 - matthiaskrgr:rollup-cl7zlt1, r=matthiaskrgr 2025-01-18 18:40:20 +00:00
compiler Rollup merge of #135697 - compiler-errors:poly-trait-ref, r=lqd 2025-01-19 01:18:57 +01:00
library Rollup merge of #135661 - tgross35:stabilize-float_next_up_down, r=scottmcm 2025-01-18 13:58:06 +01:00
LICENSES
src Rollup merge of #135640 - Gelbpunkt:drop-mips-glibc-patches, r=Kobzol 2025-01-19 01:18:55 +01:00
tests Rollup merge of #135663 - frank-king:fix/135614, r=compiler-errors 2025-01-19 01:18:55 +01:00
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.ignore
.mailmap
Cargo.lock new solver: prefer trivial builtin impls over where-clauses 2025-01-17 18:50:29 +00:00
Cargo.toml Bump Clippy version -> 0.1.86 2025-01-09 18:01:44 +01:00
CODE_OF_CONDUCT.md
config.example.toml add optimized-compiler-builtins to target specific section 2025-01-10 11:47:06 +03:00
configure
CONTRIBUTING.md
COPYRIGHT
INSTALL.md
LICENSE-APACHE
license-metadata.json
LICENSE-MIT
README.md
RELEASES.md Rollup merge of #135266 - kadiwa4:no_emsdk_update, r=Mark-Simulacrum 2025-01-12 09:14:11 +01:00
REUSE.toml
rust-bors.toml
rustfmt.toml
triagebot.toml auto label A-bootstrap-stamp 2025-01-12 08:43:34 +03:00
x
x.ps1
x.py

This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.

Why Rust?

  • Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.

  • Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.

  • Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).

Quick Start

Read "Installation" from The Book.

Installing from Source

If you really want to install from source (though this is not recommended), see INSTALL.md.

Getting Help

See https://www.rust-lang.org/community for a list of chat platforms and forums.

Contributing

See CONTRIBUTING.md.

License

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

Trademark

The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the "Rust Trademarks").

If you want to use these names or brands, please read the media guide.

Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.