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
...
*
Fixes #10065 (#10260)
Arne Döring
2019-01-14
1
-4
/
+4
*
fixes #7878
Araq
2019-01-14
1
-1
/
+10
*
make tests more robust; tests should be deterministic, no randomize() calls i...
Araq
2019-01-13
3
-14
/
+16
*
fixes #10273 execShellCmd now returns nonzero when child killed with signal +...
Timothee Cour
2019-01-13
3
-18
/
+95
*
os.execShellCmd: fixes #10231 (#10232)
alaviss
2019-01-08
1
-0
/
+13
*
Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198
Federico Ceratto
2019-01-06
1
-0
/
+36
*
Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)
c-blake
2018-12-31
1
-9
/
+48
*
Add ability to sample elements from openArray according to a weight array (#1...
c-blake
2018-12-23
1
-1
/
+27
*
Don't use parseutils.parseInt in the times module (#10028)
Oscar Nihlgård
2018-12-22
1
-0
/
+11
*
os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]
alaviss
2018-12-21
1
-0
/
+8
*
fix test failure
Timothee Cour
2018-12-19
1
-0
/
+1
*
fix #8255 numerous issues with splitFile
Timothee Cour
2018-12-19
1
-0
/
+15
*
[os] fix #10017 regression, fix #10025 regression (#10018)
Timothee Cour
2018-12-18
1
-2
/
+5
*
os.nim: use the new pathnorm.normalizePath implementation
Araq
2018-12-14
1
-55
/
+26
*
fixes joinPath regressions
Araq
2018-12-13
1
-0
/
+5
*
os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...
Araq
2018-12-13
1
-63
/
+94
*
Rework nil/option for nre in light of ""==nil
Flaviu Tamas
2018-12-11
3
-18
/
+25
*
Revert 7f49364fd0 for nre
Flaviu Tamas
2018-12-11
2
-5
/
+5
*
Merge pull request #9805 from pacien/181126-list-append
Andreas Rumpf
2018-12-11
1
-1
/
+2
|
\
|
*
add SinglyLinkedList.append procs
pacien
2018-11-27
1
-1
/
+2
*
|
testament: joinable is now an explicit concept of a test spec
Andreas Rumpf
2018-12-11
1
-0
/
+1
*
|
lots of small changes
Arne Döring
2018-12-11
1
-1
/
+1
*
|
megatest checks output and nimout
Arne Döring
2018-12-11
1
-11
/
+0
*
|
megatest can be executed
Arne Döring
2018-12-11
2
-2
/
+2
*
|
require errormsg to be specified before file.
Arne Döring
2018-12-11
20
-43
/
+11
*
|
Merge pull request #9803 from GULPF/walkdirrec-relative
Andreas Rumpf
2018-12-06
1
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
Add `relative` parameter to walkDirRec
Oscar Nihlgård
2018-11-26
1
-0
/
+19
*
|
Add workingDir parameter to execProcess and test (#9549)
Tomohiro
2018-11-26
2
-0
/
+32
*
|
Added cgi.readData. Add test for cgi module. (#9645)
Constantine Molchanov
2018-11-26
1
-0
/
+23
*
|
Windows: disabled tests
Araq
2018-11-23
1
-0
/
+1
*
|
eyewash
Arne Döring
2018-11-23
1
-1
/
+2
*
|
more tests fixed
Arne Döring
2018-11-23
3
-3
/
+20
*
|
activated more tests, allow input in test spec
Arne Döring
2018-11-23
14
-108
/
+152
*
|
updated tests to be executed
Arne Döring
2018-11-23
4
-3
/
+25
*
|
delete old cruft
Arne Döring
2018-11-23
1
-11
/
+0
|
/
*
make tests green again
Araq
2018-11-16
1
-1
/
+1
*
removes deprecated T/P types
Araq
2018-11-16
1
-5
/
+5
*
times - remove unneeded negative sign when parsing formats z and zz (#9631)
pgkos
2018-11-06
1
-0
/
+9
*
Add parsing empty attribs to htmlparser (#9559)
rec
2018-10-30
1
-1
/
+14
*
More descriptive names of test files (#9531)
Miran
2018-10-29
2
-0
/
+0
*
Make htmlparser parse unquoted attrib values (#9537)
rec
2018-10-29
1
-0
/
+45
*
Remove install.txt and readme.txt (#9521)
Utwo
2018-10-28
3
-3
/
+3
*
Fix strscans.scanp (#9518)
xzfc
2018-10-28
1
-0
/
+86
*
Parse the usage of the SQL in operator properly (#9527)
zah
2018-10-28
1
-1
/
+1
*
add test case
Vindaar
2018-10-20
1
-0
/
+4
*
merge stdlib tests (#9439)
Miran
2018-10-19
28
-522
/
+458
*
fix #9394 by replacing `fmt` with `strutils.%` (#9417)
Vindaar
2018-10-18
1
-0
/
+7
*
fix #8225 os.isHidden was buggy on posix (#8315)
Timothee Cour
2018-10-15
1
-94
/
+113
*
fixes #8916 by fixing typeinfo and marshal. (#9341)
Vindaar
2018-10-13
1
-0
/
+13
*
Testament pre parallel (#9137)
Jacek Sieka
2018-10-12
1
-1
/
+1
[prev]
[next]