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
*
add testcase for #4668 (#14946)
flywind
2020-07-09
1
-0
/
+16
*
fix #11009 (#14935)
flywind
2020-07-09
3
-1
/
+17
*
Add missing dom.nim things (#14944)
treeform
2020-07-09
1
-2
/
+30
*
Add testcase for #10465 (#14943)
flywind
2020-07-09
1
-0
/
+43
*
add docs and more tests for debug format strings (#14861)
flywind
2020-07-08
2
-4
/
+116
*
Add testcase for #12129 (#14940)
Clyybber
2020-07-08
1
-0
/
+14
*
fixes #14865 (#14937)
Andreas Rumpf
2020-07-08
2
-0
/
+2
*
Make arc compile laser again
Clyybber
2020-07-08
1
-1
/
+1
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
10
-120
/
+83
*
fixes #14900, this time for real, maybe (#14934)
Andreas Rumpf
2020-07-08
2
-19
/
+19
*
closes #14878
Araq
2020-07-08
1
-1
/
+19
*
fixes #14805
Araq
2020-07-08
2
-1
/
+15
*
fixes #14900
Araq
2020-07-08
2
-38
/
+62
*
fixes #14899
Araq
2020-07-08
2
-4
/
+51
*
progress
Araq
2020-07-08
2
-18
/
+34
*
fixes #14402 (#14908)
Andreas Rumpf
2020-07-08
2
-1
/
+27
*
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
[next]