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.6k
Star
118k
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
Add feature gate for mut refs in const fn
- #66606
#66606
Merged
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
pvdrz:mut-refs-in-const-fn
Copy head branch name to clipboard
Dec 7, 2019
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Add feature gate for mut refs in const fn
#66606
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
pvdrz:mut-refs-in-const-fn
Copy head branch name to clipboard
Commits
Commits on Dec 2, 2019
Add feature gate for &mut in const fns
pvdrz
committed
12ac49a
View commit details
Copy full SHA for 12ac49a
Browse repository at this point
Allow &mut in const fns when feature gate is enabled
pvdrz
committed
bb2a423
View commit details
Copy full SHA for bb2a423
Browse repository at this point
Add tests for mutable borrows in const fns
pvdrz
committed
8b0f5ac
View commit details
Copy full SHA for 8b0f5ac
Browse repository at this point
Rename feature gate
pvdrz
committed
d24ae25
View commit details
Copy full SHA for d24ae25
Browse repository at this point
Allow mutable borrows in constant bodies
pvdrz
committed
1f420b9
View commit details
Copy full SHA for 1f420b9
Browse repository at this point
Move and rewrite tests to use &mut in constants
pvdrz
committed
de60f72
View commit details
Copy full SHA for de60f72
Browse repository at this point
Allow mutable derefs with feature gate
pvdrz
committed
d92e9b7
View commit details
Copy full SHA for d92e9b7
Browse repository at this point
Extend test for const_mut_refs feature
pvdrz
committed
e31a136
View commit details
Copy full SHA for e31a136
Browse repository at this point
Disallow cell borrowing
pvdrz
committed
683f5c9
View commit details
Copy full SHA for 683f5c9
Browse repository at this point
Update miri_unleashed tests
pvdrz
committed
681690d
View commit details
Copy full SHA for 681690d
Browse repository at this point
Suggest feature for const_mut_refs errors
pvdrz
committed
5e61e4c
View commit details
Copy full SHA for 5e61e4c
Browse repository at this point
Update miri unleashed tests
pvdrz
committed
19ddfb5
View commit details
Copy full SHA for 19ddfb5
Browse repository at this point
Add dual tests for const_mut_refs
pvdrz
committed
dc0117a
View commit details
Copy full SHA for dc0117a
Browse repository at this point
Correct other tests related to const_mut_refs
pvdrz
committed
416b439
View commit details
Copy full SHA for 416b439
Browse repository at this point
Remove E0017 from error codes index
pvdrz
committed
e01ad6a
View commit details
Copy full SHA for e01ad6a
Browse repository at this point
You can’t perform that action at this time.