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
Commit message (
Expand
)
Author
Age
Files
Lines
*
deques.nim: Refactor the `toDeque` functionality (#15166)
ee7
2020-08-07
1
-5
/
+18
*
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
*
fixes a collect() bug reported on the forum (#15156) [backport:1.2]
Andreas Rumpf
2020-08-04
1
-0
/
+10
*
minor improvement (#15155)
flywind
2020-08-04
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
2
-8
/
+99
*
export asyncdispatch handles (#15140)
flywind
2020-08-01
1
-1
/
+1
*
improve epoll docs (#15137)
flywind
2020-08-01
1
-21
/
+23
*
Revert "Small typo (#15132)" (#15134)
Andreas Rumpf
2020-07-31
1
-1
/
+1
*
Small typo (#15132)
Oliver Daniel
2020-07-31
1
-1
/
+1
*
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
2
-34
/
+52
*
fixes #14139 (#15107)
flywind
2020-07-29
1
-3
/
+3
*
Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...
c-blake
2020-07-29
1
-0
/
+30
*
Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...
c-blake
2020-07-28
3
-42
/
+41
*
disable sink inference, only enable it for the stdlib. Reason: better source ...
Andreas Rumpf
2020-07-28
1
-0
/
+3
*
Fix #11352 strutil.insertSep() fails on negative numbers (#15087)
Bung
2020-07-28
1
-6
/
+17
*
deprecate tables.allValues; continuation of #15047 (#15092)
Miran
2020-07-28
1
-1
/
+2
*
more renamings
Araq
2020-07-27
2
-3
/
+3
*
code cleanup
Araq
2020-07-27
3
-209
/
+1
*
parsecsv: fix '\0' being displayed as '0' in docs (#15086) [backport]
Jjp137
2020-07-27
1
-2
/
+2
*
deprecate tables.add (#15047)
Miran
2020-07-25
1
-4
/
+8
*
jsre: try to fix nightlies (#15057)
Miran
2020-07-24
1
-0
/
+3
*
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
*
fix #15033 (#15034)
Hugo Granström
2020-07-22
1
-1
/
+1
*
smtp: Fix STARTTLS, request HELO once TLS is established (#15032)
Mildred Ki'Lya
2020-07-22
1
-3
/
+9
*
fix several newline problems (#15028) [backend]
Miran
2020-07-21
3
-2
/
+37
*
Fix #2408 - add -d:globalSymbols (#14904)
genotrance
2020-07-21
1
-1
/
+4
*
Shadow Dom apis (#14979)
Bung
2020-07-21
2
-0
/
+37
*
readLine: Unicode support for Windows console (#14782)
Andreas Rumpf
2020-07-20
1
-0
/
+62
|
\
|
*
readLine: Fix issues with --gc:arc
ktamp
2020-06-26
1
-6
/
+11
|
*
readLine: Remove recursive imports
ktamp
2020-06-25
1
-10
/
+31
|
*
readLine: Unicode support for Windows console
ktamp
2020-06-23
1
-0
/
+36
*
|
'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)
Andreas Rumpf
2020-07-20
1
-0
/
+31
*
|
io: fix SetHandleInformation signature to match Windows' (#15017)
alaviss
2020-07-20
1
-2
/
+7
*
|
[Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)
Dominik Picheta
2020-07-19
1
-1
/
+6
*
|
threadpool.nim: minor code style changes
Araq
2020-07-18
1
-5
/
+5
*
|
fix docs for nativesocket read/write selects (#15010)
Andy Davidoff
2020-07-18
1
-2
/
+2
*
|
enable,document,test getImplTransformed, very useful for understanding how ni...
Timothee Cour
2020-07-18
1
-2
/
+5
*
|
Fix #14906 (#14949)
Tomohiro
2020-07-18
2
-7
/
+181
*
|
fix odbc regressions (#15009) [backport]
cooldome
2020-07-18
1
-2
/
+2
*
|
fix #14082, don't crash on incorrectly formatted input (#14977) [backport]
Miran
2020-07-17
3
-42
/
+42
*
|
fix #15006 (#15007)
flywind
2020-07-17
1
-1
/
+1
*
|
Fix #14994 (#14996)
Clyybber
2020-07-15
2
-1
/
+3
*
|
An optimizer for ARC (#14962)
Andreas Rumpf
2020-07-15
1
-5
/
+5
*
|
repr_v2 improvements (#14992)
Clyybber
2020-07-15
1
-10
/
+28
*
|
fix #13086 (#14987)
flywind
2020-07-15
1
-2
/
+2
*
|
Clean up macros (#14959)
Juan Carlos
2020-07-14
2
-35
/
+1
[next]