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
/
lists.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-0
/
+3
*
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
gecko
2022-01-10
1
-0
/
+2
*
Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...
rockcavera
2022-01-03
1
-6
/
+6
*
Fix #19297 - fixing broken list after adding empty list (#19299)
rockcavera
2021-12-30
1
-5
/
+6
*
Deprecate `std/sharedlist` and `std/sharedtables` (#19112)
konsumlamm
2021-11-09
1
-1
/
+0
*
Revert #17321 (#18521)
konsumlamm
2021-07-19
1
-135
/
+135
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-7
/
+7
*
Change parameter names in lists module from `L` (#17321)
konsumlamm
2021-03-10
1
-127
/
+127
*
Improve the lists module (#17312)
konsumlamm
2021-03-10
1
-166
/
+185
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-5
/
+5
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-3
/
+0
*
fix lists docs regression (#16981)
flywind
2021-02-09
1
-21
/
+14
*
std/lists: Various changes to `lists` (RFC #303) (#16536)
Peter Salvi
2021-02-08
1
-142
/
+244
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
1
-1
/
+147
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-4
/
+7
*
Fix many broken links
Jjp137
2019-10-22
1
-2
/
+2
*
[other] prettify collections (#11695)
Miran
2019-07-09
1
-6
/
+12
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
1
-7
/
+11
*
docs: fix trailing comma in links
narimiran
2019-01-25
1
-4
/
+4
*
better docs for lists and deques (#10390)
Miran
2019-01-21
1
-43
/
+490
*
add SinglyLinkedList.append procs
pacien
2018-11-27
1
-0
/
+15
*
removes deprecated T/P types
Araq
2018-11-16
1
-9
/
+0
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-1
/
+1
*
Refac of lists module (#6400)
GULPF
2017-10-16
1
-105
/
+32
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-47
/
+47
*
Fix SinglyLinkedRing in lists module
def
2015-02-01
1
-4
/
+22
*
Merge pull request #2020 from def-/mitems
reactormonk
2015-02-01
1
-0
/
+16
|
\
|
*
Add mitems and mpairs where it makes sense
def
2015-01-28
1
-0
/
+16
*
|
nimsuggest improvements
Araq
2015-01-30
1
-1
/
+1
|
/
*
prettified re.nim; make some tests green
Araq
2014-08-31
1
-21
/
+22
*
big rename
Araq
2014-08-27
1
-41
/
+45
*
case consistency part 1
Araq
2013-12-27
1
-4
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
1
-6
/
+9
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-1
/
+17
*
basic generic collections implemented and tested
Araq
2011-06-07
1
-32
/
+23
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
1
-98
/
+228
*
c2nim compiles again
Araq
2011-04-23
1
-2
/
+11
*
got rid of some arcane module names
Araq
2011-04-21
1
-0
/
+155