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
863
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
obeis
Datepicker
All time
Commit History
Commits on Apr 16, 2025
Add test for `extern` without explicit ABI
obeis
committed
d17c04e
Copy full SHA for d17c04e
Add hard error for `extern` without explicit ABI
obeis
committed
01cfa9a
Copy full SHA for 01cfa9a
Commits on Apr 15, 2025
Add `explicit_extern_abis` unstable feature
Show description for ee53c26
obeis
committed
ee53c26
Copy full SHA for ee53c26
Commits on Sep 30, 2024
Add multi-producer, multi-consumer channel (mpmc)
obeis
committed
041e76b
Copy full SHA for 041e76b
Commits on Sep 13, 2024
Update tests for hidden references to mutable static
obeis
committed
cd99729
Copy full SHA for cd99729
Update tests for hidden references to mutable static
obeis
committed
3b0ce1b
Copy full SHA for 3b0ce1b
Disallow hidden references to mutable static
obeis
committed
74cab94
Copy full SHA for 74cab94
Commits on Feb 18, 2024
Improve wording of static_mut_ref
Show description for 8ce7f62
obeis
committed
8ce7f62
Copy full SHA for 8ce7f62
Improve wording of static_mut_ref
Show description for b959fc1
obeis
committed
b959fc1
Copy full SHA for b959fc1
Improve wording of static_mut_ref
Show description for 408eeae
obeis
committed
408eeae
Copy full SHA for 408eeae
Commits on Jan 7, 2024
Update test for `E0796` and `static_mut_ref` lint
obeis
committed
47b0606
Copy full SHA for 47b0606
Update test for `E0796` and `static_mut_ref` lint
obeis
committed
837c030
Copy full SHA for 837c030
Update test for `E0796` and `static_mut_ref` lint
obeis
committed
a8aa687
Copy full SHA for a8aa687
Commits on Jan 6, 2024
Add test for `E0796` and `static_mut_ref` lint
obeis
committed
18edf9a
Copy full SHA for 18edf9a
Call `maybe_stmt_static_mut` inside `resolve_stmt`
obeis
committed
e36f7b7
Copy full SHA for e36f7b7
Call `maybe_expr_static_mut` inside `resolve_expr`
obeis
committed
a82fd2b
Copy full SHA for a82fd2b
Disallow reference to `static mut` for statements
obeis
committed
70ba4d1
Copy full SHA for 70ba4d1
Disallow reference to `static mut` for expressions
Show description for 2c088f9
obeis
committed
2c088f9
Copy full SHA for 2c088f9
Commits on Oct 24, 2023
Migrate diagnostics in `rustc_hir_analysis/src/coherence/orphan.rs`
obeis
committed
68f5536
Copy full SHA for 68f5536
Commits on Sep 20, 2023
Migrate `rustc_hir_analysis` to session diagnostic
Show description for 77e205a
obeis
committed
77e205a
Copy full SHA for 77e205a
Commits on Sep 14, 2023
Migrate `rustc_hir_analysis` to session diagnostic
Show description for 8723af5
obeis
committed
8723af5
Copy full SHA for 8723af5
Commits on May 29, 2023
Add test for `#![doc(test(...)]` with literal parameter
obeis
committed
70bbcce
Copy full SHA for 70bbcce
Avoid ICE on `#![doc(test(...)]` with literal parameter
obeis
committed
33eef82
Copy full SHA for 33eef82
Commits on May 25, 2023
Add test for RPIT defined with different hidden types with different substs
obeis
committed
b37cdc6
Copy full SHA for b37cdc6
Commits on May 10, 2023
Make `NonUseContext::AscribeUserTy` carry `ty::Variance`
obeis
committed
2198fae
Copy full SHA for 2198fae
Commits on Apr 21, 2023
Migrate `rustc_hir_analysis` to session diagnostic
Show description for 06ff310
obeis
committed
06ff310
Copy full SHA for 06ff310
Commits on Apr 7, 2023
Migrate `rustc_hir_analysis` to session diagnostic
Show description for 066638b
obeis
committed
066638b
Copy full SHA for 066638b
Commits on Mar 4, 2023
migrate `rustc_hir_analysis` to session diagnostic
Show description for 44eb974
obeis
committed
44eb974
Copy full SHA for 44eb974
Commits on Feb 24, 2023
Migrate `rustc_hir_analysis` to session diagnostic
Show description for 34966aa
obeis
committed
34966aa
Copy full SHA for 34966aa
Commits on Feb 23, 2023
Add ui test for `E0271` error
obeis
committed
99344a8
Copy full SHA for 99344a8
Add ui test for `map_unit_fn` lint in closure case
obeis
committed
b93d545
Copy full SHA for b93d545
Emit `map_unit_fn` lint in closure case
obeis
committed
a87443a
Copy full SHA for a87443a
Add ui test for `map_unit_fn` lint
obeis
committed
ddd7d10
Copy full SHA for ddd7d10
Add lint against `Iterator::map` receiving a callable that returns `()`
obeis
committed
a914f37
Copy full SHA for a914f37
Commits on Feb 5, 2023
Add ui test for missing expression in for loop
obeis
committed
17b6bd6
Copy full SHA for 17b6bd6
Pagination
Previous
Next
You can’t perform that action at this time.