Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Clarified AST | apense | 2015-06-15 | 1 | -4/+4 | |
| * | | | | Added some documentation | apense | 2015-06-15 | 1 | -16/+391 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #2914 from yglukhov/js-exceptions | Andreas Rumpf | 2015-06-16 | 2 | -33/+50 | |
|\ \ \ \ | ||||||
| * | | | | Added noUnhandledHandler | yglukhov | 2015-06-15 | 1 | -7/+9 | |
| * | | | | Unhandled exceptions handling brought back. | yglukhov | 2015-06-15 | 2 | -8/+35 | |
| * | | | | Fixed and slightly changed exception handling. | yglukhov | 2015-06-15 | 2 | -35/+23 | |
* | | | | | Merge pull request #2856 from fowlmouth/patch-4 | Andreas Rumpf | 2015-06-15 | 2 | -0/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | added a test | fowlmouth | 2015-06-01 | 1 | -0/+22 | |
| * | | | | | string only matches for openarray not varargs | Billingsly Wetherfordshire | 2015-06-01 | 1 | -4/+5 | |
| * | | | | | made string compatible with openarray[char] | Billingsly Wetherfordshire | 2015-06-01 | 1 | -0/+5 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #2908 from apense/patch-7 | Andreas Rumpf | 2015-06-15 | 1 | -16/+40 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Updated RNG for Visual C | apense | 2015-06-14 | 1 | -14/+27 | |
| * | | | | Discarded randomize for windows | apense | 2015-06-11 | 1 | -6/+9 | |
| * | | | | Updated random functions | apense | 2015-06-11 | 1 | -4/+12 | |
* | | | | | Merge pull request #2906 from nanoant/patch/more-about-colors | Andreas Rumpf | 2015-06-15 | 2 | -108/+185 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | msgs: Append/color warning/hint kind in msgWriteln | Adam Strzelecki | 2015-06-15 | 1 | -50/+66 | |
| * | | | | msgs: styledMsgWriteln compatible with styledEcho | Adam Strzelecki | 2015-06-15 | 1 | -53/+90 | |
| * | | | | colors: Introduce resetStyle enum & use templates | Adam Strzelecki | 2015-06-15 | 1 | -7/+28 | |
| * | | | | colors: Use colors by default on terminals | Adam Strzelecki | 2015-06-15 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | website knows about new URLs | Araq | 2015-06-15 | 6 | -24/+24 | |
* | | | | fixes #2904 | Araq | 2015-06-15 | 1 | -1/+6 | |
* | | | | fixes #2909 | Araq | 2015-06-15 | 6 | -37/+71 | |
* | | | | better test program | Araq | 2015-06-14 | 1 | -4/+49 | |
* | | | | Merge pull request #2922 from ozra/docfix-1179-etc | Andreas Rumpf | 2015-06-14 | 2 | -9/+26 | |
|\ \ \ \ | ||||||
| * | | | | Regarding num literals, mod paths, ident equality. | Oscar Campbell | 2015-06-14 | 2 | -9/+26 | |
* | | | | | Merge pull request #2925 from HaCk3Dq/devel | Dominik Picheta | 2015-06-14 | 1 | -1/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | fixed #1985 | Vlad | 2015-06-14 | 1 | -1/+3 | |
* | | | | | | Use full file path for CRC checks. | Dominik Picheta | 2015-06-14 | 1 | -3/+3 | |
|/ / / / / | ||||||
* / / / / | Introduce gPrefixDir for nimsuggest. | Dominik Picheta | 2015-06-14 | 1 | -2/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #2903 from yglukhov/js-bracket-addr | Andreas Rumpf | 2015-06-13 | 2 | -8/+33 | |
|\ \ \ \ | ||||||
| * | | | | Singing and dancing with skipTypes. | yglukhov | 2015-06-12 | 1 | -1/+1 | |
| * | | | | Fixed addr of bracket expression. Fixes #2148. | yglukhov | 2015-06-11 | 2 | -8/+33 | |
* | | | | | Merge pull request #2890 from ozra/fix-1179-unsigned-number-literals | Andreas Rumpf | 2015-06-13 | 2 | -47/+152 | |
|\ \ \ \ \ | ||||||
| * | | | | | Non-base10 overflow allowed if bit-stable. Tests. | Oscar Campbell | 2015-06-12 | 1 | -0/+68 | |
| * | | | | | Non-base10 overflow allowed if bit-stable. Tests. | Oscar Campbell | 2015-06-12 | 1 | -3/+15 | |
| * | | | | | Fix bug #1179 + some more found while testing. | Oscar Campbell | 2015-06-12 | 1 | -47/+72 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2911 from avsej/fix-logger-formatting | Andreas Rumpf | 2015-06-13 | 1 | -11/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix logger formatting | Sergey Avseyev | 2015-06-13 | 1 | -11/+20 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2910 from avsej/add-missing-nre-dependency | Andreas Rumpf | 2015-06-13 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add missing nre dependency to installer | Sergey Avseyev | 2015-06-12 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #2894 from nanoant/patch/macros-real-node-compare | Andreas Rumpf | 2015-06-12 | 2 | -1/+44 | |
|\ \ \ \ | ||||||
| * | | | | macros: Add test for node comparsion | Adam Strzelecki | 2015-06-10 | 1 | -0/+39 | |
| * | | | | macros: exprStructuralEquivalent for EqNimrodNode | Adam Strzelecki | 2015-06-10 | 1 | -1/+5 | |
* | | | | | Merge pull request #2902 from yglukhov/js-copying-fix | Andreas Rumpf | 2015-06-12 | 3 | -24/+45 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 3 | -24/+45 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2818 from flaviut/add-nre | Andreas Rumpf | 2015-06-12 | 15 | -8/+1009 | |
|\ \ \ \ \ | ||||||
| * | | | | | Revert "Base re off of nre" | Flaviu Tamas | 2015-06-10 | 1 | -142/+235 | |
| * | | | | | Fix ambiguous character literal | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 | |
| * | | | | | Fix potential code bloat | Flaviu Tamas | 2015-06-07 | 1 | -4/+5 | |
| * | | | | | Rename RegexException according to NEP1 | Flaviu Tamas | 2015-06-07 | 1 | -5/+5 |