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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.4k
Star
116k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Sized Hierarchy: Part I
- #137944
#137944
Merged
bors
merged 30 commits into
rust-lang:master
rust-lang/rust:master
from
davidtwco:sized-hierarchy
davidtwco/rust:sized-hierarchy
Copy head branch name to clipboard
Jun 17, 2025
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Sized Hierarchy: Part I
#137944
bors
merged 30 commits into
rust-lang:master
rust-lang/rust:master
from
davidtwco:sized-hierarchy
davidtwco/rust:sized-hierarchy
Copy head branch name to clipboard
Commits
Commits on Jun 16, 2025
trait_sel: `{Meta,Pointee}Sized` on `Sized` types
Show description for d43da6f
davidtwco
committed
d43da6f
View commit details
Copy full SHA for d43da6f
Browse repository at this point
trait_sel: `{Meta,Pointee}Sized` on `?Sized` types
Show description for 3b0e1c1
davidtwco
committed
3b0e1c1
View commit details
Copy full SHA for 3b0e1c1
Browse repository at this point
aux: add `{Meta,Pointee}Sized` to minicore
Show description for c6d88a1
davidtwco
committed
c6d88a1
View commit details
Copy full SHA for c6d88a1
Browse repository at this point
tests: `{Meta,Pointee}Sized` in non-minicore tests
Show description for 322cc31
davidtwco
committed
322cc31
View commit details
Copy full SHA for 322cc31
Browse repository at this point
library/compiler: add `PointeeSized` bounds
Show description for 884d0e0
davidtwco
committed
884d0e0
View commit details
Copy full SHA for 884d0e0
Browse repository at this point
lint: don't consider sizedness in upcastable lint
Show description for f0b84b8
davidtwco
committed
f0b84b8
View commit details
Copy full SHA for f0b84b8
Browse repository at this point
hir_analysis: add `{Meta,Pointee}Sized` bounds
Show description for 86ab2b6
davidtwco
committed
86ab2b6
View commit details
Copy full SHA for 86ab2b6
Browse repository at this point
aux: add `{Meta,Pointee}Sized` bounds to minicore
Show description for c162328
davidtwco
committed
c162328
View commit details
Copy full SHA for c162328
Browse repository at this point
trait_sel: stash `{Meta,Pointee}Sized` errors
Show description for 7ab1321
davidtwco
committed
7ab1321
View commit details
Copy full SHA for 7ab1321
Browse repository at this point
trait_sel: `MetaSized` bounds in dispatchable check
Show description for 1229c82
davidtwco
committed
1229c82
View commit details
Copy full SHA for 1229c82
Browse repository at this point
trait_sel: sort `{Meta,Pointee}Sized` diagnostics last
Show description for e6238ba
davidtwco
committed
e6238ba
View commit details
Copy full SHA for e6238ba
Browse repository at this point
trait_sel: print `{Meta,Pointee}Sized` impl headers
Show description for 9044b78
davidtwco
committed
9044b78
View commit details
Copy full SHA for 9044b78
Browse repository at this point
middle: print `{Meta,Pointee}Sized` in opaques
Show description for 118d4e6
davidtwco
committed
118d4e6
View commit details
Copy full SHA for 118d4e6
Browse repository at this point
tests: `PointeeSized` bounds with extern types
Show description for 3c3ba37
davidtwco
committed
3c3ba37
View commit details
Copy full SHA for 3c3ba37
Browse repository at this point
tests: update tests with unconstrained parameters
Show description for cb71150
davidtwco
committed
cb71150
View commit details
Copy full SHA for cb71150
Browse repository at this point
tests: unconstrain params in `non_lifetime_binders`
Show description for 8f19fd0
davidtwco
committed
8f19fd0
View commit details
Copy full SHA for 8f19fd0
Browse repository at this point
tests: add overflow test
Show description for 5d17987
davidtwco
committed
5d17987
View commit details
Copy full SHA for 5d17987
Browse repository at this point
tests: bless remaining tests
Show description for 1834582
davidtwco
committed
1834582
View commit details
Copy full SHA for 1834582
Browse repository at this point
trait_sel: extend fast path with sized hierarchy
Show description for 47abf2e
davidtwco
committed
47abf2e
View commit details
Copy full SHA for 47abf2e
Browse repository at this point
trait_sel: skip elaboration of sizedness supertrait
Show description for 607eb32
davidtwco
committed
607eb32
View commit details
Copy full SHA for 607eb32
Browse repository at this point
trait_sel: skip `nominal_obligations` for `Sized`
Show description for d531a84
davidtwco
committed
d531a84
View commit details
Copy full SHA for d531a84
Browse repository at this point
rustdoc: skip `MetaSized` bounds
Show description for 2f8e760
davidtwco
committed
2f8e760
View commit details
Copy full SHA for 2f8e760
Browse repository at this point
rustdoc: `{Meta,Pointee,}Sized` in non-minicore
Show description for da47753
davidtwco
committed
da47753
View commit details
Copy full SHA for da47753
Browse repository at this point
rustdoc: `PointeeSized` bounds with extern types
Show description for 388a99e
davidtwco
committed
388a99e
View commit details
Copy full SHA for 388a99e
Browse repository at this point
bootstrap: address lint failures
Show description for 126c5e9
davidtwco
committed
126c5e9
View commit details
Copy full SHA for 126c5e9
Browse repository at this point
clippy: add `MetaSized` conditions
Show description for 2156750
davidtwco
committed
2156750
View commit details
Copy full SHA for 2156750
Browse repository at this point
clippy: `{Meta,Pointee,}Sized` in non-minicore
Show description for 81dcbb9
davidtwco
committed
81dcbb9
View commit details
Copy full SHA for 81dcbb9
Browse repository at this point
cranelift/gcc: `{Meta,Pointee,}Sized` in minicore
Show description for 3d12885
davidtwco
committed
3d12885
View commit details
Copy full SHA for 3d12885
Browse repository at this point
miri: fix build
Show description for 940726b
davidtwco
committed
940726b
View commit details
Copy full SHA for 940726b
Browse repository at this point
miri: bless tests
Show description for a31e1f1
davidtwco
committed
a31e1f1
View commit details
Copy full SHA for a31e1f1
Browse repository at this point
You can’t perform that action at this time.