FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Implement a stop-gap “MaybeUninit” using ManuallyDrop by bluss · Pull Request #97 · bluss/arrayvec · GitHub
bluss
/
arrayvec
Public
Notifications
You must be signed in to change notification settings
Fork
158
Star
894
Code
Issues
33
Pull requests
42
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Implement a stop-gap “MaybeUninit” using ManuallyDrop
- #97
#97
Closed
bluss
wants to merge 12 commits into
master
bluss/arrayvec:master
from
maybe-uninit
bluss/arrayvec:maybe-uninit
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
Implement a stop-gap “MaybeUninit” using ManuallyDrop
#97
bluss
wants to merge 12 commits into
master
bluss/arrayvec:master
from
maybe-uninit
bluss/arrayvec:maybe-uninit
Copy head branch name to clipboard
Commits
Commits on Dec 1, 2018
FEAT: Implement a careful “MaybeUninit” using ManuallyDrop
Show description for f45c141
bluss
committed
f45c141
View commit details
Copy full SHA for f45c141
Browse repository at this point
FIX: Use raw pointer casts for MaybeUninit
Show description for 7059dc4
bluss
committed
7059dc4
View commit details
Copy full SHA for 7059dc4
Browse repository at this point
API: Deprecate .dispose()
bluss
committed
51debed
View commit details
Copy full SHA for 51debed
Browse repository at this point
DOC: MaybeUninit comment
bluss
committed
2cebc1f
View commit details
Copy full SHA for 2cebc1f
Browse repository at this point
FIX: Remove the nodrop fallback
Show description for 5f88d1f
bluss
committed
5f88d1f
View commit details
Copy full SHA for 5f88d1f
Browse repository at this point
MAINT: Rust 1.22.1 was the first version with Copy for ManuallyDrop
bluss
committed
7e991da
View commit details
Copy full SHA for 7e991da
Browse repository at this point
FEAT: Use a separate, and hopefully sound MaybeUninitCopy for ArrayString
Show description for 97eb3fd
bluss
committed
97eb3fd
View commit details
Copy full SHA for 97eb3fd
Browse repository at this point
FIX: Add associated constant for Array's capacity
Show description for c321bf2
bluss
committed
c321bf2
View commit details
Copy full SHA for c321bf2
Browse repository at this point
FIX: Remove unused .as_mut_ptr() on the Array trait
Show description for 6bb1406
bluss
committed
6bb1406
View commit details
Copy full SHA for 6bb1406
Browse repository at this point
DOC: Remove warning on ArrayVec's into_inner method
bluss
committed
1ee6482
View commit details
Copy full SHA for 1ee6482
Browse repository at this point
MAINT: Edit travis setup for changed crate features
bluss
committed
306b363
View commit details
Copy full SHA for 306b363
Browse repository at this point
Commits on Dec 3, 2018
TEST: Add test that Some(ArrayVec<[&_;_]>).is_some()
Show description for 7f7e312
bluss
committed
7f7e312
View commit details
Copy full SHA for 7f7e312
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL