index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
collections
/
deques.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
deques.nim: Refactor the `toDeque` functionality (#15166)
ee7
2020-08-07
1
-5
/
+18
*
Added the ability to initialize a deque with an openArray (#15138)
archnim
2020-08-05
1
-0
/
+6
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
1
-8
/
+3
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-12
/
+12
*
Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)
hlaaftana
2020-04-21
1
-0
/
+41
*
fix #13310, Deque misbehaves on VM (#13625)
Miran
2020-03-11
1
-2
/
+15
*
Auto-initialize deques (#12879)
Ico Doornekamp
2019-12-21
1
-3
/
+17
*
remove unused import (#12900)
Krzysztof Majk
2019-12-15
1
-1
/
+1
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-3
/
+5
*
[other] prettify collections (#11695)
Miran
2019-07-09
1
-13
/
+13
*
better docs for lists and deques (#10390)
Miran
2019-01-21
1
-33
/
+265
*
Implements BackwardsIndex `[]` for deque. (#10105)
Dominik Picheta
2019-01-13
1
-1
/
+13
*
make tests green again
Araq
2018-08-21
1
-4
/
+1
*
stdlib work
Zahary Karadjov
2018-06-16
1
-6
/
+51
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
Fixes #6110
Daniil Yarancev
2017-08-12
1
-1
/
+1
*
Deques compilation error fix (#5591)
Dmitriy Fomichev
2017-03-24
1
-2
/
+2
*
Various fixes to FutureStreams based on PR feedback.
Dominik Picheta
2017-02-26
1
-1
/
+1
*
More workarounds for #5098
Yuriy Glukhov
2016-12-07
1
-1
/
+4
*
Added deques module, deprecating queues
Ruslan Mustakov
2016-11-24
1
-0
/
+266