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
*
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
*
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
*
Clean out dom (#14855)
Juan Carlos
2020-06-30
1
-4
/
+0
*
fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)
Timothee Cour
2020-06-29
1
-21
/
+0
*
Clean out Deprecated proc (#14797)
Juan Carlos
2020-06-29
1
-8
/
+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
*
docs: Make `..<`, `.. ^` more discoverable (#14835)
Manuel Bojato
2020-06-27
1
-18
/
+23
*
testament: generic N-fold batching: windows CI 37mn=>16m (#14823)
Timothee Cour
2020-06-27
2
-0
/
+8
*
Add all missing css properties to dom.nim. (#14825)
treeform
2020-06-26
1
-4
/
+270
*
Add hasAttribute method to dom.nim. (#14814)
treeform
2020-06-25
1
-0
/
+1
*
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
*
fromJson: support object variants (#14694)
Timothee Cour
2020-06-24
1
-15
/
+73
*
CI: Install the pkg we cloned (#14770)
Clyybber
2020-06-24
1
-32
/
+0
*
fix #14750, don't allocate too much in newWideCString (#14773)
Miran
2020-06-23
1
-3
/
+2
*
fixes #14760 (#14769)
Andreas Rumpf
2020-06-23
1
-1
/
+1
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
20
-44
/
+80
*
Deprecate and/or remove ospaths (#14767)
Juan Carlos
2020-06-23
2
-2
/
+2
*
Remove outdated comment and copy of length (#14759)
Clyybber
2020-06-22
1
-13
/
+3
*
added normal variate function (#14725)
b3liever
2020-06-22
1
-1
/
+42
*
posix_other: add define to force time_t to 64 bit [backport] (#14753)
alaviss
2020-06-22
1
-1
/
+6
*
[backport] Docs: Fix broken `code-block` (#14749)
ee7
2020-06-22
2
-25
/
+25
*
Export fields from the Selection object. (#14752)
treeform
2020-06-21
1
-0
/
+7
*
encodings: use only one iconv definition [backport:1.2] (#14741)
alaviss
2020-06-21
1
-18
/
+15
*
Add css white-space property to dom.nim. (#14743)
treeform
2020-06-21
1
-0
/
+1
*
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
*
add legacy workaround; improve test so that it actually tests for the bugfix
Timothee Cour
2020-06-19
1
-3
/
+5
*
Update tuple newLit
solo989
2020-06-19
1
-5
/
+12
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
16
-436
/
+12
*
remove compilerproc from `newIdentNode` (#14692)
Timothee Cour
2020-06-17
1
-1
/
+1
*
Update macros.nim (#14697)
solo989
2020-06-17
1
-3
/
+2
*
`addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...
Timothee Cour
2020-06-16
4
-36
/
+79
[next]