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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Fix #14906 (#14949)
Tomohiro
2020-07-18
2
-7
/
+181
*
fix #14082, don't crash on incorrectly formatted input (#14977) [backport]
Miran
2020-07-17
3
-42
/
+42
*
Fix #14994 (#14996)
Clyybber
2020-07-15
1
-1
/
+2
*
fix #13086 (#14987)
flywind
2020-07-15
1
-2
/
+2
*
Clean up macros (#14959)
Juan Carlos
2020-07-14
1
-1
/
+1
*
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
1
-7
/
+6
*
asyncftpclient.nim - don't assume a sufficiend line length (#14973)
Miran
2020-07-14
1
-1
/
+1
*
Fix #12759 (#14967)
flywind
2020-07-12
1
-1
/
+1
*
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
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
4
-67
/
+67
*
revert 0944b0f4
narimiran
2020-07-06
4
-67
/
+67
*
Fix logging tiny bug (#14910)
Juan Carlos
2020-07-06
1
-3
/
+7
*
deprecate existsDir; use dirExists instead (#14884)
Timothee Cour
2020-07-03
2
-18
/
+12
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
4
-21
/
+20
*
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
1
-3
/
+3
*
Clean out sharedtables (#14858)
Juan Carlos
2020-06-30
1
-10
/
+0
*
Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854)
Juan Carlos
2020-06-30
1
-10
/
+0
*
typetraits: features and fixes (#14791)
alaviss
2020-06-30
1
-3
/
+39
*
Fix asyncdispatch drain behavior (#14820) (#14838)
Ray Imber
2020-06-30
1
-4
/
+9
*
add debug fmt string like python's (#14808)
flywind
2020-06-30
1
-2
/
+12
*
fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)
Timothee Cour
2020-06-29
1
-21
/
+0
*
SSL_CTX_load_verify_locations parameters are reversed (#14815) [backport]
aguspiza
2020-06-29
1
-1
/
+1
*
fixed #14839 (#14840)
lqdev
2020-06-28
1
-1
/
+2
*
add a second asyncnet.recvFrom (#14237)
rockcavera
2020-06-27
2
-18
/
+85
*
turn 'runnableExample' into 'code-block' to make nightlies green
narimiran
2020-06-25
1
-9
/
+12
*
add typetraits.elementType (#14780)
Timothee Cour
2020-06-24
1
-0
/
+12
*
fixes #14760 (#14769)
Andreas Rumpf
2020-06-23
1
-1
/
+1
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
9
-22
/
+48
*
Deprecate and/or remove ospaths (#14767)
Juan Carlos
2020-06-23
2
-2
/
+2
*
added normal variate function (#14725)
b3liever
2020-06-22
1
-1
/
+42
*
[backport] Docs: Fix broken `code-block` (#14749)
ee7
2020-06-22
2
-25
/
+25
*
encodings: use only one iconv definition [backport:1.2] (#14741)
alaviss
2020-06-21
1
-18
/
+15
*
fix #13899 defer now works with async (#14723)
Timothee Cour
2020-06-19
1
-0
/
+3
*
fixes #14718 [backport]
Araq
2020-06-19
1
-4
/
+4
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
13
-415
/
+12
*
`addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...
Timothee Cour
2020-06-16
1
-28
/
+0
*
fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)
Timothee Cour
2020-06-16
1
-69
/
+62
*
normalizeExe (#14668)
Timothee Cour
2020-06-15
1
-2
/
+14
*
Added --benchmarkVM to times.cpuTime() documentation (#14663)
Ico Doornekamp
2020-06-15
1
-0
/
+2
[next]