FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - msrd0/arrayvec · GitHub
msrd0
/
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
master
User selector
Datepicker
Commit history
Commits on Oct 27, 2021
Merge pull request #194 from bhgomes/const-fns
Show description for a4690c9
bluss
authored
a4690c9
View commit details
Copy full SHA for a4690c9
View code at this point
Browse repository at this point
Commits on Oct 8, 2021
Follow optimization of std::Vec::retain (rust-lang/rust#88060)
niklasf
committed
bc21f19
View commit details
Copy full SHA for bc21f19
View code at this point
Browse repository at this point
Commits on Aug 14, 2021
Doc/wording edit for zero_filled
bluss
authored
1e74077
View commit details
Copy full SHA for 1e74077
View code at this point
Browse repository at this point
Commits on Aug 13, 2021
Add zero_filled constructor
c410-f3r
committed
f5acafa
View commit details
Copy full SHA for f5acafa
View code at this point
Browse repository at this point
Commits on Aug 1, 2021
upgrade len/capacity-related functions to const-fn
bhgomes
committed
17c5dd0
View commit details
Copy full SHA for 17c5dd0
View code at this point
Browse repository at this point
add remaining_capacity to ArrayString
bhgomes
committed
481f930
View commit details
Copy full SHA for 481f930
View code at this point
Browse repository at this point
Commits on Jun 20, 2021
Add ArrayString::as_mut_str
clarfonthey
committed
c491781
View commit details
Copy full SHA for c491781
View code at this point
Browse repository at this point
Commits on Jun 5, 2021
0.7.1
bluss
committed
0c866b3
View commit details
Copy full SHA for 0c866b3
View code at this point
Browse repository at this point
Commits on May 31, 2021
Merge pull request #187 from conradludgate/into-inner-take
Show description for 515a18c
bluss
authored
515a18c
View commit details
Copy full SHA for 515a18c
View code at this point
Browse repository at this point
Commits on May 30, 2021
debug-assert
conradludgate
committed
0fdf39f
View commit details
Copy full SHA for 0fdf39f
View code at this point
Browse repository at this point
Commits on May 29, 2021
tests + docs
conradludgate
committed
16c8e4d
View commit details
Copy full SHA for 16c8e4d
View code at this point
Browse repository at this point
Commits on May 26, 2021
update take
conradludgate
committed
6dc46b3
View commit details
Copy full SHA for 6dc46b3
View code at this point
Browse repository at this point
Commits on May 25, 2021
feat: API additions
conradludgate
committed
8778483
View commit details
Copy full SHA for 8778483
View code at this point
Browse repository at this point
Commits on May 24, 2021
Use `truncate` in `clone_from`
a1phyr
committed
6be5ed4
View commit details
Copy full SHA for 6be5ed4
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
0.7.0
bluss
committed
5685049
View commit details
Copy full SHA for 5685049
View code at this point
Browse repository at this point
Merge pull request #183 from bluss/revert-new
Show description for b0dfc87
bluss
authored
b0dfc87
View commit details
Copy full SHA for b0dfc87
View code at this point
Browse repository at this point
FIX: Add new_const() for const construction and revert new to old version
Show description for b7f3aa9
bluss
committed
b7f3aa9
View commit details
Copy full SHA for b7f3aa9
View code at this point
Browse repository at this point
FIX: Update .retain() optimization for const generics
bluss
committed
b82a6d4
View commit details
Copy full SHA for b82a6d4
View code at this point
Browse repository at this point
Fix mutable reborrow
Show description for c094906
niklasf
and
bluss
committed
c094906
View commit details
Copy full SHA for c094906
View code at this point
Browse repository at this point
Mirror optimization of std::Vec::retain (rust-lang/rust#81126)
niklasf
authored and
bluss
committed
345c6b4
View commit details
Copy full SHA for 345c6b4
View code at this point
Browse repository at this point
FIX: Minor code style change in the char module
Show description for 57e1400
bluss
committed
57e1400
View commit details
Copy full SHA for 57e1400
View code at this point
Browse repository at this point
Commits on Mar 28, 2021
DOC: Tweak formatting and wording of unstable-const-fn feature
bluss
committed
b24baf1
View commit details
Copy full SHA for b24baf1
View code at this point
Browse repository at this point
Made ArrayVec::new and ArrayString::new const fns
Show description for 5ad4687
rodrimati1992
committed
5ad4687
View commit details
Copy full SHA for 5ad4687
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
Minor fix to macro definition
Xaeroxe
committed
0bc7ffc
View commit details
Copy full SHA for 0bc7ffc
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL