Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2953 from yglukhov/fix-2617 | Andreas Rumpf | 2015-06-18 | 1 | -20/+28 |
|\ | | | | | Fixes #2617, fixes addr of obj downcast. | ||||
| * | Changed sets of strings to IntSets | yglukhov | 2015-06-18 | 1 | -18/+15 |
| | | |||||
| * | Fixes #2617, fixes addr of obj downcast. | yglukhov | 2015-06-18 | 1 | -21/+32 |
| | | |||||
* | | fixes #2297, fixes #2946 | Araq | 2015-06-18 | 4 | -19/+22 |
|/ | |||||
* | Merge pull request #2851 from stefantalpalaru/gogc | Andreas Rumpf | 2015-06-16 | 2 | -2/+7 |
|\ | | | | | the Go GC (using the gccgo implementation) | ||||
| * | Merge branch 'devel' into gogc | Stefan Talpalaru | 2015-06-15 | 40 | -918/+769 |
| |\ | |||||
| * | | the Go GC - initial implementation | Stefan Talpalaru | 2015-05-31 | 2 | -2/+7 |
| | | | |||||
* | | | Merge pull request #2914 from yglukhov/js-exceptions | Andreas Rumpf | 2015-06-16 | 1 | -15/+27 |
|\ \ \ | | | | | | | | | Fixed and slightly changed exception handling in JS. | ||||
| * | | | Unhandled exceptions handling brought back. | yglukhov | 2015-06-15 | 1 | -8/+11 |
| | | | | |||||
| * | | | Fixed and slightly changed exception handling. | yglukhov | 2015-06-15 | 1 | -10/+19 |
| | | | | |||||
* | | | | Merge pull request #2856 from fowlmouth/patch-4 | Andreas Rumpf | 2015-06-15 | 1 | -0/+6 |
|\ \ \ \ | |/ / / |/| | | | made string compatible with openarray[char] | ||||
| * | | | 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 |
| |/ / | |||||
* | | | msgs: Append/color warning/hint kind in msgWriteln | Adam Strzelecki | 2015-06-15 | 1 | -50/+66 |
| | | | | | | | | | | | | | | | Rather than embedding it into the message format text itself. This also makes possible to color warning/hint kind. | ||||
* | | | msgs: styledMsgWriteln compatible with styledEcho | Adam Strzelecki | 2015-06-15 | 1 | -53/+90 |
| | | | | | | | | | | | | | | | | | | | | | 1. Introduce styledMsgWriteln which can be used same way as styledEcho. 2. Make file names and positions use bright white like in other compilers, so only message types are colored. | ||||
* | | | colors: Use colors by default on terminals | Adam Strzelecki | 2015-06-15 | 1 | -0/+3 |
| |/ |/| | |||||
* | | fixes #2909 | Araq | 2015-06-15 | 3 | -9/+12 |
| | | |||||
* | | Use full file path for CRC checks. | Dominik Picheta | 2015-06-14 | 1 | -3/+3 |
| | | | | | | | | Ref nim-lang/nimsuggest#6. Ref nim-lang/nimsuggest#4. | ||||
* | | 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 | 1 | -8/+11 |
|\ \ | | | | | | | Fixed addr of bracket expression. Fixes #2148. | ||||
| * | | Singing and dancing with skipTypes. | yglukhov | 2015-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed addr of bracket expression. Fixes #2148. | yglukhov | 2015-06-11 | 1 | -8/+11 |
| | | | |||||
* | | | Merge pull request #2890 from ozra/fix-1179-unsigned-number-literals | Andreas Rumpf | 2015-06-13 | 1 | -47/+84 |
|\ \ \ | | | | | | | | | Fix 1179 unsigned number literals | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | - The char(-1) < char(0) is not covered in this PR - different beast. - Additionally to #1179, I found that non base-10 literals wheren't bounds checked at all. | ||||
* | | | | 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 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Real node compare for macros | ||||
| * | | | macros: exprStructuralEquivalent for EqNimrodNode | Adam Strzelecki | 2015-06-10 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | Previously NimNode comparison in macros way returning false for anything else than nil literal. | ||||
* | | | | Merge pull request #2902 from yglukhov/js-copying-fix | Andreas Rumpf | 2015-06-12 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fixed copying of aggregates in JS. | ||||
| * | | | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #2896 from r-ku/I64-magics-gone | Andreas Rumpf | 2015-06-12 | 7 | -110/+63 |
|\ \ \ \ | |/ / / |/| | | | I64 magics gone | ||||
| * | | | Removed magics: mAbsI64 | rku | 2015-06-10 | 5 | -11/+8 |
| | | | | |||||
| * | | | Removed magics: mBitnotI64 | rku | 2015-06-10 | 5 | -7/+4 |
| | | | | |||||
| * | | | Removed magics: mEqI64 mLtI64 mLeI64 | rku | 2015-06-10 | 7 | -23/+14 |
| | | | | |||||
| * | | | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64 | rku | 2015-06-10 | 5 | -30/+13 |
| | | | | | | | | | | | | | | | | Author: rku <rokups@zoho.com> | ||||
| * | | | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 6 | -39/+24 |
| | | | | | | | | | | | | | | | | Author: rku <rokups@zoho.com> | ||||
* | | | | Merge branch 'devel' into bugfix-2858-testament-sources-system-wide | Oscar Campbell | 2015-06-10 | 12 | -219/+300 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #2852 from kirbyfan64/devel | Andreas Rumpf | 2015-06-10 | 3 | -29/+54 |
| |\ \ \ | | | | | | | | | | | Colors! | ||||
| | * | | | Remove unnecessary import | Ryan Gonzalez | 2015-06-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Colors! | Ryan Gonzalez | 2015-06-02 | 4 | -30/+55 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #2892 from apense/patch-6 | Andreas Rumpf | 2015-06-10 | 1 | -0/+3 |
| |\ \ \ | | | | | | | | | | | Fixes #2886 (moves compiler function into the compiler) | ||||
| | * | | | Moved negative indexing operator here | apense | 2015-06-09 | 1 | -0/+3 |
| | | |/ | | |/| | | | | | Only used here (not in standard library) | ||||
| * | | | securehash: SHA1 -> Sha1 according to style guide | Adam Strzelecki | 2015-06-09 | 1 | -17/+17 |
| | | | | |||||
| * | | | securehash: sha_digest_size is not following style | Adam Strzelecki | 2015-06-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | https://github.com/Araq/Nim/wiki/Style-Guide-for-Nim-Code | ||||
| * | | | securehash: remove unused emptySecureHash | Adam Strzelecki | 2015-06-09 | 1 | -8/+0 |
| | | | | |||||
| * | | | securehash: Keep module name consistent | Adam Strzelecki | 2015-06-09 | 8 | -7/+9 |
| |/ / | | | | | | | | | | | | | | | | 1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column | ||||
| * | | Merge pull request #2780 from flaviut/cleanup-crc | Andreas Rumpf | 2015-06-09 | 9 | -190/+249 |
| |\ \ | | | | | | | | | Use SHA1 instead of CRC | ||||
| | * | | 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 |
| | | | |