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
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdlib: use system.default if it exists
Andreas Rumpf
2019-03-05
2
-12
/
+10
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-2
/
+0
*
use `initHashSet` and `toHashSet`, fixes #10730 (#10736)
Miran
2019-02-25
1
-86
/
+94
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-13
1
-1
/
+1
*
Cleanup heapqueue module (#10476)
Oscar Nihlgård
2019-01-28
1
-42
/
+115
*
docs: fix trailing comma in links
narimiran
2019-01-25
2
-5
/
+5
*
fixes #10433 (#10444)
Miran
2019-01-24
1
-0
/
+9
*
Better docs for sets and intsets (#10362)
Miran
2019-01-22
2
-613
/
+1062
*
better docs for lists and deques (#10390)
Miran
2019-01-21
2
-76
/
+755
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
3
-19
/
+0
*
remove queues (#10347)
Miran
2019-01-17
1
-257
/
+0
*
documentation: remove author field [ci skip]
narimiran
2019-01-17
2
-4
/
+0
*
sequtils doc: another quickfix [ci skip]
narimiran
2019-01-16
1
-3
/
+3
*
quickfix for sequtils docs [ci skip]
narimiran
2019-01-16
1
-6
/
+3
*
better docs: tables
narimiran
2019-01-16
2
-623
/
+2031
*
better docs: sequtils
narimiran
2019-01-16
1
-303
/
+414
*
Fixes #10065 (#10260)
Arne Döring
2019-01-14
1
-54
/
+43
*
Implements BackwardsIndex `[]` for deque. (#10105)
Dominik Picheta
2019-01-13
1
-1
/
+13
*
make the stdlib work with the changed docgen
Araq
2019-01-11
2
-2
/
+2
*
help Nim optimize intsets.initIntSet
Andreas Rumpf
2018-12-30
1
-8
/
+7
*
IntSet documentation notes (#10051)
Alexis Hope
2018-12-21
1
-19
/
+28
*
Merge branch 'devel' into sorted_deduplicate
Andreas Rumpf
2018-12-12
2
-2
/
+19
|
\
|
*
Merge pull request #9805 from pacien/181126-list-append
Andreas Rumpf
2018-12-11
1
-0
/
+15
|
|
\
|
|
*
add SinglyLinkedList.append procs
pacien
2018-11-27
1
-0
/
+15
|
*
|
refs #9880 show index and bound in lots of `index out of bounds` errors
Timothee Cour
2018-12-09
1
-2
/
+4
|
|
/
*
/
Add the parameter isSorted for the sequtils.deduplicate
data-man
2018-12-07
1
-3
/
+21
|
/
*
universal toSeq: works with UFCS; works with inline & closure iterators, and ...
Timothee Cour
2018-11-22
1
-30
/
+130
*
removes deprecated T/P types
Araq
2018-11-16
7
-30
/
+1
*
make tests green again
Araq
2018-11-06
1
-1
/
+0
*
added system.typeof operation; fixes #9093
Araq
2018-10-24
1
-4
/
+18
*
Fix OrderedSet.excl (#9287)
Oscar Nihlgård
2018-10-11
1
-34
/
+29
*
better docs for `tables` module (#9221)
Miran
2018-10-09
1
-176
/
+190
*
Merges #8451 manually. Fixes #8099.
Dominik Picheta
2018-10-03
1
-1
/
+1
*
make sequtils compile
Araq
2018-08-22
1
-1
/
+0
*
make more things compile without isNil
Araq
2018-08-22
1
-1
/
+1
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-1
/
+1
*
make tests green again
Araq
2018-08-21
1
-4
/
+1
*
fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586)
Timothee Cour
2018-08-16
1
-14
/
+26
*
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-16
1
-38
/
+86
|
\
|
*
fixes #8577, fixes #8580, other bug fixes (#8584)
Timothee Cour
2018-08-14
1
-38
/
+86
*
|
make more tests green
Andreas Rumpf
2018-08-14
1
-1
/
+1
*
|
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-9
/
+15
|
/
*
Fix regression for mapIt (#8567)
LemonBoy
2018-08-08
1
-3
/
+8
*
Make mapIt work on openArray's (#8543)
LemonBoy
2018-08-07
1
-3
/
+30
*
add sets.pop procedure (analogue to python) (#8383)
skilchen
2018-07-21
1
-0
/
+12
*
sequtils: remove some aligning spaces around == to silence warnings
skilchen
2018-07-21
1
-13
/
+13
*
Clarify the docs for tables.del (#8134)
Yuriy Glukhov
2018-06-27
1
-4
/
+6
*
stdlib work
Zahary Karadjov
2018-06-16
1
-6
/
+51
*
Removed redundant conditions in CritBitTree.inc, speedup it.
data-man
2018-06-08
1
-4
/
+1
*
Add the val parameter for CritBitTree[T].incl (#7988)
Dmitry Atamanov
2018-06-08
1
-0
/
+20
[next]