Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.8k
Star
107k
Code
Issues
5k+
Pull requests
869
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
eduardosm
Datepicker
All time
Commit History
Commits on Feb 25, 2025
Remove some `allow(unsafe_op_in_unsafe_fn)`s and use target_feature 1.1 in examples
eduardosm
authored and
Amanieu
committed
b8d25bd
Copy full SHA for b8d25bd
Commits on Feb 1, 2025
Test getrandom 0.3
eduardosm
committed
eab3528
Copy full SHA for eab3528
Bump rand to 0.9 and getrandom to 0.3
eduardosm
committed
13f3132
Copy full SHA for 13f3132
Commits on Nov 29, 2024
Simplify some code in examples
eduardosm
authored and
Amanieu
committed
21300c2
Copy full SHA for 21300c2
Commits on Nov 23, 2024
Stabilize `const_float_methods`
eduardosm
committed
6f7dc38
Copy full SHA for 6f7dc38
Commits on Nov 20, 2024
miri: implement square root without relying on host floats
eduardosm
committed
8a5c187
Copy full SHA for 8a5c187
Commits on Nov 10, 2024
Fix `asm!` options for `_mm_mask_load_sh` and `_mm_maskz_load_sh`
Show description for 4c6bf38
eduardosm
authored and
Amanieu
committed
4c6bf38
Copy full SHA for 4c6bf38
Commits on Nov 9, 2024
Fix duplicated doc comment line and empty line after doc comment
eduardosm
authored and
Amanieu
committed
a552144
Copy full SHA for a552144
Commits on Nov 4, 2024
Improve example of `impl Pattern for &[char]`
Show description for 4872b6b
eduardosm
committed
4872b6b
Copy full SHA for 4872b6b
Commits on Oct 29, 2024
Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>`
eduardosm
committed
9fe9041
Copy full SHA for 9fe9041
Commits on Oct 17, 2024
miri: improve support for `f16` and `f128`
Show description for d7e91ba
eduardosm
committed
d7e91ba
Copy full SHA for d7e91ba
Commits on Oct 15, 2024
Make some float methods unstable `const fn`
Show description for c09ed3e
eduardosm
committed
c09ed3e
Copy full SHA for c09ed3e
Commits on Oct 14, 2024
De-duplicate and move `adjust_nan` to `InterpCx`
eduardosm
committed
b73e613
Copy full SHA for b73e613
Commits on Oct 1, 2024
Stabilize `const_slice_from_raw_parts_mut`
eduardosm
committed
0dc250c
Copy full SHA for 0dc250c
Commits on Sep 25, 2024
Revert "Avoid invalid NaN lint machine-applicable suggestion in const context"
Show description for c39ae56
eduardosm
committed
c39ae56
Copy full SHA for c39ae56
Commits on Sep 17, 2024
Use `@only-target` in SSE and SSE2 tests too
Show description for 57f6563
eduardosm
committed
57f6563
Copy full SHA for 57f6563
Commits on Sep 12, 2024
Stabilize `const_float_classify`
eduardosm
committed
e3c822d
Copy full SHA for e3c822d
Commits on Sep 9, 2024
Remove needless returns detected by clippy in the compiler
eduardosm
committed
0b20ffc
Copy full SHA for 0b20ffc
Commits on Sep 8, 2024
Remove needless returns detected by clippy in libraries
eduardosm
committed
5f3fdd1
Copy full SHA for 5f3fdd1
Commits on Aug 31, 2024
Remove stray dot in `std::char::from_u32_unchecked` documentation
eduardosm
committed
d4e708f
Copy full SHA for d4e708f
Commits on Aug 19, 2024
Stabilize feature `char_indices_offset`
eduardosm
committed
dbad758
Copy full SHA for dbad758
Avoid legacy numeric constants
eduardosm
authored and
Amanieu
committed
f23656f
Copy full SHA for f23656f
Add loongarch64-unknown-linux-gnu to CI
eduardosm
authored and
Amanieu
committed
c103c01
Copy full SHA for c103c01
Commits on Aug 17, 2024
Use full path to refer `simd_shuffle` intrinsic from `simd_shuffle!` macro
Show description for 76d71ff
eduardosm
authored and
Amanieu
committed
76d71ff
Copy full SHA for 76d71ff
Remove `#![feature(asm_const)]`
eduardosm
authored and
Amanieu
committed
d9f0480
Copy full SHA for d9f0480
Commits on Jul 12, 2024
Stabilize io_slice_advance
eduardosm
committed
a45c12c
Copy full SHA for a45c12c
Commits on Jun 11, 2024
Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists
eduardosm
committed
6a04dfe
Copy full SHA for 6a04dfe
Commits on Apr 28, 2024
Remove `#![feature(inline_const)]`
Show description for c5f9c14
eduardosm
authored and
Amanieu
committed
c5f9c14
Copy full SHA for c5f9c14
Add `#[cfg_attr(miri, ignore)]` to tests of intrinsics that cannot be supported by Miri
eduardosm
authored and
Amanieu
committed
95ce20e
Copy full SHA for 95ce20e
Commits on Apr 27, 2024
Do not implement x86 SIMD abs with host integers
eduardosm
committed
b261535
Copy full SHA for b261535
Clarify behavior of AVX2 gather when dest and offsets have different numbers of elements
eduardosm
committed
b3b1b49
Copy full SHA for b3b1b49
Add doc comment to `pack_generic`
eduardosm
committed
ee47a8e
Copy full SHA for ee47a8e
Commits on Apr 23, 2024
Fix wording in shift functions doc comments
eduardosm
committed
4dbc4f8
Copy full SHA for 4dbc4f8
Configure clippy not to generate warnings about arithmetic operations on `rustc_target::abi::Size`
eduardosm
committed
ed15716
Copy full SHA for ed15716
Implement LLVM x86 AVX2 intrinsics
eduardosm
committed
799a4de
Copy full SHA for 799a4de
Pagination
Previous
Next
You can’t perform that action at this time.