summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation error when Sockaddr_in4 or Sockaddr_in6 passed to fromSockAddrYuriy Glukhov2018-06-072-1/+13
|
* Fixed bug in CritBitTree.inc. Fixes #7990.data-man2018-06-071-1/+10
|
* Updated tests for CritBitTree $data-man2018-06-071-3/+3
|
* Quote a keys for CritBitTree $ impl. Fixes #7987data-man2018-06-071-4/+8
|
* Merge pull request #7806 from survivorm/feature/times_mutatorsAndreas Rumpf2018-06-071-37/+22
|\ | | | | Feature/times mutators
| * [change] Replace mutators with their more generic versionsMichael Voronin2018-06-061-37/+22
| |
| * Merge pull request #5 from nim-lang/develMichael Voronin2018-06-05175-6555/+7716
| |\ | | | | | | pull #4
* | | Cleanup copypaste leftoverYuriy Glukhov2018-06-071-4/+0
| | |
* | | Merge pull request #7984 from cheatfate/fixfromsockaddrauxAndreas Rumpf2018-06-071-10/+17
|\ \ \ | | | | | | | | Fix fromSockAddrAux() to handle IPv6 addresses properly.
| * | | Fix one more place.cheatfate2018-06-071-1/+1
| | | |
| * | | Fix fromSockAddrAux() to handle IPv6 addresses properly.cheatfate2018-06-071-9/+16
|/ / /
* | | Merge pull request #7822 from data-man/fix_2753Andreas Rumpf2018-06-071-1/+1
|\ \ \ | | | | | | | | Fixes #2753
| * | | Removed test for live websitedata-man2018-06-071-12/+0
| | | |
| * | | Merge branch 'devel' of https://github.com/nim-lang/Nim into fix_2753data-man2018-05-19123-5914/+6168
| |\ \ \
| * | | | Added testdata-man2018-05-151-0/+12
| | | | |
| * | | | Fixes #2753data-man2018-05-141-1/+1
| | | | |
* | | | | Merge pull request #7977 from yglukhov/yield-in-blockexprAndreas Rumpf2018-06-072-2/+29
|\ \ \ \ \ | | | | | | | | | | | | Fixed yield in nkBlockExpr
| * | | | | Fixed yield in nkBlockExprYuriy Glukhov2018-06-072-2/+29
|/ / / / /
* | | | | Merge pull request #7550 from jangko/fix4799Andreas Rumpf2018-06-066-1/+316
|\ \ \ \ \ | | | | | | | | | | | | fixes #4799, varargs now can accept polymorphic types
| * | | | | fixed wrong testandri lim2018-06-061-4/+4
| | | | | |
| * | | | | combine/reduce testandri lim2018-06-057-105/+87
| | | | | |
| * | | | | fix test case outputandri lim2018-06-051-1/+1
| | | | | |
| * | | | | add more test to 4799andri lim2018-06-0510-1/+334
| | | | | |
* | | | | | Merge pull request #7973 from yglukhov/async-try-ripoutDominik Picheta2018-06-064-113/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Async try ripout
| * | | | | | Fixed testsYuriy Glukhov2018-06-063-8/+24
| | | | | | |
| * | | | | | Rip out the `try` transformation in the async macro.Dominik Picheta2018-06-061-105/+6
|/ / / / / /
* | | | | | Merge pull request #7971 from yglukhov/yield-in-dotexprAndreas Rumpf2018-06-062-2/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed yield in nkDotExpr. Fixes #7969.
| * | | | | | Fixed yield in dotExpr and nkOfBranch lowering. Closes #7969.Yuriy Glukhov2018-06-062-2/+39
|/ / / / / /
* | | | | | Merge pull request #7907 from GULPF/lexer-unicode-fixAndreas Rumpf2018-06-065-22/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Lexer fix for multi byte characters
| * | | | | | Combine some of the lexer tests into a single fileOscar Nihlgård2018-06-054-31/+27
| | | | | | |
| * | | | | | Multi byte characters should not be treated as part of an operatorOscar Nihlgård2018-06-033-2/+13
| | | | | | |
* | | | | | | Merge pull request #7966 from hlaaftana/patch-4Andreas Rumpf2018-06-061-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix GC_getStatistics calling itself GC_disableMarkAndSweep in JS (again)
| * | | | | | | Fix GC_getStatistics calling itself GC_disableMarkAndSweep in JS (again)hlaaf2018-06-061-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #7967 from nitely/empty_openarray_7904Andreas Rumpf2018-06-063-10/+53
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | support empty toOpenArray
| * | | | | | | | test negative range arraynitely2018-06-061-0/+14
| | | | | | | | |
| * | | | | | | | check bounds instead of indexnitely2018-06-053-10/+39
| | | | | | | | |
* | | | | | | | | Merge pull request #7965 from hlaaftana/patch-3Andreas Rumpf2018-06-061-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow `%` overloading in `%*` macro in json (again)
| * | | | | | | | | Allow `%` overloading in `%*` macro in json (again)hlaaf2018-06-061-4/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #7961 from yglukhov/cosmeticsAndreas Rumpf2018-06-061-18/+13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Cosmetics
| * | | | | | | | CosmeticsYuriy Glukhov2018-06-051-18/+13
|/ / / / / / / /
* | | | | | | | Merge pull request #7770 from yglukhov/yield-in-tryAndreas Rumpf2018-06-0514-77/+1790
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Yield in try
| * \ \ \ \ \ \ \ Merge branch 'devel' into yield-in-tryYuriy Glukhov2018-05-15121-5477/+5531
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Review comments addressed. More thorough line info tracking.Yuriy Glukhov2018-05-102-67/+67
| | | | | | | | | |
| * | | | | | | | | Fixed line infoYuriy Glukhov2018-05-091-0/+1
| | | | | | | | | |
| * | | | | | | | | CosmeticsYuriy Glukhov2018-05-092-164/+77
| | | | | | | | | |
| * | | | | | | | | Small fix and cosmeticsYuriy Glukhov2018-05-092-8/+2
| | | | | | | | | |
| * | | | | | | | | Fixed codegen (added blockLeaveActions) to closure itersYuriy Glukhov2018-05-091-35/+38
| | | | | | | | | |
| * | | | | | | | | Corrected nkExceptBranch transformationYuriy Glukhov2018-05-091-13/+24
| | | | | | | | | |
| * | | | | | | | | More elaborate nkStmtListExpr loweringYuriy Glukhov2018-05-092-176/+687
| | | | | | | | | |
| * | | | | | | | | CleanupYuriy Glukhov2018-05-091-49/+31
| | | | | | | | | |