FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - gz/arrayvec · GitHub
gz
/
arrayvec
Public
forked from
bluss/arrayvec
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
arrayvec
src
on
arraystring-wip
User selector
Datepicker
Commit history
Commits on Sep 12, 2015
ArrayString: Make Copy, don't use ArrayVec
bluss
committed
10aa824
View commit details
Copy full SHA for 10aa824
View code at this point
Browse repository at this point
Move `ArrayVec` back into the main file
tbu-
committed
078dbf4
View commit details
Copy full SHA for 078dbf4
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Add `ArrayString`, which is to `ArrayVec` what `String` is to `Vec`
tbu-
committed
4977da3
View commit details
Copy full SHA for 4977da3
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
Add test for Write
bluss
committed
def1be5
View commit details
Copy full SHA for def1be5
View code at this point
Browse repository at this point
Add `io::Write` implementation akin to `Vec`
tbu-
committed
98b1370
View commit details
Copy full SHA for 98b1370
View code at this point
Browse repository at this point
Complete PartialOrd implementation
Show description for c3f2866
bluss
committed
c3f2866
View commit details
Copy full SHA for c3f2866
View code at this point
Browse repository at this point
cleanup in insert
bluss
committed
5b29055
View commit details
Copy full SHA for 5b29055
View code at this point
Browse repository at this point
Remove redundant local
bluss
committed
6bd3161
View commit details
Copy full SHA for 6bd3161
View code at this point
Browse repository at this point
Add `PartialOrd` and `Ord` implementation for `ArrayVec`
tbu-
committed
1737a24
View commit details
Copy full SHA for 1737a24
View code at this point
Browse repository at this point
Add `Default` implementation for `ArrayVec`
tbu-
committed
32832aa
View commit details
Copy full SHA for 32832aa
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Update doc style
Show description for 9afff02
bluss
committed
9afff02
View commit details
Copy full SHA for 9afff02
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Use NoDrop to fix panic safety issues
Show description for c35760e
bluss
committed
c35760e
View commit details
Copy full SHA for c35760e
View code at this point
Browse repository at this point
Commits on Jul 30, 2015
Use a non-dropping enum directly
Show description for cf273fe
root
committed
cf273fe
View commit details
Copy full SHA for cf273fe
View code at this point
Browse repository at this point
Commits on Jun 22, 2015
Add method .into_inner()
root
committed
5c50c4d
View commit details
Copy full SHA for 5c50c4d
View code at this point
Browse repository at this point
Commits on Jun 21, 2015
Expose ArrayVec::set_len as a pub unsafe method
root
committed
66d5d9a
View commit details
Copy full SHA for 66d5d9a
View code at this point
Browse repository at this point
Commits on Jun 2, 2015
arrayvec: Use odds & bump version
root
committed
ad22698
View commit details
Copy full SHA for ad22698
View code at this point
Browse repository at this point
Commits on May 25, 2015
Order & group methods logically for docs
root
committed
6081270
View commit details
Copy full SHA for 6081270
View code at this point
Browse repository at this point
Move tests to tests/ directory
root
committed
196a9d6
View commit details
Copy full SHA for 196a9d6
View code at this point
Browse repository at this point
Add test for Option<ArrayVec<_>> to be sure
root
committed
11a864b
View commit details
Copy full SHA for 11a864b
View code at this point
Browse repository at this point
Commits on May 24, 2015
Use set_len() consistently and code cleanup
root
committed
8a154e9
View commit details
Copy full SHA for 8a154e9
View code at this point
Browse repository at this point
Commits on May 23, 2015
Improve .insert()'s removal of the last element
root
committed
3d579a6
View commit details
Copy full SHA for 3d579a6
View code at this point
Browse repository at this point
Make sure the methods on RangeArgument can be inlined
root
committed
1eec0d4
View commit details
Copy full SHA for 1eec0d4
View code at this point
Browse repository at this point
Implement ArrayVec::clear
root
committed
3175d97
View commit details
Copy full SHA for 3175d97
View code at this point
Browse repository at this point
Commits on May 22, 2015
Make sure methods in helper trait Index are inlined
root
committed
be2979d
View commit details
Copy full SHA for be2979d
View code at this point
Browse repository at this point
Add another testcase to insert
root
committed
37c0f53
View commit details
Copy full SHA for 37c0f53
View code at this point
Browse repository at this point
Implement ArrayVec::insert
root
committed
ebf260e
View commit details
Copy full SHA for ebf260e
View code at this point
Browse repository at this point
Implement array sizes in the 16-bit index range
root
committed
d3b3fc1
View commit details
Copy full SHA for d3b3fc1
View code at this point
Browse repository at this point
Implement ArrayVec::remove() and ::drain()
root
committed
8f8db4a
View commit details
Copy full SHA for 8f8db4a
View code at this point
Browse repository at this point
Implement ArrayVec::swap_remove
root
committed
33e31b8
View commit details
Copy full SHA for 33e31b8
View code at this point
Browse repository at this point
Move Array trait to separate file
Show description for 1b42f99
root
committed
1b42f99
View commit details
Copy full SHA for 1b42f99
View code at this point
Browse repository at this point
Commits on May 21, 2015
Simplify drop test (Rc is redundant)
root
committed
00466e6
View commit details
Copy full SHA for 00466e6
View code at this point
Browse repository at this point
Use crate nodrop -- it moved to a separate crate
root
committed
8047dc6
View commit details
Copy full SHA for 8047dc6
View code at this point
Browse repository at this point
Commits on May 20, 2015
Use #[repr(u8)] on the Flag enum
root
committed
31f95d1
View commit details
Copy full SHA for 31f95d1
View code at this point
Browse repository at this point
Move len last in the struct
Show description for 8730a35
root
committed
8730a35
View commit details
Copy full SHA for 8730a35
View code at this point
Browse repository at this point
Implement DoubleEndedIterator for ArrayVec
root
committed
5b916ca
View commit details
Copy full SHA for 5b916ca
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL