Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-04-19 | 35 | -175/+589 |
|\ | |||||
| * | Merge pull request #4094 from mjendrusch/cppTemplates | Andreas Rumpf | 2016-04-18 | 3 | -1/+12 |
| |\ | |||||
| | * | Added test case | mjendrusch | 2016-04-17 | 1 | -0/+9 |
| | * | Fixes #4093 | mjendrusch | 2016-04-17 | 2 | -1/+3 |
| |/ | |||||
| * | Merge pull request #4043 from arnetheduck/chck-type | Andreas Rumpf | 2016-04-13 | 1 | -2/+2 |
| |\ | |||||
| | * | fix type used for chckRange node boundaries | Jacek Sieka | 2016-04-04 | 1 | -2/+2 |
| * | | Merge pull request #4081 from yglukhov/ordered-tables-del | Andreas Rumpf | 2016-04-13 | 1 | -0/+41 |
| |\ \ | |||||
| | * | | Added del for OrderedTable and OrderedTableRef | Yuriy Glukhov | 2016-04-13 | 1 | -0/+41 |
| * | | | Merge pull request #4082 from cheatfate/asyncfile | Andreas Rumpf | 2016-04-13 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Correct proper usage of getOverlappedResult() | cheatfate | 2016-04-13 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge pull request #4080 from cheatfate/getOverlappedResult | Andreas Rumpf | 2016-04-13 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Correct getOverlappedResult() definition | cheatfate | 2016-04-13 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #4072 from FedericoCeratto/patch-7 | Andreas Rumpf | 2016-04-11 | 1 | -0/+14 |
| |\ \ | |||||
| | * | | Update posix.nim | Federico Ceratto | 2016-04-11 | 1 | -2/+2 |
| | * | | Add signal handler | Federico Ceratto | 2016-04-10 | 1 | -0/+14 |
| * | | | Merge pull request #4074 from yglukhov/base64 | Andreas Rumpf | 2016-04-11 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fixed base64 encode | Yuriy Glukhov | 2016-04-11 | 1 | -1/+2 |
| |/ / | |||||
| * | | Merge pull request #4051 from yglukhov/json-getOrDefault | Andreas Rumpf | 2016-04-09 | 1 | -0/+8 |
| |\ \ | |||||
| | * | | Added json.getOrDefault along with {singleKey} tr optimization. | Yuriy Glukhov | 2016-04-06 | 1 | -0/+8 |
| * | | | Merge pull request #4050 from yglukhov/tr-varargs | Andreas Rumpf | 2016-04-09 | 3 | -2/+20 |
| |\ \ \ | |||||
| | * | | | else: break | Yuriy Glukhov | 2016-04-09 | 1 | -0/+1 |
| | * | | | Fixed tr pattern matching for varargs | Yuriy Glukhov | 2016-04-07 | 3 | -2/+19 |
| * | | | | Merge pull request #4058 from yglukhov/js-closures-test | Andreas Rumpf | 2016-04-09 | 1 | -0/+51 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Added js closures test. Fixes #3132. | Yuriy Glukhov | 2016-04-07 | 1 | -0/+51 |
| |/ / / | |||||
| * | | | Merge pull request #4049 from arnetheduck/tester-targets | Andreas Rumpf | 2016-04-07 | 2 | -0/+19 |
| |\ \ \ | |||||
| | * | | | untaint command line option for parsing | Jacek Sieka | 2016-04-06 | 1 | -1/+1 |
| | * | | | tester: allow filtering tests by target | Jacek Sieka | 2016-04-05 | 2 | -0/+19 |
| | | |/ | | |/| | |||||
| * | | | Add Bountysource banner to website. | Dominik Picheta | 2016-04-06 | 2 | -1/+22 |
| | |/ | |/| | |||||
| * | | Merge pull request #4038 from endragor/fix-macros-unpacks | Dominik Picheta | 2016-04-06 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | Fixed macros unpackX procedured to return values correctly | Ruslan Mustakov | 2016-04-04 | 1 | -3/+3 |
| * | | | Some documentation fixes in times module. | Dominik Picheta | 2016-04-06 | 1 | -8/+15 |
| * | | | Deprecate timeToTimeInfo, add str->time procs | coffeepots | 2016-04-06 | 2 | -37/+44 |
| * | | | Merge branch 'tester_ignore_output' into devel | Dominik Picheta | 2016-04-05 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Prevent tester from checking for output diffs for actionRunNoSpec. | Dominik Picheta | 2016-04-05 | 1 | -1/+1 |
| * | | | | Fixes subexes tests which were broken in 73e48f9c9. | Dominik Picheta | 2016-04-05 | 1 | -4/+4 |
| |/ / / | |||||
| * | | | Add -d:nimJsonGet flag for json.[] and news entry. | Dominik Picheta | 2016-04-05 | 2 | -3/+19 |
| * | | | Merge pull request #4047 from jboy/patch-1 | Andreas Rumpf | 2016-04-05 | 1 | -0/+3 |
| |\ \ \ | |||||
| | * | | | Add `import sharedlist` when `hasThreadSupport` | James Boyden | 2016-04-05 | 1 | -0/+3 |
| * | | | | Many additions to readme. | Dominik Picheta | 2016-04-05 | 1 | -22/+82 |
| |/ / / | |||||
| * | | | `await x` where x is Fut var now reads after yield. Fixes #3964. | Dominik Picheta | 2016-04-04 | 2 | -6/+26 |
| * | | | Fix deprecation warning in net module. | Dominik Picheta | 2016-04-04 | 1 | -0/+2 |
| * | | | Fixes JSON module problems. Fixes #3107. | Dominik Picheta | 2016-04-04 | 1 | -17/+23 |
| * | | | Fixed some warnings in httpclient, net, and openssl. | Dominik Picheta | 2016-04-04 | 3 | -8/+6 |
| * | | | Fixes small mistake in ``net`` module. | Dominik Picheta | 2016-04-04 | 1 | -1/+1 |
| * | | | Improved asyncnet docs (SSL procs now shown). Deprecated handshake. | Dominik Picheta | 2016-04-04 | 2 | -10/+15 |
| * | | | Improve net and ssl module docs. | Dominik Picheta | 2016-04-04 | 2 | -20/+80 |
| * | | | Deprecated matchers module. Fixes #2446. | Dominik Picheta | 2016-04-04 | 2 | -0/+6 |
| * | | | Fixes #3159. | Dominik Picheta | 2016-04-04 | 1 | -3/+4 |
| * | | | Better additionalInfo OSError message, ref #2650. | Dominik Picheta | 2016-04-04 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Fixes #4037 | Dominik Picheta | 2016-04-04 | 2 | -27/+66 |