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
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix nim js cmp fails at CT (#16473)
flywind
2020-12-27
1
-15
/
+21
*
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
*
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
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
1
-0
/
+27
*
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
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
3
-3
/
+3
*
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
4
-115
/
+177
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
1
-5
/
+26
*
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
2
-6
/
+1
*
Added Python to highlite module. (#16286)
Xabier Bello
2020-12-08
1
-4
/
+20
*
fix #16206 (#16207)
flywind
2020-12-06
1
-17
/
+72
*
RST tables: fix latex col number; allow less than three of `=` (#16040)
Andrey Makarov
2020-12-04
1
-4
/
+182
*
add collect with infered init, refs #16078 fixes #14332 (#16089)
Antonis Geralis
2020-12-03
1
-3
/
+19
*
add support for parsing chars in `scanf` macro (#16240)
Miran
2020-12-03
1
-1
/
+18
*
Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)
Aditya Siram
2020-12-03
1
-0
/
+9
*
merge two parsecfg tests into one (#16237)
flywind
2020-12-03
2
-76
/
+77
*
nimout now consistently uses nimoutCheck (#16189)
Timothee Cour
2020-12-01
1
-0
/
+6
*
experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172)
Timothee Cour
2020-11-28
1
-0
/
+73
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
9
-50
/
+54
*
move rest of tests to testament (#16140)
flywind
2020-11-27
6
-1
/
+228
*
tunidecode minor improvement (#16157)
flywind
2020-11-27
1
-3
/
+2
*
fix #14339, #13511, #14420: fixes limited VM support for addr (#16002)
Timothee Cour
2020-11-25
1
-42
/
+50
*
move tests to testament (#16101)
flywind
2020-11-24
28
-42
/
+2205
*
typeinfo minor improvement (#16083)
flywind
2020-11-23
1
-0
/
+60
*
fix #14056 (#16071)
kemifl
2020-11-23
1
-2
/
+27
*
fix ropes format errors (#16106) [backport:1.0]
flywind
2020-11-23
1
-0
/
+7
*
fix rope index (#16100)
flywind
2020-11-23
1
-0
/
+66
*
deques minor improvement (#16084)
flywind
2020-11-21
1
-0
/
+111
*
xmltree minor improvement (#16085)
flywind
2020-11-21
1
-0
/
+85
*
complex minor improvement (#16086)
flywind
2020-11-21
1
-0
/
+108
*
heapqueue minor improvement (#16088)
flywind
2020-11-21
1
-0
/
+53
*
alternative way to fix #16022 (#16064) [backport:1.4]
flywind
2020-11-20
1
-1
/
+8
*
packedsets fix regression introduced in #15564 (#16060)
Timothee Cour
2020-11-20
2
-0
/
+16
*
fix #16025 repr now consistent: does not insert trailing newline (#16034)
Timothee Cour
2020-11-19
2
-34
/
+66
*
fix #15934 and #15620 (#15938) [backport:1.4]
Andreas Rumpf
2020-11-15
2
-0
/
+31
|
\
|
*
minor
flywind
2020-11-13
1
-0
/
+4
|
*
add testcase for #9754
flywind
2020-11-13
1
-0
/
+2
|
*
add testcase
flywind
2020-11-12
1
-0
/
+25
*
|
targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)
Timothee Cour
2020-11-14
1
-1
/
+1
*
|
Make IntSet a generic ordinal set OrdSet[A] (#15564)
landerlo
2020-11-13
2
-65
/
+259
[next]