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.8k
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
Convert more queries to use
LocalDefId
- #71292
#71292
Merged
bors
merged 17 commits into
rust-lang:master
rust-lang/rust:master
from
marmeladema:queries-local-def-id
marmeladema/rust:queries-local-def-id
Copy head branch name to clipboard
Apr 28, 2020
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Convert more queries to use
LocalDefId
#71292
bors
merged 17 commits into
rust-lang:master
rust-lang/rust:master
from
marmeladema:queries-local-def-id
marmeladema/rust:queries-local-def-id
Copy head branch name to clipboard
Commits
Commits on Apr 27, 2020
Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries
marmeladema
committed
de7c9e7
View commit details
Copy full SHA for de7c9e7
Browse repository at this point
Use `LocalDefId` in `unsafety_check_result` query
marmeladema
committed
abd31ad
View commit details
Copy full SHA for abd31ad
Browse repository at this point
Use `LocalDefId` in `mir_built` query
marmeladema
committed
f2f0478
View commit details
Copy full SHA for f2f0478
Browse repository at this point
Use `LocalDefId` for `type_param_predicates` query
marmeladema
committed
da975c3
View commit details
Copy full SHA for da975c3
Browse repository at this point
Accept `LocalDefId` as keyt for `names_imported_by_glob_use`
Show description for 82cc530
marmeladema
committed
82cc530
View commit details
Copy full SHA for 82cc530
Browse repository at this point
Return a `FxHashSet<LocalDefId>` from `mir_keys` query
marmeladema
committed
82823c0
View commit details
Copy full SHA for 82823c0
Browse repository at this point
Accept `LocalDefId` as key for `mir_borrowck` query
marmeladema
committed
6e930f7
View commit details
Copy full SHA for 6e930f7
Browse repository at this point
Accept `LocalDefId` as key for `mir_validated` query
marmeladema
committed
eada410
View commit details
Copy full SHA for eada410
Browse repository at this point
Accept `LocalDefId` as argument for `mir_build::lint::check`
marmeladema
committed
9e3bb61
View commit details
Copy full SHA for 9e3bb61
Browse repository at this point
Accept `LocalDefId` as key for `lint_mod` query
marmeladema
committed
49d0b72
View commit details
Copy full SHA for 49d0b72
Browse repository at this point
Accept `LocalDefId` as key for `check_mod_privacy` query
marmeladema
committed
3c6e6ca
View commit details
Copy full SHA for 3c6e6ca
Browse repository at this point
Declare `body_owner` as `LocalDefId` in `MemCategorizationContext`
marmeladema
committed
91d5ab3
View commit details
Copy full SHA for 91d5ab3
Browse repository at this point
Declare `body_owner` and `subject_def_id` as `LocalDefId` in `RegionCtxt`
marmeladema
committed
3877f54
View commit details
Copy full SHA for 3877f54
Browse repository at this point
Change return type of `entry_fn` query to return a `LocalDefId`
marmeladema
committed
c9f6ffc
View commit details
Copy full SHA for c9f6ffc
Browse repository at this point
Accept `LocalDefId` as key for `check_item_well_formed` query
marmeladema
committed
d9e5fa1
View commit details
Copy full SHA for d9e5fa1
Browse repository at this point
Accept `LocalDefId` as key for `check_trait_item_well_formed` query
marmeladema
committed
14119a2
View commit details
Copy full SHA for 14119a2
Browse repository at this point
Accept `LocalDefId` as key for `check_impl_item_well_formed` query
marmeladema
committed
1349272
View commit details
Copy full SHA for 1349272
Browse repository at this point
You can’t perform that action at this time.