Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | 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 | 1 | -0/+11 | |
| * | | | | | | Merge pull request #7967 from nitely/empty_openarray_7904 | Andreas Rumpf | 2018-06-06 | 1 | -0/+39 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | test negative range array | nitely | 2018-06-06 | 1 | -0/+14 | |
| | * | | | | | | check bounds instead of index | nitely | 2018-06-05 | 1 | -0/+25 | |
| * | | | | | | | Merge pull request #7770 from yglukhov/yield-in-try | Andreas Rumpf | 2018-06-05 | 4 | -10/+391 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'devel' into yield-in-try | Yuriy Glukhov | 2018-05-15 | 11 | -17/+17 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Review comments addressed. More thorough line info tracking. | Yuriy Glukhov | 2018-05-10 | 1 | -2/+2 | |
| | * | | | | | | | More elaborate nkStmtListExpr lowering | Yuriy Glukhov | 2018-05-09 | 1 | -144/+315 | |
| | * | | | | | | | Yield in try | Yuriy Glukhov | 2018-05-09 | 2 | -1/+204 | |
| | * | | | | | | | Extended tasync_in_seq_constr test | Yuriy Glukhov | 2018-05-09 | 1 | -6/+14 | |
| | * | | | | | | | Closure iter transformation | Yuriy Glukhov | 2018-05-09 | 1 | -2/+1 | |
| * | | | | | | | | 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 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | fixes #7906, array and openarray arg vs. ptr/ref generic (#7909) | andri lim | 2018-06-04 | 1 | -27/+114 | |
| * | | | | | | | Use higher time resolution when available in os.nim (#7709) | Oscar Nihlgård | 2018-06-04 | 1 | -0/+10 | |
| * | | | | | | | Fix for newStringOfCap in VM (#7901) | Oscar Nihlgård | 2018-06-04 | 1 | -0/+8 | |
* | | | | | | | | fixed merge conflict | Andreas Rumpf | 2018-06-04 | 5 | -2/+65 | |
|\| | | | | | | | ||||||
| * | | | | | | | fix strformat zeropadding for floats (#7934) | skilchen | 2018-06-01 | 1 | -1/+10 | |
| * | | | | | | | Added $ for openarrays. Fixes #7940. | data-man | 2018-06-01 | 1 | -0/+1 | |
| * | | | | | | | Support multi byte characters in module names (#7916) | Oscar Nihlgård | 2018-05-31 | 2 | -1/+9 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | fixes #7818, correct internal representation of generic objects array constru... | andri lim | 2018-05-29 | 1 | -0/+45 | |
* | | | | | | | compiler API: final cleanups; improve security by diabling 'gorge' and friends | Andreas Rumpf | 2018-05-29 | 2 | -1/+14 | |
* | | | | | | | rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ... | Andreas Rumpf | 2018-05-29 | 3 | -0/+46 | |
|/ / / / / / | ||||||
* | | | | | | Added: type name output when exception raised from unittest (#7869) | 七秒不觉梦 | 2018-05-28 | 1 | -0/+10 | |
* | | | | | | fix #7883; fix #7829 | Zahary Karadjov | 2018-05-26 | 1 | -0/+24 | |
* | | | | | | fixes channels for --gc:regions | Andreas Rumpf | 2018-05-25 | 1 | -2/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | make tests green again | Araq | 2018-05-14 | 11 | -17/+17 | |
|/ / / / | ||||||
* | | | | Modify hash for HashSet to use `xor` to mix hash of items. | Lolo Iccl | 2018-05-09 | 1 | -4/+0 | |
* | | | | Modify previous commit and add tests | Lolo Iccl | 2018-05-09 | 1 | -4/+52 | |
* | | | | VM fix for refs | Oscar Nihlgård | 2018-05-08 | 1 | -0/+12 | |
* | | | | implement the export/except statement | Zahary Karadjov | 2018-05-07 | 2 | -0/+7 | |
* | | | | Bugfix: The compiler were not inserting proper downcasts for generic types | Zahary Karadjov | 2018-05-07 | 2 | -1/+21 | |
* | | | | Support thread-local variables declared inside procs; fixes #7565 | Zahary Karadjov | 2018-05-07 | 1 | -0/+78 | |
* | | | | Backwards-compatible support for keyword arguments in the command syntax | Zahary Karadjov | 2018-05-07 | 1 | -2/+3 | |
* | | | | Bugfix: Allow matching on nkExprEqExpr against varargs[untyped] | Zahary Karadjov | 2018-05-07 | 1 | -0/+15 | |
* | | | | A motivating example for the new `bindSym` behavior. | Zahary Karadjov | 2018-05-07 | 1 | -0/+154 | |
* | | | | Better support for treating templates and macros as symbols. | Zahary Karadjov | 2018-05-07 | 1 | -0/+173 | |
* | | | | make the tester compile without warnings | Andreas Rumpf | 2018-05-06 | 1 | -4/+4 | |
* | | | | update the changelog | Andreas Rumpf | 2018-05-06 | 1 | -432/+0 | |
* | | | | Merge branch 'devel' into araq-parser-fixes | Andreas Rumpf | 2018-05-06 | 7 | -17/+23 | |
|\ \ \ \ | ||||||
| * | | | | make tests green | Andreas Rumpf | 2018-05-05 | 6 | -17/+17 | |
| * | | | | 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 | |
* | | | | | | fixes #7582 | Andreas Rumpf | 2018-05-05 | 2 | -2/+13 | |
|/ / / / / | ||||||
* | | | | | make tests green | Araq | 2018-05-02 | 1 | -9/+6 | |
* | | | | | make tests green again | Andreas Rumpf | 2018-05-02 | 18 | -102/+102 | |
* | | | | | make 'not nil' experimental | Andreas Rumpf | 2018-05-02 | 8 | -9/+13 | |
* | | | | | Don't hide overflow/underflow/divbyzero in semfold (#7732) | Oscar Nihlgård | 2018-05-02 | 2 | -1/+24 | |
| |_|_|/ |/| | | | ||||||
* | | | | make tests green again | Araq | 2018-04-30 | 1 | -1/+1 |