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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #12767 (#12768)
genotrance
2019-11-29
3
-1
/
+16
*
make addQuoted work on nimscript (#12717) [backport]
Jasper Jenkins
2019-11-28
2
-0
/
+6
*
fixes #12488 [backport]
Araq
2019-11-28
1
-0
/
+17
*
Substitute $nimbleDir in --path flags (#12750)
genotrance
2019-11-28
2
-0
/
+12
*
VM: improvements for var T/addr (#12667); fixes #12489
Andreas Rumpf
2019-11-28
3
-3
/
+113
*
fixes a flaky test for the realtime GC
Araq
2019-11-28
1
-3
/
+0
*
[backport] Fix spelling typos (#12755)
Brian Wignall
2019-11-28
3
-4
/
+4
*
test suite: rename tests containing 'fail' for easier search in logs
Araq
2019-11-26
5
-17
/
+17
*
ARC: ported the GC tests over to --gc:arc
Araq
2019-11-26
7
-16
/
+32
*
increase the timeout for 'tasyncclosestall' (#12744)
Miran
2019-11-26
1
-1
/
+1
*
fix in tests/js/tconsole (#12709)
Arne Döring
2019-11-25
1
-3
/
+3
*
Revert "ARC: another critical bugfix; temporary tuples we introduce for tuple...
narimiran
2019-11-24
1
-1
/
+1
*
ARC: another critical bugfix; temporary tuples we introduce for tuple unpacka...
Araq
2019-11-22
1
-1
/
+1
*
delete list comprehension (#12392)
Arne Döring
2019-11-22
1
-8
/
+0
*
ARC: yet another silly bugfix
Araq
2019-11-22
1
-0
/
+29
*
thavlak.nim: more idiomatic code
Araq
2019-11-21
1
-45
/
+45
*
more thavlak.nim improvements
Araq
2019-11-21
1
-4
/
+4
*
more thavlak.nim improvements
Araq
2019-11-21
1
-78
/
+51
*
thavlak.nim test: improved the code style
Araq
2019-11-21
1
-28
/
+21
*
fixes #12670 [backport] (#12693)
Andreas Rumpf
2019-11-20
1
-0
/
+20
*
more arc improvements (#12690)
Andreas Rumpf
2019-11-20
1
-2
/
+15
*
fixes #12612 [backport] (#12681)
Andreas Rumpf
2019-11-19
1
-0
/
+8
*
fix regression in align (#12680)
Arne Döring
2019-11-19
2
-2
/
+14
*
ARC: closure bugfixes (#12677)
Andreas Rumpf
2019-11-18
1
-0
/
+19
*
attempt to add valgrind support to the CIs and testament (#12646)
Andreas Rumpf
2019-11-18
1
-0
/
+6
*
fixes and changes the recently introduced 'alignas' to be 'align' (#12666)
Andreas Rumpf
2019-11-15
4
-21
/
+21
*
ARC: fixes leaking new() statement (#12665)
Andreas Rumpf
2019-11-15
1
-0
/
+9
*
ARC: solves phase ordering problems (#12654)
Andreas Rumpf
2019-11-14
1
-3
/
+3
*
ARC: closure inside object constructor now works
Araq
2019-11-13
2
-2
/
+15
*
implemented alignas pragma (#12643)
Arne Döring
2019-11-13
4
-9
/
+94
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-0
/
+38
*
Version of trimZeros without temp strings (#12633)
b3liever
2019-11-11
1
-0
/
+36
*
fix #12597 (#12604)
Arne Döring
2019-11-07
1
-0
/
+6
*
fixes #5050; fixes #11826 (#12606) [backport]
cooldome
2019-11-07
2
-0
/
+24
*
backtick and export marker handling in `eqIdent` (#12574)
Arne Döring
2019-11-07
1
-0
/
+16
*
fix failing test
narimiran
2019-11-07
1
-1
/
+1
*
remove unused imports from tests
narimiran
2019-11-06
11
-17
/
+9
*
expr -> untyped
Araq
2019-11-05
1
-1
/
+1
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
31
-139
/
+56
*
fix #8242, fix #12586: fix 'formatFloat' with 'precision = 0' (#12592)
Miran
2019-11-05
1
-2
/
+1
*
Make sequtils.zip return seq of anonymous tuples (#12575)
Kaushal Modi
2019-11-04
1
-1
/
+1
*
Fixes #12379 (#12591) [backport]
Clyybber
2019-11-04
3
-18
/
+20
*
Fixes #12536 (#12568) [backport]
Tomohiro
2019-11-02
4
-0
/
+26
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
5
-48
/
+44
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
5
-6
/
+6
*
[backport] fix #12528, fix #12525: incorrect generic type resolution for defa...
Andreas Rumpf
2019-10-28
1
-0
/
+14
*
proof that refcounting can handle Nim's async (#12533)
Andreas Rumpf
2019-10-28
1
-0
/
+73
*
[feature]strformat: add 2 'fmt' macros that use specified characters instead ...
Tomohiro
2019-10-28
1
-0
/
+32
*
Extent json.to testing to VM, add workrounds for VM bugs. (#12493)
Arne Döring
2019-10-28
1
-116
/
+122
*
some progress on bug #12443
Andreas Rumpf
2019-10-27
1
-0
/
+16
[next]