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
*
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
*
Add test-cases for #12576 and #12523 (#15085)
Danil Yarantsev
2020-07-27
2
-4
/
+36
*
Small optimization for the CI pipeline. (#15088)
alaviss
2020-07-27
1
-15
/
+25
*
parsecsv: fix '\0' being displayed as '0' in docs (#15086) [backport]
Jjp137
2020-07-27
1
-2
/
+2
*
compiler: minor code cleanups
Araq
2020-07-27
4
-5
/
+4
*
Bump nimble (#15077)
genotrance
2020-07-26
1
-1
/
+1
*
fixes #15038 [backport:1.2]
Andreas Rumpf
2020-07-26
3
-46
/
+29
*
fixes #15052
Andreas Rumpf
2020-07-26
2
-0
/
+22
*
fix nightlies: smaller log files (#15074)
Miran
2020-07-25
1
-1
/
+1
*
koch: bundle nim-lang/fusion with Nim (#15061)
alaviss
2020-07-25
1
-4
/
+19
*
Add a test-case for #12990 (#15072)
Danil Yarantsev
2020-07-25
2
-2
/
+16
*
strict func: much better error messages (#15068)
Andreas Rumpf
2020-07-25
5
-47
/
+134
*
writing to a location counts as "side effect"; implements https://github.com/...
Andreas Rumpf
2020-07-25
5
-5
/
+283
*
deprecate tables.add (#15047)
Miran
2020-07-25
1
-4
/
+8
*
fix #14684 (#15059)
Bung
2020-07-25
1
-0
/
+2
*
fix #14534 (#15060) [backport]
Bung
2020-07-25
1
-1
/
+1
*
Bump nimble commit (#15053)
genotrance
2020-07-25
1
-2
/
+2
*
fix assignment to converted concept type (#15051)
jcosborn
2020-07-24
2
-17
/
+41
*
jsre: try to fix nightlies (#15057)
Miran
2020-07-24
2
-1
/
+5
*
fixes #15056 [backport]
Araq
2020-07-24
1
-2
/
+6
*
fixes #15036
Andreas Rumpf
2020-07-23
2
-3
/
+2
*
fixes #15044 [backport:1.2]
Andreas Rumpf
2020-07-23
2
-3
/
+23
*
json.nim: smaller init size (#15048)
Miran
2020-07-23
1
-2
/
+2
*
enforce browsers.nim only handles URLs [backport] (#15045)
Andreas Rumpf
2020-07-23
1
-4
/
+10
*
Change testing commands for some packages (#15041)
Miran
2020-07-22
1
-6
/
+4
[next]