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
*
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