summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Updated random functionsapense2015-06-111-4/+12
* Merge pull request #2902 from yglukhov/js-copying-fixAndreas Rumpf2015-06-121-22/+30
|\
| * Fixed copying of aggregates in JS.yglukhov2015-06-111-22/+30
* | Merge pull request #2818 from flaviut/add-nreAndreas Rumpf2015-06-124-7/+758
|\ \
| * | Revert "Base re off of nre"Flaviu Tamas2015-06-101-142/+235
| * | Fix ambiguous character literalFlaviu Tamas2015-06-071-1/+1
| * | Fix potential code bloatFlaviu Tamas2015-06-071-4/+5
| * | Rename RegexException according to NEP1Flaviu Tamas2015-06-071-5/+5
| * | Edit re and nre doc commentsFlaviu Tamas2015-06-072-20/+1
| * | Clean up nre importsFlaviu Tamas2015-06-071-2/+1
| * | Use stdlib's PCRE in nreFlaviu Tamas2015-06-072-443/+1
| * | Deprecate reFlaviu Tamas2015-06-071-2/+2
| * | Adjust re for nre's inclusive boundsFlaviu Tamas2015-06-071-1/+1
| * | Base re off of nreOleh Prypin2015-06-071-238/+142
| * | Ensure no one uses internal moduleFlaviu Tamas2015-06-071-0/+1
| * | Merge branch 'devel' of https://github.com/Araq/Nim into add-nreFlaviu Tamas2015-06-07123-6383/+5854
| |\ \
| * | | Disable static building of PCREFlaviu Tamas2015-05-2628-44889/+10
| * | | Clarify nre licencingFlaviu Tamas2015-05-261-0/+53
| * | | Rearrange nre filesFlaviu Tamas2015-05-2646-579/+3
| * | | Merge remote 'nre' into add-nreFlaviu Tamas2015-05-2647-0/+46616
* | | | Merge pull request #2896 from r-ku/I64-magics-goneAndreas Rumpf2015-06-121-15/+15
|\ \ \ \
| * | | | Removed magics: mAbsI64rku2015-06-101-1/+1
| * | | | Removed magics: mBitnotI64rku2015-06-101-1/+1
| * | | | Removed magics: mEqI64 mLtI64 mLeI64rku2015-06-101-3/+3
| * | | | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64rku2015-06-101-5/+5
| * | | | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64rku2015-06-101-5/+5
* | | | | Fixed unittest output.yglukhov2015-06-111-1/+0
| |_|_|/ |/| | |
* | | | Merge pull request #2891 from sstirlin/develAndreas Rumpf2015-06-102-3/+4
|\ \ \ \
| * | | | disabled threadpool assertion only for vccSpencer Stirling2015-06-101-1/+2
| * | | | fixed threadpool and atomics to work with Visual Studio 32 and 64 bitSpencer Stirling2015-06-092-3/+3
| |/ / /
* | | | Fix doc typos in basic2d and basic3dmsiglreith2015-06-102-2/+2
* | | | terminal doesn't use enormous windows module anymoreAraq2015-06-101-22/+81
* | | | no private deprecated symbolsAraq2015-06-101-1/+0
* | | | Merge pull request #2866 from nanoant/patch/db-deffered-rowsAndreas Rumpf2015-06-103-1/+71
|\ \ \ \
| * | | | db: InstantRow and instantRowsAdam Strzelecki2015-06-093-1/+71
| |/ / /
* | | | Merge pull request #2892 from apense/patch-6Andreas Rumpf2015-06-101-3/+0
|\ \ \ \
| * | | | Removed unnecessary templateapense2015-06-091-3/+0
| |/ / /
* / / / Allow to set position at end of streamFederico Omoto2015-06-091-1/+1
|/ / /
* | | Updated whitespace rangesapense2015-06-081-2/+8
* | | Fixes #2884Dominik Picheta2015-06-081-2/+4
| |/ |/|
* | Merge pull request #2643 from grncdr/TAny-and-inheritanceAndreas Rumpf2015-06-071-0/+2
|\ \
| * | Resolve base type fields in `[](TAny, string)`Stephen Sugden2015-05-031-0/+2
* | | Merge pull request #2645 from def-/builtin_overflowAndreas Rumpf2015-06-071-54/+122
|\ \ \
| * | | Use -d:builtinOverflow for builtin overflow checksdef2015-05-081-141/+110
| * | | Use builtin overflow functions of Clang and GCC (WIP, RFC)def2015-05-031-0/+99
| |/ /
* | | Merge pull request #2682 from koalazen/refactor_lowerbound_algorithmAndreas Rumpf2015-06-071-7/+17
|\ \ \
| * | | refactored lowerBound in algorithm.nimKoala Zen2015-05-181-7/+17
* | | | Merge pull request #2878 from Perelandric/rename_fixesAndreas Rumpf2015-06-074-53/+57
|\ \ \ \
| * | | | Fixed malformed pragmapatrick dw2015-06-061-1/+1
| * | | | Reverted TZipFileStream (is going to be reference type)patrick dw2015-06-061-3/+2