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
*
bitops: add reverseBits and test (#10835)
Tomohiro
2019-03-13
1
-0
/
+42
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
1
-0
/
+40
*
Handle IPv6 in bindAddr #7633
Federico Ceratto
2019-02-23
1
-0
/
+14
*
Replace the duration conversion procs with new improved ones (#10710)
Oscar Nihlgård
2019-02-19
1
-0
/
+9
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-6
/
+2
*
New implementation of times.between (#10523)
Oscar Nihlgård
2019-02-06
1
-35
/
+138
*
Vm bitops fixes (#10520)
Arne Döring
2019-02-05
1
-51
/
+16
*
move tests from `tospaths` to `tos`, fixes #9671
narimiran
2019-01-23
2
-142
/
+111
*
Added basic bit manipulation procs to bitops (#10338)
Ico Doornekamp
2019-01-23
1
-0
/
+57
*
Fix spelling errors (#10379)
Federico Ceratto
2019-01-19
1
-1
/
+1
*
json: support tuple (#10010)
Timothee Cour
2019-01-16
1
-0
/
+4
*
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
[next]