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 }}
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
16k
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
Move the query engine out of rustc_middle
- #70951
#70951
Merged
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
cjgillot:anarchy
cjgillot/rust:anarchy
Copy head branch name to clipboard
Feb 20, 2021
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Move the query engine out of rustc_middle
#70951
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
cjgillot:anarchy
cjgillot/rust:anarchy
Copy head branch name to clipboard
Commits
Commits on Feb 19, 2021
Group logic about the Providers struct.
cjgillot
committed
7794fbb
View commit details
Copy full SHA for 7794fbb
Browse repository at this point
Don't require a QueryContext to access the DepGraph.
cjgillot
committed
211b05a
View commit details
Copy full SHA for 211b05a
Browse repository at this point
Remove QueryAccessors::to_dep_node.
cjgillot
committed
6f04883
View commit details
Copy full SHA for 6f04883
Browse repository at this point
Decouple QueryContext from DepContext.
cjgillot
committed
49c1b07
View commit details
Copy full SHA for 49c1b07
Browse repository at this point
Decouple the on-disk cache from the query engine.
cjgillot
committed
dab9b89
View commit details
Copy full SHA for dab9b89
Browse repository at this point
Wrap TyCtxt inside a QueryCtxt for queries.
cjgillot
committed
2db2776
View commit details
Copy full SHA for 2db2776
Browse repository at this point
Opacify query invocation.
cjgillot
committed
3f868b1
View commit details
Copy full SHA for 3f868b1
Browse repository at this point
Make QueryEngine opaque to TyCtxt.
cjgillot
committed
5d71b99
View commit details
Copy full SHA for 5d71b99
Browse repository at this point
Make alloc_self_profile_query_strings a standalone function.
cjgillot
committed
0e9cac4
View commit details
Copy full SHA for 0e9cac4
Browse repository at this point
Move try_print_query_stack to rustc_interface.
cjgillot
committed
4dbf83a
View commit details
Copy full SHA for 4dbf83a
Browse repository at this point
Move try_load_from_on_disk_cache to the QueryContext.
cjgillot
committed
ea3d465
View commit details
Copy full SHA for ea3d465
Browse repository at this point
Move handle_deadlock where it is used.
cjgillot
committed
a4b1158
View commit details
Copy full SHA for a4b1158
Browse repository at this point
Move definition of callbacks to parent module.
cjgillot
committed
6e4af4a
View commit details
Copy full SHA for 6e4af4a
Browse repository at this point
Select caching strategy per query.
Show description for 3bd14c7
cjgillot
committed
3bd14c7
View commit details
Copy full SHA for 3bd14c7
Browse repository at this point
Use a QueryContext for try_mark_green.
cjgillot
committed
b27266f
View commit details
Copy full SHA for b27266f
Browse repository at this point
Use QueryCtxt in DepKindStruct.
cjgillot
committed
1ac21e4
View commit details
Copy full SHA for 1ac21e4
Browse repository at this point
Split DepKindStruct in two.
cjgillot
committed
cdc0b19
View commit details
Copy full SHA for cdc0b19
Browse repository at this point
Wrap QueryDescription into a macro.
cjgillot
committed
8e5d613
View commit details
Copy full SHA for 8e5d613
Browse repository at this point
Move query names and Providers to parent module.
cjgillot
committed
24dbb61
View commit details
Copy full SHA for 24dbb61
Browse repository at this point
Make encode_query_results more generic.
cjgillot
committed
23f9d10
View commit details
Copy full SHA for 23f9d10
Browse repository at this point
Introduce a QueryEngine trait object.
cjgillot
committed
71f749a
View commit details
Copy full SHA for 71f749a
Browse repository at this point
Move the query system to rustc_query_impl.
cjgillot
committed
4581d16
View commit details
Copy full SHA for 4581d16
Browse repository at this point
Workaround rustdoc not honouring cfg(parallel_compiler).
cjgillot
committed
9823c2c
View commit details
Copy full SHA for 9823c2c
Browse repository at this point
You can’t perform that action at this time.