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.2k
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
UI to unit test for those using Cell/RefCell/UnsafeCell
- #76454
#76454
Merged
bors
merged 14 commits into
rust-lang:master
rust-lang/rust:master
from
poliorcetics:ui-to-unit-test-1
poliorcetics/rust:ui-to-unit-test-1
Copy head branch name to clipboard
Sep 28, 2020
Conversation
Commits
14
(14)
Checks
Files changed
Merged
UI to unit test for those using Cell/RefCell/UnsafeCell
#76454
bors
merged 14 commits into
rust-lang:master
rust-lang/rust:master
from
poliorcetics:ui-to-unit-test-1
poliorcetics/rust:ui-to-unit-test-1
Copy head branch name to clipboard
Commits
Commits on Sep 21, 2020
Move cell exterior test into library unit tests
poliorcetics
committed
8aae1ee
View commit details
Copy full SHA for 8aae1ee
Browse repository at this point
Move more tests using Cell to unit tests
poliorcetics
committed
f69c5aa
View commit details
Copy full SHA for f69c5aa
Browse repository at this point
move 'cell does not clone' test
poliorcetics
committed
af44a2a
View commit details
Copy full SHA for af44a2a
Browse repository at this point
move 'test zip ...' tests
poliorcetics
committed
fc152cd
View commit details
Copy full SHA for fc152cd
Browse repository at this point
fmt
poliorcetics
committed
85b2d9b
View commit details
Copy full SHA for 85b2d9b
Browse repository at this point
move format! interface tests
poliorcetics
committed
949c966
View commit details
Copy full SHA for 949c966
Browse repository at this point
Move deref-lval test
poliorcetics
committed
ed52c7b
View commit details
Copy full SHA for ed52c7b
Browse repository at this point
Move panic safety traits tests
poliorcetics
committed
ac39deb
View commit details
Copy full SHA for ac39deb
Browse repository at this point
Move array cycle test
poliorcetics
committed
8904921
View commit details
Copy full SHA for 8904921
Browse repository at this point
Move vec-slice-drop test
poliorcetics
committed
275eed7
View commit details
Copy full SHA for 275eed7
Browse repository at this point
Move vec-cycle test
poliorcetics
committed
6bc0357
View commit details
Copy full SHA for 6bc0357
Browse repository at this point
Move vec-cycle-wrapped test
poliorcetics
committed
f6a4189
View commit details
Copy full SHA for f6a4189
Browse repository at this point
Move format-ref-cell test
poliorcetics
committed
5be843f
View commit details
Copy full SHA for 5be843f
Browse repository at this point
Commits on Sep 25, 2020
review: fix nits and move panic safety tests to the correct place
poliorcetics
committed
a61b963
View commit details
Copy full SHA for a61b963
Browse repository at this point
You can’t perform that action at this time.