1
Fork 0
Empowering everyone to build reliable and efficient software. Gabriel's commits. https://www.rust-lang.org/
Find a file
bors 7a495cc13d Auto merge of #123616 - bzEq:fix-be-test, r=jhpratt
[Test] issue-122805.rs should limit to little endian target

In issue-122805.rs, codegen on big endian target is different from little endian target.
```llvm
%0 = load <8 x i16>, ptr %value, align 2
store <8 x i16> %0, ptr %_0, align 1
ret void
```
This is expected since the conversion is unnecessary on BE target for this case.
2024-04-08 04:16:16 +00:00
.github Remove all checks for CI in the build system 2024-04-05 14:31:12 +00:00
.reuse
compiler Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxu 2024-04-07 10:46:50 +00:00
library Auto merge of #123506 - RalfJung:miri-test-libstd, r=Mark-Simulacrum 2024-04-08 00:08:44 +00:00
LICENSES
src Auto merge of #123569 - c410-f3r:testsssssss, r=jieyouxu 2024-04-08 02:13:05 +00:00
tests Auto merge of #123616 - bzEq:fix-be-test, r=jhpratt 2024-04-08 04:16:16 +00:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore Ignore rustc-ice- files 2024-04-01 12:03:16 +02:00
.gitmodules
.mailmap
Cargo.lock Auto merge of #123321 - clubby789:cargo-uupdate, r=Mark-Simulacrum 2024-04-06 10:57:13 +00:00
Cargo.toml
CODE_OF_CONDUCT.md
config.example.toml
configure
CONTRIBUTING.md
COPYRIGHT
INSTALL.md
LICENSE-APACHE
LICENSE-MIT
README.md Use SVG logos in the README.md. 2024-04-03 19:48:20 +02:00
RELEASES.md
rust-bors.toml
rustfmt.toml
triagebot.toml Rollup merge of #123519 - Urgau:session-cfg-check-cfg-improvements, r=wesleywiser 2024-04-06 08:56:35 +02: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 integrate 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.