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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Better semiStmtList parsing (#15123)
Clyybber
2020-09-09
1
-0
/
+165
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-0
/
+27
*
"for-loop macros" are no longer an experimental feature (#15288)
Miran
2020-09-08
1
-1
/
+1
*
nimeval errorHook support (#15255)
Scott Wadden
2020-09-07
2
-13
/
+29
*
more Protocol supports in windows (#15274) [backport:1.2]
flywind
2020-09-07
1
-0
/
+29
*
strict funcs: use control flow information for a more precise analysis (#15271)
Andreas Rumpf
2020-09-06
1
-3
/
+8
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-0
/
+75
*
fix #15238 (#15262)
cooldome
2020-09-04
1
-1
/
+17
*
fix #15257, `toHex` couldn't handle large uint64 (#15261) [backport:1.2]
Miran
2020-09-04
1
-2
/
+4
*
fixes #15210 [backport:1.2] (#15237)
Andreas Rumpf
2020-08-31
1
-0
/
+11
*
fix #15035 (#15236)
cooldome
2020-08-28
1
-0
/
+16
*
Fix #5691 (#15158)
Clyybber
2020-08-27
4
-0
/
+85
*
fix some issues overloading with generics and inheritance (#15211)
jcosborn
2020-08-27
1
-5
/
+31
*
avoid #8231, bitwise move to mul,div (#15070)
Bung
2020-08-25
1
-0
/
+3
*
[backport] fix #15064, strscans.scanf edge case for '$+' (#15223)
Miran
2020-08-25
1
-1
/
+15
*
Add test coverage for atomics (#15193)
Elijah Shaw-Rutschman
2020-08-18
1
-0
/
+609
*
fix overloading issue with generic invocation (#15135)
jcosborn
2020-08-18
1
-0
/
+60
*
gc_regions: cleanup & fixes for deallocation (#11920)
alaviss
2020-08-17
1
-0
/
+23
*
Allow pragmas on parameters (#15178)
Clyybber
2020-08-11
1
-0
/
+15
*
Fix #8473 (#15169)
Andreas Rumpf
2020-08-11
4
-1
/
+37
|
\
|
*
Use typeflag instead
Clyybber
2020-08-10
1
-0
/
+10
|
*
Add testcase for #5688
Clyybber
2020-08-08
1
-0
/
+17
|
*
Make explicit {.nimcall.} a seperate calling convention
Clyybber
2020-08-08
2
-1
/
+10
*
|
[FIX] strtabs interpolation in nimscript (#15172)
haxscramper
2020-08-09
1
-0
/
+5
*
|
fix #15148 (#15149)
flywind
2020-08-08
1
-0
/
+12
|
/
*
net: allow close() to ignore SSL failures due to disconnections (#15120)
alaviss
2020-08-01
1
-7
/
+78
*
fixes #15130 (#15141)
Andreas Rumpf
2020-08-01
1
-2
/
+75
*
fixes #15122 [backport:1.2] (#15139)
Andreas Rumpf
2020-08-01
1
-0
/
+28
*
cursor and mutation tracking fixes (#15113)
Andreas Rumpf
2020-07-30
2
-5
/
+59
*
fix overloading case with generic alias (#15116)
jcosborn
2020-07-30
1
-0
/
+105
*
asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)
alaviss
2020-07-30
2
-0
/
+68
*
fixes #14139 (#15107)
flywind
2020-07-29
1
-0
/
+9
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
2
-0
/
+240
*
fixes #14616 [backport:1.2] (#15109)
Andreas Rumpf
2020-07-29
1
-0
/
+10
*
disable sink inference, only enable it for the stdlib. Reason: better source ...
Andreas Rumpf
2020-07-28
2
-0
/
+2
*
Fix #11352 strutil.insertSep() fails on negative numbers (#15087)
Bung
2020-07-28
1
-0
/
+13
*
fixes #15076 (#15095)
Andreas Rumpf
2020-07-27
1
-0
/
+21
*
fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...
Timothee Cour
2020-07-27
1
-0
/
+20
*
fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15...
Bung
2020-07-27
1
-0
/
+20
*
fixes a closure iterator memory leaks, progress on #15076
Araq
2020-07-27
1
-0
/
+36
*
Add test-cases for #12576 and #12523 (#15085)
Danil Yarantsev
2020-07-27
2
-4
/
+36
*
fixes #15038 [backport:1.2]
Andreas Rumpf
2020-07-26
1
-0
/
+26
*
fixes #15052
Andreas Rumpf
2020-07-26
1
-0
/
+11
*
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
1
-1
/
+4
*
writing to a location counts as "side effect"; implements https://github.com/...
Andreas Rumpf
2020-07-25
1
-0
/
+31
*
fix assignment to converted concept type (#15051)
jcosborn
2020-07-24
1
-17
/
+37
*
fixes #15044 [backport:1.2]
Andreas Rumpf
2020-07-23
1
-0
/
+18
*
Add a testcase for #14480. Fixes #14480 (#15037)
Danil Yarantsev
2020-07-22
1
-0
/
+7
*
cursor inference bugfix
Andreas Rumpf
2020-07-20
1
-2
/
+62
[prev]
[next]