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
*
fix mistake in times.nim docs
narimiran
2020-07-07
1
-1
/
+1
*
Add testcase for #14864 (#14928)
Clyybber
2020-07-07
3
-0
/
+13
*
Revert commit 3e843ab3358. Closes #14930.
Dominik Picheta
2020-07-07
1
-1
/
+1
*
injectdestructors: refactoring, added more cases explicitly (#14929)
Andreas Rumpf
2020-07-07
1
-7
/
+68
*
speed up Nim's lexer by using cstring instead of string. C optimizers are fra...
Araq
2020-07-07
1
-9
/
+15
*
weaken tosproc test for my Windows machine which doesn't have 'ls'
Araq
2020-07-07
1
-1
/
+2
*
Minor improvements to typecast section of manual (#14896)
awr1
2020-07-07
1
-7
/
+18
*
Limit number of error messages from gcc/clang backend (#14852)
Tomohiro
2020-07-07
2
-7
/
+14
*
Fix #14911 (#14922) [backport]
Clyybber
2020-07-07
2
-2
/
+9
*
Add testcase for #14472 (#14921)
Clyybber
2020-07-06
1
-0
/
+23
*
tables.nim: Add named fields in `smallest` and `largest` (#14919)
ee7
2020-07-06
2
-2
/
+16
*
added security.md; refs #14882
Araq
2020-07-06
1
-0
/
+17
*
fixes #14830
Araq
2020-07-06
1
-1
/
+1
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
10
-85
/
+85
*
revert 0944b0f4
narimiran
2020-07-06
10
-85
/
+85
*
Update btrees.nim (#14916)
Dean Eigenmann
2020-07-06
1
-0
/
+3
*
Fix logging tiny bug (#14910)
Juan Carlos
2020-07-06
2
-3
/
+11
*
Fix #14396 (#14793)
Clyybber
2020-07-04
4
-71
/
+198
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
17
-475
/
+609
*
deprecate existsDir; use dirExists instead (#14884)
Timothee Cour
2020-07-03
14
-39
/
+32
*
Add jsre (#14870)
Juan Carlos
2020-07-03
5
-4
/
+53
*
typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...
Timothee Cour
2020-07-02
6
-12
/
+11
*
{.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
[next]