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
Commit message (
Expand
)
Author
Age
Files
Lines
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
31
-67
/
+66
*
Fix #12745 (#14879)
Tomohiro
2020-07-02
2
-11
/
+6
*
Clean out sharedlists (#14857)
Juan Carlos
2020-07-02
2
-6
/
+3
*
Clean out strutils (#14859)
Juan Carlos
2020-07-01
2
-5
/
+1
*
cleanup comment now that #14434 was fixed (#14874)
Timothee Cour
2020-07-01
1
-2
/
+0
*
allow packed union (#14868)
Clyybber
2020-07-01
2
-9
/
+17
*
fix #14401, trailing comma confuses nimpretty (#14867)
Miran
2020-07-01
3
-1
/
+46
*
fix #14846; add macros.extractDocCommentsAndRunnables (#14849)
Timothee Cour
2020-07-01
7
-3
/
+98
*
Clean out sharedtables (#14858)
Juan Carlos
2020-06-30
2
-10
/
+1
*
Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854)
Juan Carlos
2020-06-30
2
-10
/
+1
*
typetraits: features and fixes (#14791)
alaviss
2020-06-30
2
-3
/
+56
*
Fix asyncdispatch drain behavior (#14820) (#14838)
Ray Imber
2020-06-30
2
-4
/
+34
*
add debug fmt string like python's (#14808)
flywind
2020-06-30
3
-2
/
+119
*
CI openbsd: 3x batching via NIM_TESTAMENT_BATCH ; overall CI finishes in 21m ...
Timothee Cour
2020-06-30
6
-0
/
+138
*
Clean out dom (#14855)
Juan Carlos
2020-06-30
2
-5
/
+1
*
Clean out oldast (#14837)
Juan Carlos
2020-06-30
7
-25
/
+14
*
New freebsd platforms (#14801)
lbartoletti
2020-06-29
2
-2
/
+2
*
fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)
Timothee Cour
2020-06-29
4
-22
/
+34
*
Clean out Deprecated proc (#14797)
Juan Carlos
2020-06-29
3
-25
/
+8
*
SSL_CTX_load_verify_locations parameters are reversed (#14815) [backport]
aguspiza
2020-06-29
1
-1
/
+1
*
Make unreachable code a warning instead of an error (#14816)
Clyybber
2020-06-29
3
-9
/
+9
*
fix `./koch tests` following #14823 (#14845)
Timothee Cour
2020-06-28
1
-1
/
+2
*
DFA and injectdestructors cleanup (#14824)
Clyybber
2020-06-28
2
-157
/
+118
*
Fix some typos (#14843)
Danil Yarantsev
2020-06-28
12
-42
/
+42
*
Fix typo
Clyybber
2020-06-28
1
-1
/
+1
*
Remove double entry for thiscall (#14842)
Danil Yarantsev
2020-06-28
1
-3
/
+1
*
get rid of $READLINK variable (#14841)
Andrey Makarov
2020-06-28
1
-2
/
+2
*
Fix #14647 (#14776)
Clyybber
2020-06-28
3
-9
/
+12
*
Changelog: Tiny style improvement
Clyybber
2020-06-28
1
-1
/
+1
*
fixed #14839 (#14840)
lqdev
2020-06-28
1
-1
/
+2
*
Update link to parseSpec proc
Clyybber
2020-06-28
1
-1
/
+1
*
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
*
Fix nimdoc invalid css on theme switch class (#14834)
Manuel Bojato
2020-06-27
1
-4
/
+5
*
Warn about calling wrappers at compile time until #14049 is fixed. (#14828)
Sizhe Zhao
2020-06-27
1
-1
/
+4
*
testament: generic N-fold batching: windows CI 37mn=>16m (#14823)
Timothee Cour
2020-06-27
16
-181
/
+172
*
Testament: Reenable arraymancer (#14831)
Clyybber
2020-06-27
1
-1
/
+1
*
Fix missing comma (#14829)
Sizhe Zhao
2020-06-27
1
-1
/
+1
*
Add all missing css properties to dom.nim. (#14825)
treeform
2020-06-26
1
-4
/
+270
*
update contributing.rst and docstyle.rst: refer to a bug via `bug #1234` + ot...
Timothee Cour
2020-06-26
2
-24
/
+51
*
followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent i...
Timothee Cour
2020-06-26
1
-1
/
+1
*
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 testcase for #4796 (#14784)
Clyybber
2020-06-25
2
-0
/
+13
*
koch: add --localdocs to allow building only local docs (#14783)
alaviss
2020-06-25
2
-14
/
+29
*
expr => untyped; stmt => typed (#14804)
Timothee Cour
2020-06-25
3
-2
/
+9
*
fix #14802 (#14803)
Timothee Cour
2020-06-25
2
-1
/
+9
*
Add test-cases to some fixed issues to close them (#14795)
Danil Yarantsev
2020-06-24
4
-0
/
+35
*
Reject casts to builtin typeclasses (#14788)
Danil Yarantsev
2020-06-24
2
-1
/
+10
*
add typetraits.elementType (#14780)
Timothee Cour
2020-06-24
3
-0
/
+33
[next]