Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | TMemRegion -> MemRegion | Stefan Talpalaru | 2015-06-15 | 1 | -5/+6 | |
| * | | | | | cleanup | Stefan Talpalaru | 2015-06-15 | 1 | -5/+0 | |
| * | | | | | Merge branch 'devel' into gogc | Stefan Talpalaru | 2015-06-15 | 130 | -6467/+6877 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | finalizer support | Stefan Talpalaru | 2015-06-15 | 1 | -0/+6 | |
| * | | | | | | fix growObj() with strings | Stefan Talpalaru | 2015-06-09 | 1 | -0/+2 | |
| * | | | | | | the Go GC - initial implementation | Stefan Talpalaru | 2015-05-31 | 6 | -12/+204 | |
* | | | | | | | Merge pull request #2914 from yglukhov/js-exceptions | Andreas Rumpf | 2015-06-16 | 1 | -18/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Added noUnhandledHandler | yglukhov | 2015-06-15 | 1 | -7/+9 | |
| * | | | | | | | Unhandled exceptions handling brought back. | yglukhov | 2015-06-15 | 1 | -0/+24 | |
| * | | | | | | | Fixed and slightly changed exception handling. | yglukhov | 2015-06-15 | 1 | -25/+4 | |
* | | | | | | | | 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 | |
* | | | | | | | | colors: Introduce resetStyle enum & use templates | Adam Strzelecki | 2015-06-15 | 1 | -7/+28 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | fixes #2909 | Araq | 2015-06-15 | 3 | -28/+59 | |
* | | | | | | | fixed #1985 | Vlad | 2015-06-14 | 1 | -1/+3 | |
* | | | | | | | Fix logger formatting | Sergey Avseyev | 2015-06-13 | 1 | -11/+20 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2902 from yglukhov/js-copying-fix | Andreas Rumpf | 2015-06-12 | 1 | -22/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 1 | -22/+30 | |
* | | | | | | | Merge pull request #2818 from flaviut/add-nre | Andreas Rumpf | 2015-06-12 | 4 | -7/+758 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
| * | | | | | | | Edit re and nre doc comments | Flaviu Tamas | 2015-06-07 | 2 | -20/+1 | |
| * | | | | | | | Clean up nre imports | Flaviu Tamas | 2015-06-07 | 1 | -2/+1 | |
| * | | | | | | | Use stdlib's PCRE in nre | Flaviu Tamas | 2015-06-07 | 2 | -443/+1 | |
| * | | | | | | | Deprecate re | Flaviu Tamas | 2015-06-07 | 1 | -2/+2 | |
| * | | | | | | | Adjust re for nre's inclusive bounds | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 | |
| * | | | | | | | Base re off of nre | Oleh Prypin | 2015-06-07 | 1 | -238/+142 | |
| * | | | | | | | Ensure no one uses internal module | Flaviu Tamas | 2015-06-07 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nim into add-nre | Flaviu Tamas | 2015-06-07 | 123 | -6383/+5854 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Disable static building of PCRE | Flaviu Tamas | 2015-05-26 | 28 | -44889/+10 | |
| * | | | | | | | | Clarify nre licencing | Flaviu Tamas | 2015-05-26 | 1 | -0/+53 | |
| * | | | | | | | | Rearrange nre files | Flaviu Tamas | 2015-05-26 | 46 | -579/+3 | |
| * | | | | | | | | Merge remote 'nre' into add-nre | Flaviu Tamas | 2015-05-26 | 47 | -0/+46616 | |
* | | | | | | | | | Merge pull request #2896 from r-ku/I64-magics-gone | Andreas Rumpf | 2015-06-12 | 1 | -15/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Removed magics: mAbsI64 | rku | 2015-06-10 | 1 | -1/+1 | |
| * | | | | | | | | | Removed magics: mBitnotI64 | rku | 2015-06-10 | 1 | -1/+1 | |
| * | | | | | | | | | Removed magics: mEqI64 mLtI64 mLeI64 | rku | 2015-06-10 | 1 | -3/+3 | |
| * | | | | | | | | | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64 | rku | 2015-06-10 | 1 | -5/+5 | |
| * | | | | | | | | | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 1 | -5/+5 | |
* | | | | | | | | | | Fixed unittest output. | yglukhov | 2015-06-11 | 1 | -1/+0 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #2891 from sstirlin/devel | Andreas Rumpf | 2015-06-10 | 2 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | disabled threadpool assertion only for vcc | Spencer Stirling | 2015-06-10 | 1 | -1/+2 | |
| * | | | | | | | | | fixed threadpool and atomics to work with Visual Studio 32 and 64 bit | Spencer Stirling | 2015-06-09 | 2 | -3/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Fix doc typos in basic2d and basic3d | msiglreith | 2015-06-10 | 2 | -2/+2 | |
* | | | | | | | | | terminal doesn't use enormous windows module anymore | Araq | 2015-06-10 | 1 | -22/+81 | |
* | | | | | | | | | no private deprecated symbols | Araq | 2015-06-10 | 1 | -1/+0 |