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
*
close #1550 add testcase (#16640)
flywind
2021-01-08
1
-0
/
+20
*
minor fix (#16624)
rockcavera
2021-01-07
1
-1
/
+1
*
Implements streams for sockets (#15729)
PMunch
2021-01-07
1
-0
/
+64
*
oids: switch from PRNG to random module (#16203)
flywind
2021-01-07
1
-0
/
+6
*
add math.signbit (#16592)
flywind
2021-01-07
1
-0
/
+10
*
Jsonutils: pass opt for object in object (#16615)
inv2004
2021-01-07
1
-0
/
+6
*
[backport 1.0] add backend support for js bigint (#16606)
Timothee Cour
2021-01-06
1
-0
/
+58
*
jsonutils: fromJson forward opt param fix (#16612)
inv2004
2021-01-06
1
-0
/
+14
*
fix #16516 method dispatch for sink args (#16594)
cooldome
2021-01-06
1
-0
/
+33
*
Link the <fenv.h> header (#16597)
konsumlamm
2021-01-05
1
-3
/
+2
*
make cstrutils work in VM (#16590)
flywind
2021-01-05
1
-2
/
+10
*
Improve documentation for complex (#16588)
konsumlamm
2021-01-05
1
-6
/
+6
*
fix #9125 (#16582)
flywind
2021-01-05
1
-4
/
+26
*
Make tmath test more strict (#16593)
Clyybber
2021-01-05
1
-13
/
+13
*
merge tmath_misc.nim into tmath.nim (#16591)
Timothee Cour
2021-01-05
2
-24
/
+13
*
fix #16576: honor matrix in testament by making such tests non joinable (#16577)
Timothee Cour
2021-01-04
3
-4
/
+21
*
make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)
Andreas Rumpf
2021-01-04
4
-5
/
+25
*
Add test for static proc/lambda params (#16584)
Clyybber
2021-01-04
1
-0
/
+16
*
fix #16499 (#16514)
flywind
2021-01-04
1
-1
/
+1
*
enable tmath tests for JS backend (#16562)
flywind
2021-01-04
1
-6
/
+5
*
Improve sequtils documentation (#16559)
konsumlamm
2021-01-04
1
-4
/
+2
*
fix #12311 (#16578)
flywind
2021-01-04
1
-0
/
+7
*
Make test independent of repo location (#16571)
Clyybber
2021-01-03
1
-3
/
+1
*
Revert "Make config processing order test more robust" (#16561)
flywind
2021-01-03
1
-1
/
+1
*
Make config processing order test more robust
Clyybber
2021-01-02
1
-1
/
+1
*
fix #16526 run config.nims before foo.nim.cfg (#16557)
Timothee Cour
2021-01-02
6
-0
/
+19
*
Algorithm improvements (#16529)
konsumlamm
2021-01-02
1
-2
/
+2
*
fix #16061 (#16551)
flywind
2021-01-02
1
-1
/
+6
*
fix `is "closure"` (#16552)
flywind
2021-01-02
1
-0
/
+9
*
fix #16542 (#16549)
flywind
2021-01-02
1
-1
/
+30
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-1
/
+1
*
fix #14340 (#16386)
Timothee Cour
2021-01-01
1
-0
/
+17
*
refactor the tests of options (#16527)
flywind
2021-01-01
1
-143
/
+182
*
fix #16494 (#16513)
flywind
2021-01-01
1
-0
/
+24
*
refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)
flywind
2020-12-31
3
-38
/
+32
*
RST: improve line blocks (#16518)
Andrey Makarov
2020-12-31
1
-4
/
+34
*
Add math.copySign (#16406)
flywind
2020-12-30
1
-1
/
+49
*
follow #16505 move and active tests (#16508)
flywind
2020-12-30
2
-30
/
+26
*
nim-gdb.py fixes mostly for nimsuggest debugging (#16479)
Saem Ghani
2020-12-30
2
-20
/
+63
*
fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...
Timothee Cour
2020-12-30
1
-8
/
+56
*
move asciitables to std/private/ (#16498)
flywind
2020-12-29
1
-1
/
+1
*
fix printing negative zero in JS backend (#16505)
flywind
2020-12-29
1
-0
/
+30
*
improve examples in manual (#16497)
flywind
2020-12-29
1
-1
/
+1
*
Added cmpMem export (#16484)
Antonis Geralis
2020-12-29
1
-0
/
+15
*
improve turi.nim tests: js, vm; merge tdecodequery.nim (#16500)
Timothee Cour
2020-12-29
2
-194
/
+181
*
Nil type check implementation (#15287)
Alexander Ivanov
2020-12-29
2
-0
/
+564
*
RST: fix directive with fields (#16490) (#16493)
Andrey Makarov
2020-12-29
1
-0
/
+11
*
use doAssert in tests (#16486)
flywind
2020-12-28
78
-1075
/
+1075
*
fix #15043 (#16441) [backport:1.4]
cooldome
2020-12-27
1
-0
/
+16
*
follow #15860 clean cgi module (#16487)
flywind
2020-12-27
2
-27
/
+10
[next]