FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - petertodd/arrayvec · GitHub
petertodd
/
arrayvec
Public
forked from
bluss/arrayvec
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
master
User selector
Datepicker
Commit history
Commits on Mar 24, 2021
DOC: Fix typo in ArrayVec::is_full
cuviper
authored
dc0360f
View commit details
Copy full SHA for dc0360f
View code at this point
Browse repository at this point
DOC: Minor tweaks to docs
bluss
committed
fd724e0
View commit details
Copy full SHA for fd724e0
View code at this point
Browse repository at this point
FEAT: Use u32 for the length field in arrayvec
Show description for 0c90469
bluss
committed
0c90469
View commit details
Copy full SHA for 0c90469
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
FIX: Use more efficient cloning in IntoIter::clone
Show description for f9f58c9
bluss
committed
f9f58c9
View commit details
Copy full SHA for f9f58c9
View code at this point
Browse repository at this point
FIX: Code cleanup in .into_inner()
Show description for cf283a0
bluss
committed
cf283a0
View commit details
Copy full SHA for cf283a0
View code at this point
Browse repository at this point
DOC: Doc comment and example updates for ArrayVec
bluss
committed
74039f1
View commit details
Copy full SHA for 74039f1
View code at this point
Browse repository at this point
API: Remove deprecated ArrayVec::dispose
bluss
committed
666c5ec
View commit details
Copy full SHA for 666c5ec
View code at this point
Browse repository at this point
API: Panic in .extend() and from_iter on capacity exceeded
Show description for a554ea2
bluss
committed
a554ea2
View commit details
Copy full SHA for a554ea2
View code at this point
Browse repository at this point
DOC: Update MSRV doc to Rust 1.51
bluss
committed
d273861
View commit details
Copy full SHA for d273861
View code at this point
Browse repository at this point
Remove old Array and Index traits
bluss
committed
c751c22
View commit details
Copy full SHA for c751c22
View code at this point
Browse repository at this point
FIX: Fix unstable-const-fn feature
bluss
committed
f2e9378
View commit details
Copy full SHA for f2e9378
View code at this point
Browse repository at this point
FIX: Fix serde feature for const gen
bluss
committed
6daae9a
View commit details
Copy full SHA for 6daae9a
View code at this point
Browse repository at this point
FEAT: Port ArrayString to const generics
bluss
committed
c9b095f
View commit details
Copy full SHA for c9b095f
View code at this point
Browse repository at this point
TEST: Fix arrayvec tests for const gen
Show description for 5502324
bluss
committed
5502324
View commit details
Copy full SHA for 5502324
View code at this point
Browse repository at this point
FEAT: Add new const generics version of ArrayVec (first draft)
bluss
committed
02ab4dc
View commit details
Copy full SHA for 02ab4dc
View code at this point
Browse repository at this point
Use ArrayVecImpl in ArrayVec
bluss
committed
630b81b
View commit details
Copy full SHA for 630b81b
View code at this point
Browse repository at this point
Add ArrayvecImpl, base implementation of ArrayVec
bluss
committed
a2b2efd
View commit details
Copy full SHA for a2b2efd
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
MAINT: Move ArrayVec implementation to module
bluss
committed
c3ef5fe
View commit details
Copy full SHA for c3ef5fe
View code at this point
Browse repository at this point
MAINT: Fix doc link in crate
bluss
committed
5ef6849
View commit details
Copy full SHA for 5ef6849
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Impl TryFrom<fmt::Arguments<'a>> for ArrayString
Show description for 6dccb48
c410-f3r
authored
6dccb48
View commit details
Copy full SHA for 6dccb48
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
Merge pull request #165 from c410-f3r/try
Show description for 0acbba4
bluss
authored
0acbba4
View commit details
Copy full SHA for 0acbba4
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Merge pull request #166 from hbina/use_add_instead_of_offset
Show description for 50c9ed1
bluss
authored
50c9ed1
View commit details
Copy full SHA for 50c9ed1
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
Use add instead of offset to avoid casting to isize.
hbina
committed
92867bb
View commit details
Copy full SHA for 92867bb
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
impl TryFrom<&'a str> for ArrayString
c410-f3r
committed
2267276
View commit details
Copy full SHA for 2267276
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Add unstable-const-fn feature to make new() functions const.
m-ou-se
committed
fe70c23
View commit details
Copy full SHA for fe70c23
View code at this point
Browse repository at this point
Commits on May 12, 2020
allow items that implement Clone
Paul Kernfeld
committed
675e992
View commit details
Copy full SHA for 675e992
View code at this point
Browse repository at this point
impl<A: Array> TryFrom<&[A::Item]> for ArrayVec<A>
Show description for 488efd0
Paul Kernfeld
committed
488efd0
View commit details
Copy full SHA for 488efd0
View code at this point
Browse repository at this point
Commits on Mar 15, 2020
Merge pull request #157 from AnderEnder/remove-deprecated-error-description
Show description for 902114f
bluss
authored
902114f
View commit details
Copy full SHA for 902114f
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
remove deprecated Error::description
AnderEnder
committed
2755d4a
View commit details
Copy full SHA for 2755d4a
View code at this point
Browse repository at this point
Commits on Dec 7, 2019
enable another unwinding test in Miri
RalfJung
committed
b7fd8d6
View commit details
Copy full SHA for b7fd8d6
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
Merge pull request #143 from nicbn/is_empty
Show description for badc118
bluss
authored
badc118
View commit details
Copy full SHA for badc118
View code at this point
Browse repository at this point
Merge pull request #144 from RalfJung/miri
Show description for 481c8ab
bluss
authored
481c8ab
View commit details
Copy full SHA for 481c8ab
View code at this point
Browse repository at this point
Fix outdated comment
Show description for 33d5d2e
Phlosioneer
authored
33d5d2e
View commit details
Copy full SHA for 33d5d2e
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
run miri on CI
RalfJung
committed
9ed6941
View commit details
Copy full SHA for 9ed6941
View code at this point
Browse repository at this point
fix aliasing in drain_range
RalfJung
committed
9beb753
View commit details
Copy full SHA for 9beb753
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL