Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
dqminh
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Mar 18, 2026
Auto merge of #154039 - Zalathar:rollup-Emyd5AO, r=Zalathar
Show description for 53d60bb
bors
committed
53d60bb
View commit details
Copy full SHA for 53d60bb
Browse repository at this point
Rollup merge of #154028 - Zalathar:into-query-key, r=nnethercote
Show description for 205d100
Zalathar
authored
205d100
View commit details
Copy full SHA for 205d100
Browse repository at this point
Rollup merge of #154020 - aryannrd:move-issue-23891, r=JohnTitor
Show description for 3cfde0e
Zalathar
authored
3cfde0e
View commit details
Copy full SHA for 3cfde0e
Browse repository at this point
Rollup merge of #153580 - mati865:elf-raw-dylib-static-and-tls, r=bjorn3
Show description for c0172a3
Zalathar
authored
c0172a3
View commit details
Copy full SHA for c0172a3
Browse repository at this point
Rename `IntoQueryParam` to `IntoQueryKey` and tweak some occurrences
Show description for 38aaeef
Zalathar
committed
38aaeef
View commit details
Copy full SHA for 38aaeef
Browse repository at this point
Move trait `IntoQueryParam` into its own file
Show description for 4c16ba1
Zalathar
committed
4c16ba1
View commit details
Copy full SHA for 4c16ba1
Browse repository at this point
Auto merge of #154035 - Zalathar:rollup-ves1pzn, r=Zalathar
Show description for 70dd5b8
bors
committed
70dd5b8
View commit details
Copy full SHA for 70dd5b8
Browse repository at this point
Rollup merge of #153985 - lms0806:issue-153542, r=scottmcm
Show description for 43e4859
Zalathar
authored
43e4859
View commit details
Copy full SHA for 43e4859
Browse repository at this point
Rollup merge of #153945 - theemathas:unwind_safe_pointee_sized, r=scottmcm
Show description for eeb140d
Zalathar
authored
eeb140d
View commit details
Copy full SHA for eeb140d
Browse repository at this point
Rollup merge of #153677 - ConradIrwin:sanitary-string-panics, r=scottmcm
Show description for 04e7f2f
Zalathar
authored
04e7f2f
View commit details
Copy full SHA for 04e7f2f
Browse repository at this point
Auto merge of #154032 - Zalathar:rollup-Aejl3zc, r=Zalathar
Show description for a3903b1
bors
committed
a3903b1
View commit details
Copy full SHA for a3903b1
Browse repository at this point
Rollup merge of #154026 - Zalathar:unused, r=mati865
Show description for ba84805
Zalathar
authored
ba84805
View commit details
Copy full SHA for ba84805
Browse repository at this point
Rollup merge of #153778 - bjorn3:driver_cleanups, r=TaKO8Ki
Show description for 44c8729
Zalathar
authored
44c8729
View commit details
Copy full SHA for 44c8729
Browse repository at this point
Rollup merge of #153998 - Zalathar:stack-frame, r=nnethercote
Show description for f2d25df
Zalathar
authored
f2d25df
View commit details
Copy full SHA for f2d25df
Browse repository at this point
Commits on Mar 17, 2026
Remove unused types `UnusedGenericParams` and `FiniteBitSet`
Show description for fb850ae
Zalathar
committed
fb850ae
View commit details
Copy full SHA for fb850ae
Browse repository at this point
Auto merge of #154013 - JonathanBrouwer:rollup-J4887ML, r=JonathanBrouwer
Show description for 91775db
bors
committed
91775db
View commit details
Copy full SHA for 91775db
Browse repository at this point
Move query-stack-frame spans into `QueryStackFrame`
Show description for fbd3b6d
Zalathar
committed
fbd3b6d
View commit details
Copy full SHA for fbd3b6d
Browse repository at this point
Added test description and a link to github page for the relevant issue to the test
aryannrd
committed
fb88575
View commit details
Copy full SHA for fb88575
Browse repository at this point
Moved issue-23981 to tests/ui/macros
aryannrd
committed
a9838dd
View commit details
Copy full SHA for a9838dd
Browse repository at this point
Extend raw-dylib test for ELF with reloc models
mati865
committed
3531ed9
View commit details
Copy full SHA for 3531ed9
Browse repository at this point
Set symbols value in raw-dylib for ELF
Show description for ed4afa5
mati865
committed
ed4afa5
View commit details
Copy full SHA for ed4afa5
Browse repository at this point
Put statics in .data section in raw-dylib for ELF
Show description for 3638155
mati865
committed
3638155
View commit details
Copy full SHA for 3638155
Browse repository at this point
Set symbol size in raw-dylib for ELF
mati865
committed
f365432
View commit details
Copy full SHA for f365432
Browse repository at this point
Extend raw-dylib to handle statics and TLS for ELF
mati865
committed
2fad36b
View commit details
Copy full SHA for 2fad36b
Browse repository at this point
Refactor DllImport to better differentiate types
mati865
committed
82727b0
View commit details
Copy full SHA for 82727b0
Browse repository at this point
Rollup merge of #154012 - folkertdev:f128-from-instances, r=tgross35
Show description for eb61706
JonathanBrouwer
authored
eb61706
View commit details
Copy full SHA for eb61706
Browse repository at this point
Rollup merge of #154006 - JonathanBrouwer:doc-compile-err, r=jdonszelmann
Show description for cc335b2
JonathanBrouwer
authored
cc335b2
View commit details
Copy full SHA for cc335b2
Browse repository at this point
Rollup merge of #153994 - cyrgani:no-invalid-test-dir, r=Kivooeo
Show description for 270bca8
JonathanBrouwer
authored
270bca8
View commit details
Copy full SHA for 270bca8
Browse repository at this point
Rollup merge of #153795 - arferreira:turbofish-span-improvement, r=Kivooeo,eggyal
Show description for 6f13b52
JonathanBrouwer
authored
6f13b52
View commit details
Copy full SHA for 6f13b52
Browse repository at this point
Rollup merge of #153682 - estebank:tweak-e0599-note, r=wesleywiser
Show description for 907464d
JonathanBrouwer
authored
907464d
View commit details
Copy full SHA for 907464d
Browse repository at this point
Rollup merge of #152998 - xtqqczze:panic-truncate, r=jhpratt
Show description for b1050a7
JonathanBrouwer
authored
b1050a7
View commit details
Copy full SHA for b1050a7
Browse repository at this point
Auto merge of #149728 - mu001999-contrib:fix/149695, r=jdonszelmann
Show description for 91021cc
bors
committed
91021cc
View commit details
Copy full SHA for 91021cc
Browse repository at this point
unstable impl of `From<{i64, u64}> for f128`
folkertdev
committed
681b48e
View commit details
Copy full SHA for 681b48e
Browse repository at this point
Auto merge of #154008 - JonathanBrouwer:rollup-tfGnRi2, r=JonathanBrouwer
Show description for 85e19b8
bors
committed
85e19b8
View commit details
Copy full SHA for 85e19b8
Browse repository at this point
Rollup merge of #153991 - zetanumbers:report_cycle_small_refactor, r=petrochenkov
Show description for 880d85f
JonathanBrouwer
authored
880d85f
View commit details
Copy full SHA for 880d85f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.