Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
14k
Star
108k
Code
Issues
5k+
Pull requests
912
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
9ffd0bf
User selector
All users
Datepicker
All time
Commit History
Commits on May 17, 2025
do away with `_Self` and `TraitName` and check generic params for rustc_on_unimplemented
mejrs
committed
9ffd0bf
Copy full SHA for 9ffd0bf
Switch library rustc_unimplemented to use `Self` and `This`
mejrs
committed
c9b6ccc
Copy full SHA for c9b6ccc
Commits on May 15, 2025
Auto merge of #136988 - compiler-errors:impossible_predicates, r=lcnr
Show description for c4e05e5
bors
committed
c4e05e5
Copy full SHA for c4e05e5
Auto merge of #141011 - matthiaskrgr:rollup-4uwllo2, r=matthiaskrgr
Show description for d163a28
bors
committed
d163a28
Copy full SHA for d163a28
Auto merge of #141023 - jieyouxu:temp-windows-server-2022, r=marcoieni
Show description for 2a5da7a
bors
committed
2a5da7a
Copy full SHA for 2a5da7a
Temporarily use Windows Server 2022 instead of Windows Server 2025 images
Show description for f4ce73e
jieyouxu
committed
f4ce73e
Copy full SHA for f4ce73e
Commits on May 14, 2025
Rollup merge of #140989 - xizheyin:issue-139631, r=compiler-errors
Show description for e39ab25
matthiaskrgr
authored
e39ab25
Copy full SHA for e39ab25
Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35
Show description for 8395461
matthiaskrgr
authored
8395461
Copy full SHA for 8395461
Rollup merge of #140976 - samueltardieu:diag-ipaddr-v4v6, r=Urgau
Show description for a1b5841
matthiaskrgr
authored
a1b5841
Copy full SHA for a1b5841
Rollup merge of #140973 - Berrysoft:update-bootstrap-lock, r=jieyouxu
Show description for bbd2301
matthiaskrgr
authored
bbd2301
Copy full SHA for bbd2301
Rollup merge of #140953 - jieyouxu:compiletest-bless-msg, r=compiler-errors
Show description for 8e34100
matthiaskrgr
authored
8e34100
Copy full SHA for 8e34100
Rollup merge of #140904 - ehuss:future-incompat-template, r=Mark-Simulacrum
Show description for 0267905
matthiaskrgr
authored
0267905
Copy full SHA for 0267905
Rollup merge of #140827 - compiler-errors:gather-locals-twice, r=oli-obk
Show description for dcb808e
matthiaskrgr
authored
dcb808e
Copy full SHA for dcb808e
Add `Ipv4Addr` and `Ipv6Addr` diagnostic items
Show description for 7b1ba42
samueltardieu
committed
7b1ba42
Copy full SHA for 7b1ba42
Suggest replace `f` with `f: Box<f>` when expr field is short hand
Show description for 32be459
xizheyin
committed
32be459
Copy full SHA for 32be459
Add ui test suggest-box-for-expr-field-issue-139631
Show description for dca57c6
xizheyin
committed
dca57c6
Copy full SHA for dca57c6
MaybeUninit::write: fix doc
mathisbot
committed
c610177
Copy full SHA for c610177
Commits on May 13, 2025
Update rustix to 1.0.7 for bootstrap
Berrysoft
committed
4fcd33c
Copy full SHA for 4fcd33c
Auto merge of #140921 - Berrysoft:update-rustc-lock, r=jieyouxu
Show description for 414482f
bors
committed
414482f
Copy full SHA for 414482f
Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors
Show description for 4eca99a
bors
committed
4eca99a
Copy full SHA for 4eca99a
Format and skip formatting for pin
compiler-errors
authored and
pietroalbini
committed
8ce7783
Copy full SHA for 8ce7783
bump compiler_builtins
pietroalbini
committed
ce6e296
Copy full SHA for ce6e296
Auto merge of #140951 - compiler-errors:super-fmt, r=ytmimi
Show description for f6b5da7
bors
committed
f6b5da7
Copy full SHA for f6b5da7
Auto merge of #140935 - omahs:patch-5, r=jieyouxu
Show description for 32d2385
bors
committed
32d2385
Copy full SHA for 32d2385
Auto merge of #140927 - mejrs:test5, r=jieyouxu
Show description for 3ae0b2e
bors
committed
3ae0b2e
Copy full SHA for 3ae0b2e
Commits on May 12, 2025
Auto merge of #140909 - fmease:modern-notif-backport-rustdoc, r=apiraino
Show description for 8405332
bors
committed
8405332
Copy full SHA for 8405332
Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errors
Show description for 1a7f290
bors
committed
1a7f290
Copy full SHA for 1a7f290
Fix typos
omahs
committed
1caaa88
Copy full SHA for 1caaa88
compiletest: fix "blessing" message
Show description for 82fbbc0
jieyouxu
committed
82fbbc0
Copy full SHA for 82fbbc0
Do not remove super keyword from super-let
compiler-errors
committed
26316b8
Copy full SHA for 26316b8
Move more tests/ui tests
mejrs
committed
60c32f6
Copy full SHA for 60c32f6
Auto merge of #140941 - ferrocene:ja/gh140939-fix-async-drop-test, r=petrochenkov
Show description for 420ca71
bors
committed
420ca71
Copy full SHA for 420ca71
manual clippy fixes
pietroalbini
committed
779dd35
Copy full SHA for 779dd35
./x clippy ci --fix
pietroalbini
committed
8e4b1c8
Copy full SHA for 8e4b1c8
x86_64-lynx-lynxos178 is now present in the stage0
pietroalbini
committed
27cca0d
Copy full SHA for 27cca0d
Pagination
Previous
Next
You can’t perform that action at this time.