| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed magics: mEqI64 mLtI64 mLeI64 | rku | 2015-06-10 | 8 | -26/+17 |
* | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64 | rku | 2015-06-10 | 6 | -35/+18 |
* | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 7 | -44/+29 |
* | Merge pull request #2780 from flaviut/cleanup-crc | Andreas Rumpf | 2015-06-09 | 9 | -190/+249 |
|\ |
|
| * | Add simple tests to secure_hash | Flaviu Tamas | 2015-05-26 | 1 | -0/+5 |
| * | Use sha1 instead of crc | Flaviu Tamas | 2015-05-26 | 4 | -105/+206 |
| * | Rename crc module to "secure_hash" | Flaviu Tamas | 2015-05-23 | 8 | -13/+12 |
| * | Clean up crc module | Flaviu Tamas | 2015-05-23 | 5 | -76/+30 |
* | | Merge pull request #2885 from apense/patch-4 | Andreas Rumpf | 2015-06-09 | 1 | -2/+4 |
|\ \ |
|
| * | | Note about deprecation in generics.txt | apense | 2015-06-08 | 1 | -2/+4 |
* | | | Merge pull request #2887 from apense/patch-5 | Andreas Rumpf | 2015-06-09 | 1 | -2/+8 |
|\ \ \ |
|
| * | | | 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 #2867 from Araq/fix-2584 | Andreas Rumpf | 2015-06-07 | 7 | -10/+17 |
|\ \ \ \ |
|
| * | | | | s/procedure/routine/ in tests. | Dominik Picheta | 2015-06-05 | 4 | -4/+4 |
| * | | | | Rename errUndeclaredProcedure to errUndeclaredRoutine. | Dominik Picheta | 2015-06-05 | 2 | -3/+3 |
| * | | | | Got rid of errUndeclaredProcedureField. | Dominik Picheta | 2015-06-04 | 3 | -9/+4 |
| * | | | | Fixes #2584 | Dominik Picheta | 2015-06-04 | 7 | -10/+22 |
* | | | | | Merge pull request #2878 from Perelandric/rename_fixes | Andreas Rumpf | 2015-06-07 | 5 | -54/+58 |
|\ \ \ \ \ |
|
| * | | | | | 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 |
| * | | | | | Updated deprecated names | patrick dw | 2015-06-06 | 1 | -4/+4 |
| * | | | | | Updated usage of deprecated types | patrick dw | 2015-06-06 | 2 | -25/+25 |
| * | | | | | Renaming fixes in sdl.nim | patrick dw | 2015-06-06 | 1 | -23/+27 |
| * | | | | | Dropped from TZipFileStream | patrick dw | 2015-06-06 | 2 | -2/+3 |
| |/ / / / |
|
* | | | | | Merge pull request #2875 from nanoant/patch/bring-back-bootstrap-executable-bit | Andreas Rumpf | 2015-06-07 | 1 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | Bring back (again) bootstrap.sh executable bit | Adam Strzelecki | 2015-06-05 | 1 | -0/+0 |
* | | | | | | fixes #2774 | Araq | 2015-06-06 | 2 | -1/+15 |
* | | | | | | fixes #2687 | Araq | 2015-06-06 | 1 | -3/+7 |
* | | | | | | use new type names | Araq | 2015-06-06 | 1 | -5/+5 |
* | | | | | | fixes #2854 | Araq | 2015-06-06 | 2 | -1/+27 |
* | | | | | | fixes 'noreturn' regression for Visual C++ | Araq | 2015-06-06 | 1 | -0/+2 |
* | | | | | | Update version in compiler.nimble | Dominik Picheta | 2015-06-05 | 1 | -2/+2 |
* | | | | | | moved sexp.nim to nimsuggest repo | Simon Hafner | 2015-06-05 | 1 | -698/+0 |
* | | | | | | Merge branch 'boopcat-exportnewsocket' into devel | Dominik Picheta | 2015-06-05 | 2 | -6/+6 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Merge branch 'exportnewsocket' of https://github.com/boopcat/Nim into boopcat... | Dominik Picheta | 2015-06-05 | 2 | -6/+6 |
|/| | | | | |
|
| * | | | | | Export newSocket(fd) from net.nim and standardize args in net/asyncnet | boopcat | 2015-05-30 | 2 | -6/+6 |
* | | | | | | Merge pull request #2824 from yglukhov/js-ct-lambda-lifting | Andreas Rumpf | 2015-06-05 | 3 | -10/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | Perform lambda lifting for compile-time stuff when targeting JS. Enable unitt... | yglukhov | 2015-05-29 | 3 | -10/+10 |
* | | | | | | | Merge pull request #2859 from nanoant/patch/norewrite-pragma | Andreas Rumpf | 2015-06-05 | 6 | -8/+21 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Parser: Inline expr pragmas with parenthesis | Adam Strzelecki | 2015-06-02 | 1 | -0/+4 |
| * | | | | | | | Parser: Properly represent parsePar in grammar | Adam Strzelecki | 2015-06-02 | 1 | -4/+6 |
| * | | | | | | | Introduce {.noRewrite.} expr pragma disabling TR | Adam Strzelecki | 2015-06-02 | 5 | -4/+11 |