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
*
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
*
add testcase for #15937 (#15933)
Bung
2020-12-13
1
-0
/
+6
*
Added strscans.scanTuple (#16300)
Jason Beetham
2020-12-12
1
-0
/
+51
*
improve tests for collections (#16328)
Timothee Cour
2020-12-12
5
-179
/
+182
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
1
-5
/
+26
*
fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...
Timothee Cour
2020-12-11
1
-10
/
+36
*
enable tests for random (#16297)
flywind
2020-12-10
1
-34
/
+41
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
4
-19
/
+6
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
1
-0
/
+1
*
rationals.nim: Use `func` everywhere (#16302)
ee7
2020-12-09
1
-0
/
+1
*
sequtils.nim: Use `func` (#16293)
ee7
2020-12-09
1
-0
/
+1
*
complex.nim: Use `func` everywhere (#16294)
ee7
2020-12-09
1
-0
/
+1
*
Added Python to highlite module. (#16286)
Xabier Bello
2020-12-08
1
-4
/
+20
*
math.nim: Use `func` everywhere (#16285)
ee7
2020-12-07
1
-1
/
+9
*
strutils.nim: Use `func` everywhere (#16281)
ee7
2020-12-07
2
-5
/
+5
*
fix #16206 (#16207)
flywind
2020-12-06
1
-17
/
+72
*
ORC: make the adaptive strategy the default in order to fight memory consumpt...
Andreas Rumpf
2020-12-05
2
-1
/
+39
*
RST tables: fix latex col number; allow less than three of `=` (#16040)
Andrey Makarov
2020-12-04
1
-4
/
+182
*
cleanup docs and tests (#16235)
flywind
2020-12-03
1
-9
/
+9
*
add collect with infered init, refs #16078 fixes #14332 (#16089)
Antonis Geralis
2020-12-03
1
-3
/
+19
[next]