Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
state:open label:A-HIR
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
/
rustc-dev-guide
Public
Notifications
You must be signed in to change notification settings
Fork
556
Star
1.8k
Code
Issues
156
Pull requests
9
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Issues
Search Issues
state
:
open
label
:
A-HIR
state:open label:A-HIR
Search
Labels
Milestones
New issue
Search results
Open
Closed
Talk about the <code>async</code> machinery, the key concepts, analysis, representations, etc.
A-async
Area: async
Area: async
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
A-MIR
Area: mid-level intermediate representation (MIR)
Area: mid-level intermediate representation (MIR)
A-THIR
Area: typed high-level intermediate representation (THIR)
Area: typed high-level intermediate representation (THIR)
A-types
Area: types (e.g. how they are represented)
Area: types (e.g. how they are represented)
C-enhancement
Category: enhancement
Category: enhancement
I-terse
Issue: info is very terse
Issue: info is very terse
T-compiler
Relevant to compiler team
Relevant to compiler team
WG-async
Working group: async
Working group: async
Status: Open.
#2144
In rust-lang/rustc-dev-guide;
·
jieyouxu
opened
on Nov 21, 2024
Flesh out HIR chapter to go more in depth about how hir is structured and all its IDs
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
C-enhancement
Category: enhancement
Category: enhancement
E-medium
Difficulty: might require some prior knowledge or code reading
Difficulty: might require some prior knowledge or code reading
I-terse
Issue: info is very terse
Issue: info is very terse
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#2143
In rust-lang/rustc-dev-guide;
·
jieyouxu
opened
on Nov 21, 2024
HIR documentation is outdated
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
E-medium
Difficulty: might require some prior knowledge or code reading
Difficulty: might require some prior knowledge or code reading
I-outdated
Issue: info is outdated
Issue: info is outdated
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#1896
In rust-lang/rustc-dev-guide;
·
Arthur-Milchior
opened
on Feb 24, 2024
Document HIR structure
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
C-enhancement
Category: enhancement
Category: enhancement
E-hard
Difficulty: might require advanced knowledge
Difficulty: might require advanced knowledge
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#1167
In rust-lang/rustc-dev-guide;
·
rylev
opened
on Jul 4, 2021
Finish chapter on type checking
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
A-MIR
Area: mid-level intermediate representation (MIR)
Area: mid-level intermediate representation (MIR)
A-THIR
Area: typed high-level intermediate representation (THIR)
Area: typed high-level intermediate representation (THIR)
A-type-check
Area: type checking
Area: type checking
C-enhancement
Category: enhancement
Category: enhancement
E-hard
Difficulty: might require advanced knowledge
Difficulty: might require advanced knowledge
T-compiler
Relevant to compiler team
Relevant to compiler team
T-types
Relevant to types team
Relevant to types team
Status: Open.
#1161
In rust-lang/rustc-dev-guide;
·
rylev
opened
on Jul 1, 2021
Document more of how to debug HIR
A-contributor-onboarding
Area: contributor on-boarding advice (e.g. for new contributors)
Area: contributor on-boarding advice (e.g. for new contributors)
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
E-medium
Difficulty: might require some prior knowledge or code reading
Difficulty: might require some prior knowledge or code reading
I-terse
Issue: info is very terse
Issue: info is very terse
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#1159
In rust-lang/rustc-dev-guide;
·
rylev
opened
on Jul 1, 2021
Point to <code>rustc_ast_lowering</code> and <code>LoweringContext</code> as places where AST to HIR lowering occurs
A-AST
Area: abstract syntax tree
Area: abstract syntax tree
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
C-enhancement
Category: enhancement
Category: enhancement
E-easy
Difficulty: might be a good place for a beginner
Difficulty: might be a good place for a beginner
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#1012
In rust-lang/rustc-dev-guide;
·
rylev
opened
on Jan 6, 2021
Define <code>DefCollector</code> in HIR lowering section
A-AST
Area: abstract syntax tree
Area: abstract syntax tree
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
C-enhancement
Category: enhancement
Category: enhancement
E-hard
Difficulty: might require advanced knowledge
Difficulty: might require advanced knowledge
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#1011
In rust-lang/rustc-dev-guide;
·
rylev
opened
on Jan 6, 2021
Define "definition", "node", and "item" more precisely in section on hir
A-glossary
Area: glossary
Area: glossary
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
C-enhancement
Category: enhancement
Category: enhancement
E-hard
Difficulty: might require advanced knowledge
Difficulty: might require advanced knowledge
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#1009
In rust-lang/rustc-dev-guide;
·
rylev
opened
on Jan 6, 2021
Document HIR ty lowering
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
C-enhancement
Category: enhancement
Category: enhancement
E-hard
Difficulty: might require advanced knowledge
Difficulty: might require advanced knowledge
E-help-wanted
Call for participation: extra help is wanted
Call for participation: extra help is wanted
T-compiler
Relevant to compiler team
Relevant to compiler team
T-types
Relevant to types team
Relevant to types team
Status: Open.
#178
In rust-lang/rustc-dev-guide;
·
nikomatsakis
opened
on Aug 8, 2018
More information on attributes
A-AST
Area: abstract syntax tree
Area: abstract syntax tree
A-attributes
Area: attributes
Area: attributes
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
C-enhancement
Category: enhancement
Category: enhancement
E-hard
Difficulty: might require advanced knowledge
Difficulty: might require advanced knowledge
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#104
In rust-lang/rustc-dev-guide;
·
phansch
opened
on Mar 27, 2018
document where various bits of rust are desugared
A-desugaring
Area: how constructs are desugared over various IR lowerings
Area: how constructs are desugared over various IR lowerings
A-HIR
Area: high-level intermediate representation (HIR)
Area: high-level intermediate representation (HIR)
A-MIR
Area: mid-level intermediate representation (MIR)
Area: mid-level intermediate representation (MIR)
A-THIR
Area: typed high-level intermediate representation (THIR)
Area: typed high-level intermediate representation (THIR)
C-enhancement
Category: enhancement
Category: enhancement
E-hard
Difficulty: might require advanced knowledge
Difficulty: might require advanced knowledge
T-compiler
Relevant to compiler team
Relevant to compiler team
Status: Open.
#94
In rust-lang/rustc-dev-guide;
·
nikomatsakis
opened
on Mar 19, 2018
You can’t perform that action at this time.