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
...
*
[bugfix] fix #11588, don't check if SharedTable is initialized
narimiran
2019-06-26
2
-11
/
+13
*
[bugfix] fix OrderedTable iterators (#11562)
Miran
2019-06-22
1
-5
/
+7
*
[bugfix] fix `delete` in strutils and sequtils (#11535)
Miran
2019-06-20
1
-1
/
+1
*
[bugfix] fix OrderedTable default initialization (#11549)
Miran
2019-06-20
2
-2
/
+3
*
[other] documentation: deprecation comments are now auto-generated
narimiran
2019-06-19
1
-3
/
+1
*
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
Arne Döring
2019-06-11
1
-2
/
+2
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
2
-2
/
+2
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
4
-15
/
+9
*
sets: minor documentation fixes [ci skip] (#11377)
Jjp137
2019-06-02
1
-3
/
+3
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
1
-11
/
+11
*
fixes #11344
Araq
2019-05-28
1
-4
/
+9
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-6
/
+2
*
Workaround "move not found" exception in JS when using tables. (#11256)
Dominik Picheta
2019-05-15
1
-1
/
+4
*
sequtils: minor typo
Araq
2019-05-10
1
-1
/
+1
*
CountTable: check for usages after sorting (#11189)
Miran
2019-05-08
1
-1
/
+10
*
tables: check for mutation when iterating (#11160)
Miran
2019-05-04
1
-42
/
+127
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
2
-15
/
+19
*
Initialized collections (#11094)
Miran
2019-04-29
6
-424
/
+650
*
reimplement_pr_10974 (#11130)
cooldome
2019-04-27
1
-0
/
+16
*
tables: fix link (#11090) [ci skip]
Jjp137
2019-04-23
1
-1
/
+1
*
Improve tables docs for del/take (#11030)
Christopher Dunn
2019-04-17
1
-1
/
+5
*
faster CountTable sort(), optional SortOrder (#11010)
Andy Davidoff
2019-04-16
1
-27
/
+30
*
make sets.nim useful for selective 'from import's
Araq
2019-04-05
1
-57
/
+54
*
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
[prev]
[next]