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
*
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
*
httpcore: Add http code 308 Permanent Redirect (#14639)
djazz
2020-06-12
2
-1
/
+3
*
Add `proc find` to `heapqueue` (#14628)
c-blake
2020-06-10
1
-4
/
+13
*
parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627)
Timothee Cour
2020-06-09
1
-7
/
+7
*
`toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...
Timothee Cour
2020-06-08
2
-31
/
+31
*
Fix sugar.dump: It doesn't work correctly with compile time expression (#14580)
Tomohiro
2020-06-08
1
-1
/
+1
*
net: also set TLSv1.3 cipher suites
Leorize
2020-06-06
1
-0
/
+7
*
net: revert compatibility changes for Windows
Leorize
2020-06-06
1
-5
/
+2
*
net: use CiphersOld list for Windows
Leorize
2020-06-06
1
-1
/
+4
*
net: don't call set_ecdh_auto for super old OpenSSL
Leorize
2020-06-06
1
-1
/
+1
*
net: enable automatic EC curve selection for OpenSSL 1.0.2
Leorize
2020-06-06
1
-0
/
+7
*
asyncnet: clear SSL error queue before performing I/O
Leorize
2020-06-06
1
-0
/
+1
*
net: use a secure cipher list by default
Leorize
2020-06-06
2
-1
/
+53
[next]