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
Commit message (
Expand
)
Author
Age
Files
Lines
*
deques.nim: Refactor the `toDeque` functionality (#15166)
ee7
2020-08-07
2
-5
/
+21
*
fix sqlgetdata regression in odbc (#15161)
cooldome
2020-08-07
2
-16
/
+12
*
Added the ability to initialize a deque with an openArray (#15138)
archnim
2020-08-05
1
-0
/
+6
*
implement (#15153)
cooldome
2020-08-04
1
-1
/
+1
*
limit stalebot a bit more
narimiran
2020-08-04
1
-1
/
+5
*
fixes a collect() bug reported on the forum (#15156) [backport:1.2]
Andreas Rumpf
2020-08-04
3
-2
/
+12
*
minor improvement (#15155)
flywind
2020-08-04
1
-1
/
+1
*
put stale limit at 3 years
narimiran
2020-08-04
1
-7
/
+6
*
stalebot: don't send messages to keep spam down
narimiran
2020-08-04
1
-6
/
+7
*
add stale bot
narimiran
2020-08-04
1
-0
/
+65
*
fixes #15129 [backport:1.2] (#15144)
Andreas Rumpf
2020-08-01
1
-1
/
+1
*
Remove `noSideEffect` pragmas (#15143)
sschwarzer
2020-08-01
2
-2
/
+2
*
net: allow close() to ignore SSL failures due to disconnections (#15120)
alaviss
2020-08-01
3
-15
/
+177
*
export asyncdispatch handles (#15140)
flywind
2020-08-01
2
-1
/
+3
*
fixes #15130 (#15141)
Andreas Rumpf
2020-08-01
3
-4
/
+81
*
fixes #15122 [backport:1.2] (#15139)
Andreas Rumpf
2020-08-01
2
-0
/
+29
*
ci_docs: build fusion docs (#15127)
alaviss
2020-08-01
1
-0
/
+5
*
improve epoll docs (#15137)
flywind
2020-08-01
1
-21
/
+23
*
fixes #15111 (#15136)
Andreas Rumpf
2020-08-01
5
-24
/
+32
*
Revert "Small typo (#15132)" (#15134)
Andreas Rumpf
2020-07-31
1
-1
/
+1
*
Small typo (#15132)
Oliver Daniel
2020-07-31
1
-1
/
+1
*
fixes #15071 [backport] (#15131)
Andreas Rumpf
2020-07-31
1
-3
/
+3
*
Bump nimble (#15126)
genotrance
2020-07-30
1
-1
/
+1
*
fixes #15112 (#15124)
Andreas Rumpf
2020-07-30
1
-8
/
+12
*
cursor and mutation tracking fixes (#15113)
Andreas Rumpf
2020-07-30
8
-368
/
+311
*
fix overloading case with generic alias (#15116)
jcosborn
2020-07-30
2
-1
/
+106
*
Fix tables.CountTable largest and smallest (#15115)
treeform
2020-07-29
1
-4
/
+4
*
asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)
alaviss
2020-07-30
4
-34
/
+120
*
Bump nimble (#15114)
genotrance
2020-07-29
1
-1
/
+1
*
fixes #14139 (#15107)
flywind
2020-07-29
2
-3
/
+12
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
17
-95
/
+270
*
Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...
c-blake
2020-07-29
1
-0
/
+30
*
fixes #14616 [backport:1.2] (#15109)
Andreas Rumpf
2020-07-29
2
-0
/
+14
*
Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...
c-blake
2020-07-28
4
-42
/
+42
*
disable sink inference, only enable it for the stdlib. Reason: better source ...
Andreas Rumpf
2020-07-28
6
-5
/
+18
*
Change clibdir and cincludes for NetBSD (#15102)
Euan
2020-07-28
1
-1
/
+9
*
Fix #11352 strutil.insertSep() fails on negative numbers (#15087)
Bung
2020-07-28
2
-6
/
+30
*
deprecate tables.allValues; continuation of #15047 (#15092)
Miran
2020-07-28
1
-1
/
+2
*
cleanup ARC documentation (#15100)
Andreas Rumpf
2020-07-28
2
-44
/
+0
*
yet another fusion fix
narimiran
2020-07-28
1
-1
/
+1
*
another bump
narimiran
2020-07-28
1
-1
/
+1
*
bump FusionStableCommit to the latest commit
narimiran
2020-07-28
1
-1
/
+1
*
Improvements to Windows install instructions (#15099)
Ray Imber
2020-07-28
1
-0
/
+9
*
fixes #15076 (#15095)
Andreas Rumpf
2020-07-27
4
-28
/
+57
*
fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...
Timothee Cour
2020-07-27
2
-1
/
+24
*
fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15...
Bung
2020-07-27
2
-1
/
+30
*
fixes #14189 (#15080) [backport]
Bung
2020-07-27
1
-2
/
+2
*
more renamings
Araq
2020-07-27
2
-3
/
+3
*
code cleanup
Araq
2020-07-27
3
-209
/
+1
*
fixes a closure iterator memory leaks, progress on #15076
Araq
2020-07-27
2
-1
/
+37
[next]