FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - tbu-/arrayvec · GitHub
tbu-
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
arrayvec
src
on
pr_arraystring_default
User selector
Datepicker
Commit history
Commits on Sep 11, 2017
Add `Default` implementation for `ArrayString`
Show description for 07e8a85
tbu-
committed
07e8a85
View commit details
Copy full SHA for 07e8a85
View code at this point
Browse repository at this point
Commits on Aug 8, 2017
0.4.0
bluss
committed
cea481f
View commit details
Copy full SHA for cea481f
View code at this point
Browse repository at this point
DOC: Fix ArrayString docs for push/push_str
bluss
committed
54457c7
View commit details
Copy full SHA for 54457c7
View code at this point
Browse repository at this point
Commits on Aug 6, 2017
MAINT: Require Rust 1.14
bluss
committed
878fef8
View commit details
Copy full SHA for 878fef8
View code at this point
Browse repository at this point
Add 65536 to the Array impls
bluss
committed
2de36ba
View commit details
Copy full SHA for 2de36ba
View code at this point
Browse repository at this point
DOC: Update doc for and disclaimers for crate features
bluss
committed
b2b3771
View commit details
Copy full SHA for b2b3771
View code at this point
Browse repository at this point
DOC: Update root crate url
bluss
committed
6ea8e8c
View commit details
Copy full SHA for 6ea8e8c
View code at this point
Browse repository at this point
Merge pull request #59 from daboross/patch-1
Show description for cfd144c
bluss
authored
cfd144c
View commit details
Copy full SHA for cfd144c
View code at this point
Browse repository at this point
Commits on Aug 5, 2017
DOC: Fix typo in doc comment
bluss
committed
696459d
View commit details
Copy full SHA for 696459d
View code at this point
Browse repository at this point
DOC: Use ArrayVec in doc for drain
bluss
committed
689e55b
View commit details
Copy full SHA for 689e55b
View code at this point
Browse repository at this point
DOC: Copyedit the docs a bit
bluss
committed
4c90dc7
View commit details
Copy full SHA for 4c90dc7
View code at this point
Browse repository at this point
FEAT: Rename .remove_opt() to .pop_at()
bluss
committed
313ebe8
View commit details
Copy full SHA for 313ebe8
View code at this point
Browse repository at this point
BUG: Make error module private again
bluss
committed
27b8a0c
View commit details
Copy full SHA for 27b8a0c
View code at this point
Browse repository at this point
MAINT: Rust version Rust 1.15
bluss
committed
6ad4ca7
View commit details
Copy full SHA for 6ad4ca7
View code at this point
Browse repository at this point
FEAT: Turn try_remove/try_swap_remove into remove_opt and swap_pop
Show description for c5e0b80
bluss
committed
c5e0b80
View commit details
Copy full SHA for c5e0b80
View code at this point
Browse repository at this point
FEAT: Remove InsertError again
Show description for bc9e036
bluss
committed
bc9e036
View commit details
Copy full SHA for bc9e036
View code at this point
Browse repository at this point
Commits on Jul 30, 2017
FEAT: Align ArrayString .push and .push_str with String
Show description for 1e83039
bluss
committed
1e83039
View commit details
Copy full SHA for 1e83039
View code at this point
Browse repository at this point
FEAT: Refactor errors. Insert is either out of bounds or capacity error
bluss
committed
345dd33
View commit details
Copy full SHA for 345dd33
View code at this point
Browse repository at this point
DOC: Update docs for debug assertions
bluss
committed
4d78870
View commit details
Copy full SHA for 4d78870
View code at this point
Browse repository at this point
DOC: Rust version in docs
Show description for a59b5c0
bluss
committed
a59b5c0
View commit details
Copy full SHA for a59b5c0
View code at this point
Browse repository at this point
BUG: Fix serde code for push change
bluss
committed
1d08021
View commit details
Copy full SHA for 1d08021
View code at this point
Browse repository at this point
FEAT: Make swap_remove return the element, add try_swap_remove for fallible
bluss
committed
da62042
View commit details
Copy full SHA for da62042
View code at this point
Browse repository at this point
FEAT: Make .push() use panics for errors, add .try_push()
bluss
committed
98af43c
View commit details
Copy full SHA for 98af43c
View code at this point
Browse repository at this point
FEAT: Proper Error impls for errors
Show description for dadeedb
bluss
committed
dadeedb
View commit details
Copy full SHA for dadeedb
View code at this point
Browse repository at this point
FEAT: Copy RangeArgument from crate odds
Show description for 79ccdcd
bluss
committed
79ccdcd
View commit details
Copy full SHA for 79ccdcd
View code at this point
Browse repository at this point
FEAT: Change .insert() and .remove() to match Vec
Show description for 5dcb5ab
bluss
committed
5dcb5ab
View commit details
Copy full SHA for 5dcb5ab
View code at this point
Browse repository at this point
Merge pull request #55 from daboross/serde
Show description for 2949720
bluss
authored
2949720
View commit details
Copy full SHA for 2949720
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
Remove ambiguities in serde expecting messages.
daboross
committed
704f237
View commit details
Copy full SHA for 704f237
View code at this point
Browse repository at this point
Add Array implementation for 50, 100 and 200
Show description for d4bed04
daboross
authored
d4bed04
View commit details
Copy full SHA for d4bed04
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
Change feature name from 'serde' to 'serde-1'.
daboross
committed
1b0168b
View commit details
Copy full SHA for 1b0168b
View code at this point
Browse repository at this point
Add 'serde' feature for serializing and deserializing ArrayVec and ArrayString.
Show description for 21cd20f
daboross
committed
21cd20f
View commit details
Copy full SHA for 21cd20f
View code at this point
Browse repository at this point
Commits on May 24, 2017
Debug assert capacity in push_unchecked()
niklasf
committed
12eee06
View commit details
Copy full SHA for 12eee06
View code at this point
Browse repository at this point
Commits on May 13, 2017
Use push_unchecked() for Extend
niklasf
committed
1b6e0a3
View commit details
Copy full SHA for 1b6e0a3
View code at this point
Browse repository at this point
Factor out push_unchecked()
niklasf
committed
d0ebfcd
View commit details
Copy full SHA for d0ebfcd
View code at this point
Browse repository at this point
Commits on Apr 22, 2017
Add `PartialOrd` and `Ord` implementation to `ArrayString`
Show description for 0c8f467
tbu-
committed
0c8f467
View commit details
Copy full SHA for 0c8f467
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL