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
*
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
*
remove some noises in tests (#16448)
flywind
2020-12-27
17
-181
/
+140
*
fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)
Timothee Cour
2020-12-27
1
-1
/
+14
*
follow #15357 and move decodeQuery (#15860)
flywind
2020-12-27
1
-0
/
+7
*
RST: implement admonitions (#16438)
Andrey Makarov
2020-12-27
1
-0
/
+49
*
fix nim js cmp fails at CT (#16473)
flywind
2020-12-27
2
-15
/
+41
*
fix #16474 `unittest.check type1 is type2` gives CT error (#16476)
flywind
2020-12-27
1
-0
/
+19
*
add `euclDiv` and `euclMod` to `math` (#16414)
flywind
2020-12-23
1
-0
/
+28
*
strip minor improvement (#16444)
flywind
2020-12-23
1
-0
/
+13
*
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
Timothee Cour
2020-12-22
1
-0
/
+4
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
1
-1
/
+68
*
RST enumlist followup (#16382)
Andrey Makarov
2020-12-19
1
-3
/
+39
*
active windows tests and use doAssert (#16395)
flywind
2020-12-18
1
-11
/
+10
*
fix cmpIgnoreStyle bug (#16392)
flywind
2020-12-18
1
-0
/
+11
*
Make 'echo' raise IOErrors when appropriate (#16367)
Matt Haggard
2020-12-18
1
-0
/
+11
*
fixes #16365 [backport] (#16381)
Andreas Rumpf
2020-12-17
1
-1
/
+31
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
1
-0
/
+27
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
3
-0
/
+14
*
improve tstrutils: test c, cpp, js, vm; cleanups (#16357)
Timothee Cour
2020-12-15
2
-676
/
+689
*
Adds toSet to create sets from iterables (#16276)
Jason Beetham
2020-12-14
1
-0
/
+14
*
doc/rst2html: some few fixes for enumerated and bullet lists (#16295)
Andrey Makarov
2020-12-14
1
-0
/
+138
*
fix #16330 tshould_not_work (#16342)
Timothee Cour
2020-12-14
1
-3
/
+1
*
fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...
Timothee Cour
2020-12-14
1
-2
/
+15
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
22
-22
/
+21
[next]