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
Breadcrumbs
History for
rust
tests
on
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
Auto merge of #154013 - JonathanBrouwer:rollup-J4887ML, r=JonathanBrouwer
Show description for 91775db
bors
committed
91775db
View commit details
Copy full SHA for 91775db
View code at this point
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
View code at this point
Browse repository at this point
Moved issue-23981 to tests/ui/macros
aryannrd
committed
a9838dd
View commit details
Copy full SHA for a9838dd
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
unstable impl of `From<{i64, u64}> for f128`
folkertdev
committed
681b48e
View commit details
Copy full SHA for 681b48e
View code at this point
Browse repository at this point
Rollup merge of #153965 - Darksonn:kasan-minor-bugs, r=JonathanBrouwer
Show description for c608c63
JonathanBrouwer
authored
c608c63
View commit details
Copy full SHA for c608c63
View code at this point
Browse repository at this point
Rollup merge of #153946 - cyrgani:no-cross-tests-dir, r=Kivooeo
Show description for 967e3cf
JonathanBrouwer
authored
967e3cf
View commit details
Copy full SHA for 967e3cf
View code at this point
Browse repository at this point
Rollup merge of #153920 - folkertdev:track-caller-abi-error, r=JonathanBrouwer
Show description for f4cc98a
JonathanBrouwer
authored
f4cc98a
View commit details
Copy full SHA for f4cc98a
View code at this point
Browse repository at this point
Rollup merge of #153894 - estebank:issue-129792, r=nnethercote
Show description for a5e0306
JonathanBrouwer
authored
a5e0306
View commit details
Copy full SHA for a5e0306
View code at this point
Browse repository at this point
Rollup merge of #153884 - folkertdev:f16-classify-runtime-const, r=tgross35
Show description for cbebd5b
JonathanBrouwer
authored
cbebd5b
View commit details
Copy full SHA for cbebd5b
View code at this point
Browse repository at this point
Rollup merge of #153622 - RalfJung:rm-soft-unstable, r=JonathanBrouwer
Show description for 626f9d3
JonathanBrouwer
authored
626f9d3
View commit details
Copy full SHA for 626f9d3
View code at this point
Browse repository at this point
Rollup merge of #153967 - estebank:infer_must_implement, r=petrochenkov
Show description for 888990b
JonathanBrouwer
authored
888990b
View commit details
Copy full SHA for 888990b
View code at this point
Browse repository at this point
Rollup merge of #153959 - mu001999-contrib:fix-153848, r=petrochenkov
Show description for b2a26be
JonathanBrouwer
authored
b2a26be
View commit details
Copy full SHA for b2a26be
View code at this point
Browse repository at this point
Rollup merge of #153801 - ywxt:parallel-test, r=petrochenkov
Show description for fe68164
JonathanBrouwer
authored
fe68164
View commit details
Copy full SHA for fe68164
View code at this point
Browse repository at this point
Update uitests
JonathanBrouwer
committed
de48ea7
View commit details
Copy full SHA for de48ea7
View code at this point
Browse repository at this point
Fix missing kernel-address from error message list
Darksonn
committed
d81da4d
View commit details
Copy full SHA for d81da4d
View code at this point
Browse repository at this point
Emit ForbiddenBound fatally if meeting complex bound
mu001999
committed
1503274
View commit details
Copy full SHA for 1503274
View code at this point
Browse repository at this point
move `tests/ui/invalid` tests to new folders
cyrgani
committed
72732f2
View commit details
Copy full SHA for 72732f2
View code at this point
Browse repository at this point
Ignore tests for the parallel frontend
ywxt
committed
6a0ce16
View commit details
Copy full SHA for 6a0ce16
View code at this point
Browse repository at this point
Rollup merge of #153921 - arferreira:fix-bogus-assoc-type-constraint-suggestion, r=estebank
Show description for 66c506d
Zalathar
authored
66c506d
View commit details
Copy full SHA for 66c506d
View code at this point
Browse repository at this point
Rollup merge of #153738 - fmease:dyn-ace-gingerly-care, r=BoxyUwU
Show description for 1c3429f
Zalathar
authored
1c3429f
View commit details
Copy full SHA for 1c3429f
View code at this point
Browse repository at this point
Rollup merge of #153966 - folkertdev:suggest-target-feature-names, r=mati865
Show description for f08ebf3
Zalathar
authored
f08ebf3
View commit details
Copy full SHA for f08ebf3
View code at this point
Browse repository at this point
Don't look for non-type-level assoc consts when checking trait object types
fmease
committed
f8bce56
View commit details
Copy full SHA for f8bce56
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.