Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7550 from jangko/fix4799 | Andreas Rumpf | 2018-06-06 | 6 | -1/+316 |
|\ | |||||
| * | fixed wrong test | andri lim | 2018-06-06 | 1 | -4/+4 |
| * | combine/reduce test | andri lim | 2018-06-05 | 7 | -105/+87 |
| * | fix test case output | andri lim | 2018-06-05 | 1 | -1/+1 |
| * | add more test to 4799 | andri lim | 2018-06-05 | 10 | -1/+334 |
* | | Merge pull request #7973 from yglukhov/async-try-ripout | Dominik Picheta | 2018-06-06 | 4 | -113/+30 |
|\ \ | |||||
| * | | Fixed tests | Yuriy Glukhov | 2018-06-06 | 3 | -8/+24 |
| * | | Rip out the `try` transformation in the async macro. | Dominik Picheta | 2018-06-06 | 1 | -105/+6 |
|/ / | |||||
* | | Merge pull request #7971 from yglukhov/yield-in-dotexpr | Andreas Rumpf | 2018-06-06 | 2 | -2/+39 |
|\ \ | |||||
| * | | Fixed yield in dotExpr and nkOfBranch lowering. Closes #7969. | Yuriy Glukhov | 2018-06-06 | 2 | -2/+39 |
|/ / | |||||
* | | Merge pull request #7907 from GULPF/lexer-unicode-fix | Andreas Rumpf | 2018-06-06 | 5 | -22/+29 |
|\ \ | |||||
| * | | Combine some of the lexer tests into a single file | Oscar Nihlgård | 2018-06-05 | 4 | -31/+27 |
| * | | Multi byte characters should not be treated as part of an operator | Oscar Nihlgård | 2018-06-03 | 3 | -2/+13 |
* | | | Merge pull request #7966 from hlaaftana/patch-4 | Andreas Rumpf | 2018-06-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix GC_getStatistics calling itself GC_disableMarkAndSweep in JS (again) | hlaaf | 2018-06-06 | 1 | -1/+1 |
* | | | | Merge pull request #7967 from nitely/empty_openarray_7904 | Andreas Rumpf | 2018-06-06 | 3 | -10/+53 |
|\ \ \ \ | |||||
| * | | | | test negative range array | nitely | 2018-06-06 | 1 | -0/+14 |
| * | | | | check bounds instead of index | nitely | 2018-06-05 | 3 | -10/+39 |
* | | | | | Merge pull request #7965 from hlaaftana/patch-3 | Andreas Rumpf | 2018-06-06 | 1 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Allow `%` overloading in `%*` macro in json (again) | hlaaf | 2018-06-06 | 1 | -4/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #7961 from yglukhov/cosmetics | Andreas Rumpf | 2018-06-06 | 1 | -18/+13 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Cosmetics | Yuriy Glukhov | 2018-06-05 | 1 | -18/+13 |
|/ / / / | |||||
* | | | | Merge pull request #7770 from yglukhov/yield-in-try | Andreas Rumpf | 2018-06-05 | 14 | -77/+1790 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'devel' into yield-in-try | Yuriy Glukhov | 2018-05-15 | 121 | -5477/+5531 |
| |\ \ \ \ | |||||
| * | | | | | Review comments addressed. More thorough line info tracking. | Yuriy Glukhov | 2018-05-10 | 2 | -67/+67 |
| * | | | | | Fixed line info | Yuriy Glukhov | 2018-05-09 | 1 | -0/+1 |
| * | | | | | Cosmetics | Yuriy Glukhov | 2018-05-09 | 2 | -164/+77 |
| * | | | | | Small fix and cosmetics | Yuriy Glukhov | 2018-05-09 | 2 | -8/+2 |
| * | | | | | Fixed codegen (added blockLeaveActions) to closure iters | Yuriy Glukhov | 2018-05-09 | 1 | -35/+38 |
| * | | | | | Corrected nkExceptBranch transformation | Yuriy Glukhov | 2018-05-09 | 1 | -13/+24 |
| * | | | | | More elaborate nkStmtListExpr lowering | Yuriy Glukhov | 2018-05-09 | 2 | -176/+687 |
| * | | | | | Cleanup | Yuriy Glukhov | 2018-05-09 | 1 | -49/+31 |
| * | | | | | Yield in try | Yuriy Glukhov | 2018-05-09 | 6 | -91/+709 |
| * | | | | | Minor dry up | Yuriy Glukhov | 2018-05-09 | 1 | -5/+3 |
| * | | | | | Don't leak sem PContext into transf | Yuriy Glukhov | 2018-05-09 | 3 | -10/+9 |
| * | | | | | Cosmetics | Yuriy Glukhov | 2018-05-09 | 1 | -23/+24 |
| * | | | | | Extended tasync_in_seq_constr test | Yuriy Glukhov | 2018-05-09 | 1 | -6/+14 |
| * | | | | | Closure iter transformation | Yuriy Glukhov | 2018-05-09 | 10 | -44/+713 |
* | | | | | | Merge pull request #7960 from kaushalmodi/s-prce-pcre | Daniil Yarancev | 2018-06-05 | 1 | -3/+3 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Fix typo: PRCE -> PCRE | Kaushal Modi | 2018-06-05 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Rename tgamma to gamma (#7929) | Koki Fushimi | 2018-06-05 | 2 | -3/+11 |
* | | | | | Fix strformat neg zero (#7954) | skilchen | 2018-06-05 | 2 | -1/+14 |
* | | | | | Fix strformat precision handling for strings (#7941) | skilchen | 2018-06-04 | 2 | -0/+30 |
* | | | | | Add product proc (#7951) | Koki Fushimi | 2018-06-04 | 2 | -1/+14 |
| |_|_|/ |/| | | | |||||
* | | | | fixes #7906, array and openarray arg vs. ptr/ref generic (#7909) | andri lim | 2018-06-04 | 3 | -31/+120 |
* | | | | Use higher time resolution when available in os.nim (#7709) | Oscar Nihlgård | 2018-06-04 | 4 | -19/+55 |
* | | | | Fix for newStringOfCap in VM (#7901) | Oscar Nihlgård | 2018-06-04 | 2 | -1/+10 |
* | | | | Wait until the end to print hint Conf (#7931) | WhiteDuke | 2018-06-04 | 1 | -7/+18 |
* | | | | db_mysql.nim: Work around string nil comparison logic | Andreas Rumpf | 2018-06-04 | 1 | -1/+1 |
* | | | | Expose GC_setStackBottom (#7885) | Yuriy Glukhov | 2018-06-04 | 5 | -13/+17 |