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 tests on NixOS (#9209) (#9285)
xzfc
2018-10-10
1
-1
/
+1
*
fix #8341: add lastPathPart (#9116)
Timothee Cour
2018-10-09
1
-19
/
+42
*
os: use unlink() to remove file (#9220)
alaviss
2018-10-09
1
-0
/
+9
*
Fix #9126: use splitPath instead of substr
Yasuhiro Horimoto
2018-09-30
1
-0
/
+14
*
Convert *_family fields to cushort
LemonBoy
2018-09-19
1
-2
/
+2
*
add test case
Vindaar
2018-09-17
1
-0
/
+16
*
fixes #8911
Andreas Rumpf
2018-09-16
1
-0
/
+15
*
fixes #8961
Araq
2018-09-14
1
-1
/
+10
*
closes #5252
Araq
2018-09-03
1
-0
/
+19
*
Add interpreting event parser proc to pegs module. (#8075)
gemath
2018-08-24
1
-36
/
+106
*
Cleanup ttimes (#8714)
Oscar Nihlgård
2018-08-22
1
-101
/
+72
*
Fixes ropes regressions due to the not-nil strings (#8687)
Dmitry Atamanov
2018-08-20
1
-0
/
+36
*
times.Timezone changes (#8527)
Oscar Nihlgård
2018-08-17
1
-24
/
+6
*
changes how the now illegal 'string == nil' comparison is detected
Andreas Rumpf
2018-08-15
1
-0
/
+4
*
Merge branch 'devel' into araq-misc
Araq
2018-08-13
1
-1
/
+8
|
\
|
*
Fixed 7478: splitLines keepEol option (#8621)
Iván Montes
2018-08-13
1
-1
/
+8
*
|
make more tests green
Andreas Rumpf
2018-08-13
4
-9
/
+9
|
/
*
fixes #8519; implements T.distinctBase to reverse T = distinct A (#8531)
Timothee Cour
2018-08-10
1
-0
/
+29
*
fix wrong arch defined(osx) (#8492)
Timothee Cour
2018-08-02
1
-1
/
+1
*
fixes #8468, stdlib.encodings.convert not crash anymore on windows (#8470)
andri lim
2018-07-30
1
-0
/
+21
*
fixes #8037, json.to support object with distinct types (#8086)
andri lim
2018-07-19
1
-3
/
+102
*
New implementations of times.parse & times.format (#8094)
Oscar Nihlgård
2018-07-09
1
-61
/
+149
*
Add normalizePath and tests
Federico Ceratto
2018-07-06
1
-0
/
+62
*
Merge branch 'araq-devel' of github.com:nim-lang/Nim into araq-devel
Andreas Rumpf
2018-07-06
1
-2
/
+3
|
\
|
*
make tmemfile2 work again
Araq
2018-07-06
1
-2
/
+3
*
|
make tests green again
Andreas Rumpf
2018-07-06
1
-1
/
+1
|
/
*
make test green for OSX
Andreas Rumpf
2018-07-06
1
-2
/
+5
*
Merge branch 'devel' into araq-devel
Andreas Rumpf
2018-07-04
1
-0
/
+41
|
\
|
*
Fix os.unixToNativePath proc returns wrong result(#8179) (#8181)
Tomohiro
2018-07-02
1
-0
/
+41
*
|
system.nim: remove deprecated symbols
Andreas Rumpf
2018-06-28
1
-2
/
+2
|
/
*
Pegs AST read access (#8050)
gemath
2018-06-19
1
-0
/
+78
*
Add MemMapFileStream. Fixes in memFiles. (#7944)
Dmitry Atamanov
2018-06-14
2
-1
/
+55
*
Add parse bin int, fixes #8018 (#8020)
Vindaar
2018-06-13
1
-1
/
+48
*
Fixed compilation error when Sockaddr_in4 or Sockaddr_in6 passed to fromSockAddr
Yuriy Glukhov
2018-06-07
1
-0
/
+12
*
Fix strformat neg zero (#7954)
skilchen
2018-06-05
1
-0
/
+8
*
Fix strformat precision handling for strings (#7941)
skilchen
2018-06-04
1
-0
/
+26
*
Use higher time resolution when available in os.nim (#7709)
Oscar Nihlgård
2018-06-04
1
-0
/
+10
*
fix strformat zeropadding for floats (#7934)
skilchen
2018-06-01
1
-1
/
+10
*
Added: type name output when exception raised from unittest (#7869)
七秒不觉梦
2018-05-28
1
-0
/
+10
*
Merge pull request #7624 from skilchen/fix-issue7620
Dominik Picheta
2018-05-03
1
-0
/
+6
|
\
|
*
there is no hour 0 in am/pm time
skilchen
2018-04-16
1
-0
/
+6
*
|
make more tests green
Araq
2018-04-30
1
-1
/
+0
*
|
update the documentation about the new strings/seqs behaviours
Andreas Rumpf
2018-04-29
1
-1770
/
+0
*
|
Rename `Time.nanoseconds` to `nanosecond` (#7673)
Oscar Nihlgård
2018-04-25
1
-2
/
+6
*
|
Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)
Oscar Nihlgård
2018-04-19
1
-1
/
+8
|
/
*
Timeinterval optimization (#7608)
Oscar Nihlgård
2018-04-16
1
-21
/
+24
*
Sub second time resolution (#6978)
Oscar Nihlgård
2018-04-13
1
-26
/
+57
*
Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)
treeform
2018-04-12
1
-5
/
+24
*
Merge pull request #7450 from cabhishek/devel
Dominik Picheta
2018-04-04
1
-0
/
+15
|
\
|
*
Fixes #6902
Abhishek Kapatkar
2018-03-30
1
-0
/
+15
[next]