MichalMarsalek
|
c989542339
move toDeque to after addLast (#19233) [backport:1.0]
|
3 years ago |
Miran
|
e616675c41
various small documentation improvements (#18602)
|
3 years ago |
Timothee Cour
|
38b41f893a
fix #17941: UnusedImport works for var/let/const/type invoked inside a generic (#17942)
|
3 years ago |
Andreas Rumpf
|
a9b62de895
CIs: attempt to use csources_v1 (#16282)
|
3 years ago |
flywind
|
eb221dcc27
[std/deques] move data instead of copy + destroy (#17800)
|
3 years ago |
flywind
|
834d5641e8
use sink and lent in deques (#17661)
|
3 years ago |
flywind
|
2e730f1452
rename channels to channels_builtin (#17330)
|
3 years ago |
Danil Yarantsev
|
56461c280f
Change stdlib imports to use std prefix in most examples (#17202)
|
4 years ago |
konsumlamm
|
8a3b6190c3
Improve documentation for deques (#16589)
|
4 years ago |
Timothee Cour
|
b1c232aca1
improve tests for collections (#16328)
|
4 years ago |
flywind
|
c9371ef59d
deques minor improvement (#16084)
|
4 years ago |
flywind
|
c2c7f60259
docs minor (#15550)
|
4 years ago |
ee7
|
6f482ab934
deques.nim: Refactor the `toDeque` functionality (#15166)
|
4 years ago |
archnim
|
d9ed816b10
Added the ability to initialize a deque with an openArray (#15138)
|
4 years ago |
Miran
|
3de5296337
remove a condition that table size must be passed as power of 2 (#14926)
|
4 years ago |
hlaaftana
|
fbc97e712a
move since from inclrtl to std/private/since (#14188)
|
4 years ago |
Jacek Sieka
|
7d6cbf290a
Error -> Defect for defects (#13908)
|
4 years ago |
hlaaftana
|
5608a4e57b
Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)
|
4 years ago |
Miran
|
70bd41dae0
fix #13310, Deque misbehaves on VM (#13625)
|
4 years ago |
Ico Doornekamp
|
28466ce6fc
Auto-initialize deques (#12879)
|
5 years ago |
Krzysztof Majk
|
e4e74a5565
remove unused import (#12900)
|
5 years ago |
Andreas Rumpf
|
60d64d1aef
use system.move instead of system.shallowCopy if the GC mode requires it
|
5 years ago |
Miran
|
2255d8795b
[other] prettify collections (#11695)
|
5 years ago |
Miran
|
4bea8dd674
better docs for lists and deques (#10390)
|
6 years ago |
Dominik Picheta
|
d740a5b79a
Implements BackwardsIndex `[]` for deque. (#10105)
|
6 years ago |
Araq
|
f12a5431a1
make tests green again
|
6 years ago |
Zahary Karadjov
|
7ab1aafc6b
stdlib work
|
6 years ago |
Fabian Keller
|
6df6ec27ec
Improved collection-to-string behavior (#6825)
|
7 years ago |
Andreas Rumpf
|
aa526da706
make tests green again
|
7 years ago |
Daniil Yarancev
|
28c530e7ca
Fixes #6110
|
7 years ago |