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
16.3k
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
Don't use a generator for BoxedResolver
- #85885
#85885
Merged
bors
merged 17 commits into
rust-lang:master
rust-lang/rust:master
from
bjorn3:remove_box_region
bjorn3/rust:remove_box_region
Copy head branch name to clipboard
Jun 11, 2021
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Don't use a generator for BoxedResolver
#85885
bors
merged 17 commits into
rust-lang:master
rust-lang/rust:master
from
bjorn3:remove_box_region
bjorn3/rust:remove_box_region
Copy head branch name to clipboard
Commits
Commits on Jun 8, 2021
Simplify box_region macros
bjorn3
committed
8f397bc
View commit details
Copy full SHA for 8f397bc
Browse repository at this point
Inline box_region macro calls
bjorn3
committed
86b3ebe
View commit details
Copy full SHA for 86b3ebe
Browse repository at this point
Inline the rest of box_region
bjorn3
committed
99e112d
View commit details
Copy full SHA for 99e112d
Browse repository at this point
Inline PinnedGenerator
bjorn3
committed
1b7ec34
View commit details
Copy full SHA for 1b7ec34
Browse repository at this point
Use more accurate lifetimes
bjorn3
committed
bddf151
View commit details
Copy full SHA for bddf151
Browse repository at this point
Replace Pin::new with .as_mut()
bjorn3
committed
ecc68e7
View commit details
Copy full SHA for ecc68e7
Browse repository at this point
Store boxed metadata loader in CrateLoader
bjorn3
committed
db4d8e2
View commit details
Copy full SHA for db4d8e2
Browse repository at this point
Let several methods take &Resolver instead of a BoxedResolver wrapper
bjorn3
committed
d376f03
View commit details
Copy full SHA for d376f03
Browse repository at this point
Inline two more methods
bjorn3
committed
9d9ccec
View commit details
Copy full SHA for 9d9ccec
Browse repository at this point
Don't return a BoxedResolver on errors
bjorn3
committed
36bdfdc
View commit details
Copy full SHA for 36bdfdc
Browse repository at this point
Don't use a generator for BoxedResolver
Show description for 86c2d1a
bjorn3
committed
86c2d1a
View commit details
Copy full SHA for 86c2d1a
Browse repository at this point
Use a submodule as safety boundary for BoxedResolver
bjorn3
committed
5e14820
View commit details
Copy full SHA for 5e14820
Browse repository at this point
Revert "Let several methods take &Resolver instead of a BoxedResolver wrapper"
Show description for cf1f92a
bjorn3
committed
cf1f92a
View commit details
Copy full SHA for cf1f92a
Browse repository at this point
Don't require LintStore to live for 'a in configure_and_expand_inner
bjorn3
committed
2bf839e
View commit details
Copy full SHA for 2bf839e
Browse repository at this point
Commits on Jun 9, 2021
Use explicit drop impl
bjorn3
committed
e1aa45b
View commit details
Copy full SHA for e1aa45b
Browse repository at this point
Add safety comments
bjorn3
committed
2754d4e
View commit details
Copy full SHA for 2754d4e
Browse repository at this point
Commits on Jun 10, 2021
Remove unnecessary transmute
bjorn3
committed
4301d1e
View commit details
Copy full SHA for 4301d1e
Browse repository at this point
You can’t perform that action at this time.