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
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.6k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Unflatten
use
statements in HIR
- #161349
#161349
Open
oli-obk
wants to merge 17 commits into
rust-lang:main
rust-lang/rust:main
from
oli-obk:unflatten-use
oli-obk/rust:unflatten-use
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
Unflatten
use
statements in HIR
#161349
oli-obk
wants to merge 17 commits into
rust-lang:main
rust-lang/rust:main
from
oli-obk:unflatten-use
oli-obk/rust:unflatten-use
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
Remove an unnecessary derive
oli-obk
committed
d88abae
View commit details
Copy full SHA for d88abae
Browse repository at this point
Pull nested import printing out into a method
oli-obk
committed
40fa24e
View commit details
Copy full SHA for 40fa24e
Browse repository at this point
Extract res -> PerNS logic into a method
oli-obk
committed
7bee297
View commit details
Copy full SHA for 7bee297
Browse repository at this point
Remove an argument that is the same everywhere
oli-obk
committed
b915c7b
View commit details
Copy full SHA for b915c7b
Browse repository at this point
Remove a level of indentation and make later filtering easier
oli-obk
committed
0d6bcf3
View commit details
Copy full SHA for 0d6bcf3
Browse repository at this point
Split path segment stability checking out into a separate method
oli-obk
committed
6faa6bd
View commit details
Copy full SHA for 6faa6bd
Browse repository at this point
Avoid passing a hir::Import around everywhere
oli-obk
committed
1efe5c2
View commit details
Copy full SHA for 1efe5c2
Browse repository at this point
Only pass down the information actually needed
oli-obk
committed
1ad9ec6
View commit details
Copy full SHA for 1ad9ec6
Browse repository at this point
Simplify a condition that mostly did the same in both arms
oli-obk
committed
be6b0f1
View commit details
Copy full SHA for be6b0f1
Browse repository at this point
Handle use item collection in the late resolution visitor
oli-obk
committed
0a0e8dd
View commit details
Copy full SHA for 0a0e8dd
Browse repository at this point
Don't create an owner per import, lower them as part of their surrounding scope instead
oli-obk
committed
d214b5a
View commit details
Copy full SHA for d214b5a
Browse repository at this point
Stop special casing Use items in ast indexing
oli-obk
committed
9a586ab
View commit details
Copy full SHA for 9a586ab
Browse repository at this point
Make use trees in HIR be a tree again
oli-obk
committed
f0971b1
View commit details
Copy full SHA for f0971b1
Browse repository at this point
Preserve nested use tree DefIds to HIR
oli-obk
committed
63c101c
View commit details
Copy full SHA for 63c101c
Browse repository at this point
Make clippy handle HIR use trees
oli-obk
committed
f92aaa4
View commit details
Copy full SHA for f92aaa4
Browse repository at this point
Make rustdoc handle HIR use trees
oli-obk
committed
8aaa25e
View commit details
Copy full SHA for 8aaa25e
Browse repository at this point
Remove redundant assert
oli-obk
committed
4e3adf4
View commit details
Copy full SHA for 4e3adf4
Browse repository at this point
You can’t perform that action at this time.