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
925
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
6697f02
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 2, 2025
Fetch the destructor constness lazily
oli-obk
committed
6697f02
Copy full SHA for 6697f02
Only look at trait impls in the current crate when looking for `Drop` impls
oli-obk
committed
ca32447
Copy full SHA for ca32447
Commits on Apr 1, 2025
Ensure `calculcate_dtor` is only ever called on local types
oli-obk
committed
51184c7
Copy full SHA for 51184c7
Store adt_async_destructor in metadata
oli-obk
committed
2b1c416
Copy full SHA for 2b1c416
Store adt_destructor in metadata
oli-obk
committed
23f1fb5
Copy full SHA for 23f1fb5
Make missing optimized MIR error more informative
oli-obk
committed
c0fe46d
Copy full SHA for c0fe46d
Remove an unnecessary dtor computation and use the cached query result instead
oli-obk
committed
aec7739
Copy full SHA for aec7739
Decouple trait impls of different traits wrt incremental
oli-obk
committed
a7b687c
Copy full SHA for a7b687c
Auto merge of #139194 - matthiaskrgr:rollup-2mhep38, r=matthiaskrgr
Show description for 97ea17b
bors
committed
97ea17b
Copy full SHA for 97ea17b
Commits on Mar 31, 2025
Rollup merge of #139181 - tiif:doc, r=Noratrieb
Show description for d492348
matthiaskrgr
authored
d492348
Copy full SHA for d492348
Rollup merge of #139179 - ChrisDenton:unvacate, r=ChrisDenton
Show description for 745657d
matthiaskrgr
authored
745657d
Copy full SHA for 745657d
Rollup merge of #139176 - m-ou-se:print3, r=compiler-errors
Show description for 5b46e24
matthiaskrgr
authored
5b46e24
Copy full SHA for 5b46e24
Rollup merge of #139151 - mejrs:underscore_to_dash, r=onur-ozkan
Show description for d78704a
matthiaskrgr
authored
d78704a
Copy full SHA for d78704a
Rollup merge of #139039 - nnethercote:less-kw-Empty-4, r=petrochenkov
Show description for 2f5d548
matthiaskrgr
authored
2f5d548
Copy full SHA for 2f5d548
Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiser
Show description for 5048534
matthiaskrgr
authored
5048534
Copy full SHA for 5048534
Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxu
Show description for 3257415
matthiaskrgr
authored
3257415
Copy full SHA for 3257415
Avoid `kw::Empty` use for `AuxParamsAttr`.
Show description for 2785063
nnethercote
committed
2785063
Copy full SHA for 2785063
Improve `is_doc_keyword`.
Show description for 929749d
nnethercote
committed
929749d
Copy full SHA for 929749d
Tweak `check_doc_keyword`.
Show description for 9fb0def
nnethercote
committed
9fb0def
Copy full SHA for 9fb0def
Use `sym::dummy` in one more place.
Show description for a6a6d01
nnethercote
committed
a6a6d01
Copy full SHA for a6a6d01
Fix invalid link
tiif
committed
7539681
Copy full SHA for 7539681
Remove ChrisDenton from on vacation
ChrisDenton
committed
3ef1a3f
Copy full SHA for 3ef1a3f
Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgr
Show description for 0b45675
bors
committed
0b45675
Copy full SHA for 0b45675
Remove fragile equal-pointers-unequal/*/print3.rs tests.
m-ou-se
committed
4e99dca
Copy full SHA for 4e99dca
Rollup merge of #139167 - Amanieu:remove-amanieu, r=Mark-Simulacrum
Show description for 70a1bbc
matthiaskrgr
authored
70a1bbc
Copy full SHA for 70a1bbc
Rollup merge of #139157 - mejrs:never, r=Noratrieb
Show description for 6cf2d18
matthiaskrgr
authored
6cf2d18
Copy full SHA for 6cf2d18
Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obk
Show description for b17948a
matthiaskrgr
authored
b17948a
Copy full SHA for b17948a
Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin
Show description for ac05597
matthiaskrgr
authored
ac05597
Copy full SHA for ac05597
Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease
Show description for 0a579d5
matthiaskrgr
authored
0a579d5
Copy full SHA for 0a579d5
Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnr
Show description for e15161d
matthiaskrgr
authored
e15161d
Copy full SHA for e15161d
Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obk
Show description for ab5b1be
bors
committed
ab5b1be
Copy full SHA for ab5b1be
Remove Amanieu from the libs review rotation
Amanieu
committed
53f4397
Copy full SHA for 53f4397
Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote
Show description for 10a76d6
bors
committed
10a76d6
Copy full SHA for 10a76d6
Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-dead
Show description for 7bfd952
bors
committed
7bfd952
Copy full SHA for 7bfd952
Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhpratt
Show description for 3c0f722
bors
committed
3c0f722
Copy full SHA for 3c0f722
Pagination
Previous
Next
You can’t perform that action at this time.