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
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
1
-7
/
+12
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
4
-15
/
+17
*
fixes #13691 (#13694)
Andreas Rumpf
2020-03-19
1
-0
/
+29
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
5
-3
/
+63
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
5
-21
/
+23
*
fix #13524 astToStr now works inside generics (#13681)
Timothee Cour
2020-03-18
1
-0
/
+6
*
fixes #13622 (#13679)
Andreas Rumpf
2020-03-18
1
-0
/
+20
*
fixes #13671 [backport] (#13678)
Andreas Rumpf
2020-03-18
1
-0
/
+5
*
fix when statements in inheritable generic objects (#13667) [backport]
Jasper Jenkins
2020-03-17
1
-0
/
+11
*
rewritten goto based exception handling; much cleaner implementation;… (#13...
Andreas Rumpf
2020-03-17
1
-0
/
+69
*
Fixes #13659 (#13674)
cooldome
2020-03-17
1
-1
/
+25
*
fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)
Timothee Cour
2020-03-17
1
-1
/
+1
*
fix sets of scoped imported enums (#13666)
Jasper Jenkins
2020-03-17
2
-0
/
+12
*
fixes #13661 (#13664) [backport]
Andreas Rumpf
2020-03-16
1
-0
/
+12
*
fixes #13646
Araq
2020-03-16
1
-3
/
+22
*
fixes #12747 [backport] (#13651)
cooldome
2020-03-16
3
-2
/
+13
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
4
-3
/
+55
*
rename `lenTuple` and `lenVarargs` (#13639)
Miran
2020-03-12
2
-24
/
+25
*
fixes #13240
Araq
2020-03-11
1
-0
/
+25
*
fixes #13519
Araq
2020-03-11
1
-0
/
+21
*
add expectIdent to macros (#12778)
Arne Döring
2020-03-11
2
-0
/
+42
*
fix operators containing percent for VM usage (#13536)
Arne Döring
2020-03-11
2
-1
/
+19
*
fixes #13436 (#13615)
Andreas Rumpf
2020-03-10
1
-0
/
+10
*
fixes #13599 (#13614)
Andreas Rumpf
2020-03-09
1
-0
/
+39
*
fixes #13596 (#13612)
Andreas Rumpf
2020-03-09
2
-0
/
+112
*
Fix #13573 and #13574 (#13575)
Andrea Ferretti
2020-03-06
1
-1
/
+6
*
close #12704 by adding a test (tuple codegen error) (#13592)
Timothee Cour
2020-03-06
1
-0
/
+14
*
fixes #5170 (#13589)
Andreas Rumpf
2020-03-05
3
-5
/
+35
*
fix #13579 joinPath("/foo/", "../a") is now /a (#13586)
Andreas Rumpf
2020-03-05
1
-0
/
+13
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
3
-4
/
+8
*
std/compilesettings implementation (#13584)
Andreas Rumpf
2020-03-04
1
-0
/
+19
*
fix #13531 by adding a test (#13581)
Miran
2020-03-04
1
-0
/
+31
*
make genericParams support static[T] generic params (#13433)
Timothee Cour
2020-03-02
1
-1
/
+44
*
fixes #13543 and added times.isLeapDay (#13547)
Timothee Cour
2020-03-01
1
-3
/
+7
*
EndsInNoReturn in expressions extension, fixes #13490 (#13520)
cooldome
2020-02-28
1
-0
/
+37
*
save another 33s of CI for tests/gc/gcleak.nim
Timothee Cour
2020-02-27
1
-1
/
+8
*
CI tests run faster: save 120s in azure machines, 335s on local OSX
Timothee Cour
2020-02-27
1
-1
/
+13
*
revert changes to tests/gc/gcleak2.nim
Timothee Cour
2020-02-27
1
-72
/
+5
*
make CI tests faster + more precise
Timothee Cour
2020-02-27
1
-5
/
+72
*
cleanup Ordinal (#13501)
Timothee Cour
2020-02-27
2
-2
/
+19
*
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...
Timothee Cour
2020-02-26
4
-16
/
+252
*
fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ...
Timothee Cour
2020-02-26
1
-3
/
+26
*
fix #13449 texitcode flaky on windows (#13487)
Timothee Cour
2020-02-25
1
-1
/
+4
*
make devel green again: tnetdial still doesn't work on Travis
narimiran
2020-02-25
1
-0
/
+1
*
fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]
Andrey Makarov
2020-02-23
1
-0
/
+4
*
relativePath("foo", "foo") is now ".", not "" (#13452)
Timothee Cour
2020-02-22
3
-4
/
+18
*
fixes #13457 (#13458)
Andreas Rumpf
2020-02-21
1
-1
/
+8
*
Remove testutils (#13435) [backport]
Clyybber
2020-02-19
2
-2
/
+7
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
3
-8
/
+30
*
fix incorrect lenTuple implementation (#13423)
Timothee Cour
2020-02-19
1
-4
/
+36
[next]