| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated random functions | apense | 2015-06-11 | 1 | -4/+12 |
* | 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 |
* | | | | Merge pull request #2866 from nanoant/patch/db-deffered-rows | Andreas Rumpf | 2015-06-10 | 3 | -1/+71 |
|\ \ \ \ |
|
| * | | | | db: InstantRow and instantRows | Adam Strzelecki | 2015-06-09 | 3 | -1/+71 |
| |/ / / |
|
* | | | | Merge pull request #2892 from apense/patch-6 | Andreas Rumpf | 2015-06-10 | 1 | -3/+0 |
|\ \ \ \ |
|
| * | | | | Removed unnecessary template | apense | 2015-06-09 | 1 | -3/+0 |
| |/ / / |
|
* / / / | Allow to set position at end of stream | Federico Omoto | 2015-06-09 | 1 | -1/+1 |
|/ / / |
|
* | | | Updated whitespace ranges | apense | 2015-06-08 | 1 | -2/+8 |
* | | | Fixes #2884 | Dominik Picheta | 2015-06-08 | 1 | -2/+4 |
| |/
|/| |
|
* | | Merge pull request #2643 from grncdr/TAny-and-inheritance | Andreas Rumpf | 2015-06-07 | 1 | -0/+2 |
|\ \ |
|
| * | | Resolve base type fields in `[](TAny, string)` | Stephen Sugden | 2015-05-03 | 1 | -0/+2 |
* | | | Merge pull request #2645 from def-/builtin_overflow | Andreas Rumpf | 2015-06-07 | 1 | -54/+122 |
|\ \ \ |
|
| * | | | Use -d:builtinOverflow for builtin overflow checks | def | 2015-05-08 | 1 | -141/+110 |
| * | | | Use builtin overflow functions of Clang and GCC (WIP, RFC) | def | 2015-05-03 | 1 | -0/+99 |
| |/ / |
|
* | | | Merge pull request #2682 from koalazen/refactor_lowerbound_algorithm | Andreas Rumpf | 2015-06-07 | 1 | -7/+17 |
|\ \ \ |
|
| * | | | refactored lowerBound in algorithm.nim | Koala Zen | 2015-05-18 | 1 | -7/+17 |
* | | | | Merge pull request #2878 from Perelandric/rename_fixes | Andreas Rumpf | 2015-06-07 | 4 | -53/+57 |
|\ \ \ \ |
|
| * | | | | Fixed malformed pragma | patrick dw | 2015-06-06 | 1 | -1/+1 |
| * | | | | Reverted TZipFileStream (is going to be reference type) | patrick dw | 2015-06-06 | 1 | -3/+2 |