FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - Simteract/arrayvec · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Simteract
/
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
no-odds-in-arrayvec-2
User selector
Datepicker
Commit history
Commits on Oct 27, 2017
FEAT: Remove dep odds. Use char::encode_utf8 from std
Show description for d92dd52
bluss
committed
d92dd52
View commit details
Copy full SHA for d92dd52
View code at this point
Browse repository at this point
Commits on Oct 26, 2017
DOC: Promise debug assertions for unsafe methods
Show description for 895d450
bluss
committed
895d450
View commit details
Copy full SHA for 895d450
View code at this point
Browse repository at this point
Add pop, truncate, and remove functions to ArrayString. Addresses #66
DenialAdams
committed
187dd62
View commit details
Copy full SHA for 187dd62
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
Add ArrayVec::truncate()
niklasf
committed
5257cbd
View commit details
Copy full SHA for 5257cbd
View code at this point
Browse repository at this point
Commits on Oct 16, 2017
DOC: Add docs for default values
bluss
committed
ace20a9
View commit details
Copy full SHA for ace20a9
View code at this point
Browse repository at this point
Commits on Oct 8, 2017
BUG: Fix "unused unsafe block" warning
Show description for ac64b5b
bluss
committed
ac64b5b
View commit details
Copy full SHA for ac64b5b
View code at this point
Browse repository at this point
FEAT: Improve .extend() performance
Show description for 793ad30
bluss
committed
793ad30
View commit details
Copy full SHA for 793ad30
View code at this point
Browse repository at this point
Commits on Sep 24, 2017
FEAT: Add CapacityError::new
bluss
committed
9825e58
View commit details
Copy full SHA for 9825e58
View code at this point
Browse repository at this point
Commits on Sep 11, 2017
Add `Default` implementation for `ArrayString`
Show description for 9d0f801
tbu-
committed
9d0f801
View commit details
Copy full SHA for 9d0f801
View code at this point
Browse repository at this point
DOC: Update ArrayString doc for push, push_str after 0.4 changes.
bluss
committed
80d54a1
View commit details
Copy full SHA for 80d54a1
View code at this point
Browse repository at this point
DOC: Mention serde-1 feature
bluss
committed
f33c4e4
View commit details
Copy full SHA for f33c4e4
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL