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
Accelerator
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
Type
/
to 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.4k
Star
115k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Constier maybe uninit
- #79621
#79621
Merged
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
usbalbin:constier_maybe_uninit
usbalbin/rust:constier_maybe_uninit
Copy head branch name to clipboard
Dec 10, 2020
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Constier maybe uninit
#79621
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
usbalbin:constier_maybe_uninit
usbalbin/rust:constier_maybe_uninit
Copy head branch name to clipboard
Commits
Commits on Dec 2, 2020
Make some of MaybeUninit's methods const
usbalbin
committed
8bd80e2
View commit details
Copy full SHA for 8bd80e2
Browse repository at this point
Even more const
usbalbin
committed
91772c3
View commit details
Copy full SHA for 91772c3
Browse repository at this point
Resolved some of the comments
Show description for 1ef5dbe
usbalbin
committed
1ef5dbe
View commit details
Copy full SHA for 1ef5dbe
Browse repository at this point
Added tests for assume_init
usbalbin
committed
f311db1
View commit details
Copy full SHA for f311db1
Browse repository at this point
Undo fn -> const fn for all intrinsics but assert_inhabited
usbalbin
committed
4f9fd2a
View commit details
Copy full SHA for 4f9fd2a
Browse repository at this point
Commits on Dec 5, 2020
abort() now takes a msg parameter
usbalbin
committed
d366ed2
View commit details
Copy full SHA for d366ed2
Browse repository at this point
Fix tests (hopefully)
usbalbin
committed
7bd754c
View commit details
Copy full SHA for 7bd754c
Browse repository at this point
Still unable to get the tests working
usbalbin
committed
9476241
View commit details
Copy full SHA for 9476241
Browse repository at this point
Commits on Dec 6, 2020
Moved failing test to src/test/ui/
Show description for 4255a5a
usbalbin
committed
4255a5a
View commit details
Copy full SHA for 4255a5a
Browse repository at this point
Tests finally working
usbalbin
committed
3282b54
View commit details
Copy full SHA for 3282b54
Browse repository at this point
Fix comments related to abort()
usbalbin
committed
345f230
View commit details
Copy full SHA for 345f230
Browse repository at this point
Remove unused feature gate
usbalbin
committed
d0a1e40
View commit details
Copy full SHA for d0a1e40
Browse repository at this point
Commits on Dec 7, 2020
Add comment for assert_inhabited in compiler/rustc_mir/src/interpret/intrinsics.rs
Show description for bdda98a
usbalbin
and
RalfJung
authored
bdda98a
View commit details
Copy full SHA for bdda98a
Browse repository at this point
Use 'error-pattern' in ui test
usbalbin
committed
69ab0bc
View commit details
Copy full SHA for 69ab0bc
Browse repository at this point
Make assume_init_{ref,mut} const
usbalbin
committed
1749359
View commit details
Copy full SHA for 1749359
Browse repository at this point
Make write and slice_as_[mut_]_ptr const
usbalbin
committed
0775271
View commit details
Copy full SHA for 0775271
Browse repository at this point
You can’t perform that action at this time.