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
*
Merge pull request #5019 from FedericoCeratto/json_tests
Dominik Picheta
2017-05-16
1
-0
/
+384
|
\
|
*
Add JSON tests based on https://github.com/nst/JSONTestSuite
Federico Ceratto
2017-04-09
1
-0
/
+384
*
|
Add waitFor on seq[Future], waitAll and more (#5189)
Federico Ceratto
2017-05-16
1
-38
/
+39
*
|
compiler option for testament (#5713)
Jacek Sieka
2017-05-15
2
-6
/
+11
*
|
Fixes #5532 win async write (#5791)
Andreas Rumpf
2017-05-14
1
-0
/
+17
*
|
fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)
jcosborn
2017-05-14
1
-18
/
+47
*
|
Implement 'take' for Table and TableRef (#5773)
Ruslan Mustakov
2017-05-04
1
-0
/
+15
*
|
disable fragile parts of thttpclient.nim
Andreas Rumpf
2017-05-04
1
-9
/
+11
*
|
added IP v6 parsing tests
Andreas Rumpf
2017-05-04
1
-0
/
+217
*
|
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
3
-2
/
+151
*
|
WIFSIGNALED means process has exited too (with a bang!) (#5678)
Jacek Sieka
2017-04-27
1
-0
/
+36
*
|
fixes tuple unpacking regression
Andreas Rumpf
2017-04-26
1
-0
/
+2
*
|
fixes a parser bug
Araq
2017-04-25
1
-0
/
+6
*
|
Fix for #5695 make subscript operator overloadable for tuples (#5749)
cooldome
2017-04-24
1
-0
/
+40
*
|
Add test for previous commit.
Dominik Picheta
2017-04-17
1
-1
/
+10
*
|
Fixes `null` handling for object refs in JSON unmarshal macro.
Dominik Picheta
2017-04-17
1
-2
/
+11
*
|
Fix JSON macro bug with ref objects.
Dominik Picheta
2017-04-17
1
-3
/
+29
*
|
Fix tioselectors.nim for appveyor. (#5694)
Eugene Kabanov
2017-04-12
1
-3
/
+4
*
|
Implement support for enum fields in JSON macro.
Dominik Picheta
2017-04-09
1
-1
/
+17
|
/
*
Merge branch 'feature/json-macro' into devel
Dominik Picheta
2017-04-09
1
-0
/
+169
|
\
|
*
Document `to` macro in JSON and add example.
Dominik Picheta
2017-04-09
1
-0
/
+26
|
*
Implements else branch for JSON unmarshalling of object variants.
Dominik Picheta
2017-04-09
1
-2
/
+36
|
*
Improve error messages and add tests for the JSON macro.
Dominik Picheta
2017-04-08
1
-25
/
+75
|
*
Support int, string and bool fields in unmarshal json macro.
Dominik Picheta
2017-04-08
1
-21
/
+40
|
*
First implementation of JSON unmarshal macro.
Dominik Picheta
2017-04-08
1
-0
/
+40
*
|
Merge pull request #5612 from ehmry/AsyncFile.setLen
Dominik Picheta
2017-04-08
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
getFileSize and setFileSize procedures for File and AsyncFile
Emery Hemingway
2017-04-05
1
-2
/
+3
*
|
Merge pull request #5564 from nim-lang/fix/4556
zah
2017-04-06
2
-1
/
+123
|
\
\
|
*
|
object construction: test cases and manual additions
Zahary Karadjov
2017-04-06
1
-0
/
+122
|
*
|
cleaned up the code and implemented proper error messages
Zahary Karadjov
2017-04-06
1
-1
/
+1
|
|
/
*
/
parsecfg: handle streams and strings when saving or loading configuration (#5...
Anatoly Galiulin
2017-04-06
1
-7
/
+39
|
/
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-04-04
1
-0
/
+18
|
\
|
*
fixes #5638
Araq
2017-04-04
1
-0
/
+18
*
|
assignments support ': stmtList' like let/var do
Andreas Rumpf
2017-04-04
1
-1
/
+2
|
/
*
language addition: colon-block for expressions in let/var context
Andreas Rumpf
2017-04-02
1
-0
/
+33
*
Fix wrong value range of ntohs ... (#5390)
wt
2017-03-31
1
-3
/
+3
*
Implementing `repr` for JS (#5578)
Silvio
2017-03-31
1
-0
/
+422
*
attempt to fix #5632 typedesc typeRel regression (#5634)
andri lim
2017-03-31
1
-0
/
+12
*
attempt to fix #5621 #5615 generic ref object typeRel (#5633)
andri lim
2017-03-31
1
-0
/
+42
*
Merge remote-tracking branch 'origin/concepts-rebased' into araq
Andreas Rumpf
2017-03-31
17
-31
/
+813
|
\
|
*
fix a typo
Zahary Karadjov
2017-03-24
1
-1
/
+1
|
*
close #3330
Zahary Karadjov
2017-03-24
1
-0
/
+41
|
*
close #2882
Zahary Karadjov
2017-03-24
1
-1
/
+33
|
*
close #2423
Zahary Karadjov
2017-03-24
1
-1
/
+18
|
*
close #2018
Zahary Karadjov
2017-03-24
1
-2
/
+17
|
*
close #1991
Zahary Karadjov
2017-03-24
1
-0
/
+69
|
*
close #1570
Zahary Karadjov
2017-03-24
1
-1
/
+21
|
*
close #1147
Zahary Karadjov
2017-03-24
1
-0
/
+16
|
*
close #1128
Zahary Karadjov
2017-03-24
1
-0
/
+21
|
*
close #976
Zahary Karadjov
2017-03-24
1
-0
/
+32
[next]