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
*
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
*
|
add missing props,procs (#14978)
Bung
2020-07-14
1
-0
/
+12
*
|
fix index error (#14974)
Hendrik
2020-07-14
1
-1
/
+2
*
|
fix #14475; unittest.require now works with `nim c`; require and check now wo...
Timothee Cour
2020-07-14
3
-12
/
+30
*
|
asyncftpclient.nim - don't assume a sufficiend line length (#14973)
Miran
2020-07-14
1
-1
/
+1
*
|
optimize the new nimPrepareStrMutationV2 with inlining (#14969)
Andreas Rumpf
2020-07-12
1
-6
/
+9
*
|
Fix #12759 (#14967)
flywind
2020-07-12
1
-1
/
+1
*
|
Move `wasMoved` out of `=destroy`
Clyybber
2020-07-10
2
-3
/
+1
*
|
Add missing dom.nim things (#14944)
treeform
2020-07-09
1
-2
/
+30
*
|
add docs and more tests for debug format strings (#14861)
flywind
2020-07-08
1
-1
/
+46
*
|
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
7
-92
/
+29
*
|
fixes #14402 (#14908)
Andreas Rumpf
2020-07-08
1
-1
/
+1
*
|
fix mistake in times.nim docs
narimiran
2020-07-07
1
-1
/
+1
*
|
Revert commit 3e843ab3358. Closes #14930.
Dominik Picheta
2020-07-07
1
-1
/
+1
*
|
tables.nim: Add named fields in `smallest` and `largest` (#14919)
ee7
2020-07-06
1
-2
/
+2
*
|
fixes #14830
Araq
2020-07-06
1
-1
/
+1
*
|
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
5
-68
/
+68
*
|
revert 0944b0f4
narimiran
2020-07-06
5
-68
/
+68
*
|
Fix logging tiny bug (#14910)
Juan Carlos
2020-07-06
1
-3
/
+7
*
|
deprecate existsDir; use dirExists instead (#14884)
Timothee Cour
2020-07-03
3
-25
/
+18
*
|
Add jsre (#14870)
Juan Carlos
2020-07-03
3
-2
/
+45
*
|
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
6
-27
/
+27
*
|
Clean out sharedlists (#14857)
Juan Carlos
2020-07-02
1
-6
/
+0
*
|
Clean out strutils (#14859)
Juan Carlos
2020-07-01
1
-5
/
+0
*
|
fix #14846; add macros.extractDocCommentsAndRunnables (#14849)
Timothee Cour
2020-07-01
2
-3
/
+39
[next]