提交历史

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