![]() Update stdarch Updates stdarch - core_arch: Add LoongArch basic intrinsics: https://github.com/rust-lang/stdarch/pull/1688 - New ARM intrinsic generator: https://github.com/rust-lang/stdarch/pull/1693 - Fix the bug in CMPINT intrinsics with IMM3=7: https://github.com/rust-lang/stdarch/pull/1694 - Expand feature detection on AArch64 Darwin: https://github.com/rust-lang/stdarch/pull/1695 - Tidying x86 `as_*` functions: https://github.com/rust-lang/stdarch/pull/1696 - Fix typo and prettify comment: https://github.com/rust-lang/stdarch/pull/1697 - add is_s390x_feature_detected: https://github.com/rust-lang/stdarch/pull/1699 - add vec_add for s390x: https://github.com/rust-lang/stdarch/pull/1703 - s390x: add vec_sub, vec_mul, vec_min, vec_max, vec_abs and vec_splats: https://github.com/rust-lang/stdarch/pull/1704 - Fix build and CLI behaviour for stdarch-gen-arm. https://github.com/rust-lang/stdarch/pull/1705 - Fix some test naming, and refactor stdarch-verify in general: https://github.com/rust-lang/stdarch/pull/1707 - Update all stdarch crates to Rust 2024: https://github.com/rust-lang/stdarch/pull/1710 - Add keylocker (kl and widekl) intrinsics and runtime feature detection: https://github.com/rust-lang/stdarch/pull/1706 - S390x vector bitwise operations: https://github.com/rust-lang/stdarch/pull/1709 - Update CI to FreeBSD 13.4: https://github.com/rust-lang/stdarch/pull/1715 - Update wasm sub sat intrinsics for LLVM 20: https://github.com/rust-lang/stdarch/pull/1719 - powerpc: use more target-independent llvm intrinsics (min, max, round, countlz): https://github.com/rust-lang/stdarch/pull/1713 - S390x float rounding: https://github.com/rust-lang/stdarch/pull/1712 - mark riscv intrinsics as safe: https://github.com/rust-lang/stdarch/pull/1717 - change redundant transmutations of sign to cast_unsigned: https://github.com/rust-lang/stdarch/pull/1711 - Fix - AArch64 Big Endian Intrinsics: https://github.com/rust-lang/stdarch/pull/1708 - mark x86 intrinsics as safe: https://github.com/rust-lang/stdarch/pull/1714 - AArch64: Add NEON fp16 intrinsics: https://github.com/rust-lang/stdarch/pull/1726 - wasm: use simd_as for float to integer conversions: https://github.com/rust-lang/stdarch/pull/1724 - nvptx: use simd_fmin and simd_fmax for minnum and maxnum: https://github.com/rust-lang/stdarch/pull/1725 - powerpc: use simd_ceil and simd_floor: https://github.com/rust-lang/stdarch/pull/1723 - Changed altivec.rs to new intrinsic declaration: https://github.com/rust-lang/stdarch/pull/1722 - Remove some allow(unsafe_op_in_unsafe_fn)s and use target_feature 1.1 in examples: https://github.com/rust-lang/stdarch/pull/1727 - fix - neon type signed unsigned conversions: https://github.com/rust-lang/stdarch/pull/1729 - s390x_is_feature_detected!: detect more features: https://github.com/rust-lang/stdarch/pull/1720 - Fix doctests failing due to unused_unsafe: https://github.com/rust-lang/stdarch/pull/1731 - fix compilation on armebv7r-none-eabi: https://github.com/rust-lang/stdarch/pull/1733 - wasm: update for rintf intrinsic rename: https://github.com/rust-lang/stdarch/pull/1721 - powerpc: use the simd_fma intrinsic for vec_madd: https://github.com/rust-lang/stdarch/pull/1734 - powerpc: use llvm.fshl for vec_rl: https://github.com/rust-lang/stdarch/pull/1735 - s390x: add more intrinsics: https://github.com/rust-lang/stdarch/pull/1728 - make _mm256_zero{upper,all} safe: https://github.com/rust-lang/stdarch/pull/1736 - fix unnecessary unsafe error in doctest: https://github.com/rust-lang/stdarch/pull/1739 - Feat - Aarch64 FEAT_FAMINMAX: https://github.com/rust-lang/stdarch/pull/1732 - feat - FEAT_LUT neon instrinsics: https://github.com/rust-lang/stdarch/pull/1741 |
||
---|---|---|
.github | ||
compiler | ||
library | ||
LICENSES | ||
src | ||
tests | ||
.clang-format | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.ignore | ||
.mailmap | ||
Cargo.lock | ||
Cargo.toml | ||
CODE_OF_CONDUCT.md | ||
config.example.toml | ||
configure | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
INSTALL.md | ||
LICENSE-APACHE | ||
license-metadata.json | ||
LICENSE-MIT | ||
README.md | ||
RELEASES.md | ||
REUSE.toml | ||
rust-bors.toml | ||
rustfmt.toml | ||
triagebot.toml | ||
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.