Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring: flags instead of bools | Andreas Rumpf | 2016-05-15 | 1 | -1/+1 |
| | |||||
* | fixes #4147 | Andreas Rumpf | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | fixes #3995 | Andreas Rumpf | 2016-04-03 | 1 | -4/+10 |
| | |||||
* | fixes #4005 | Andreas Rumpf | 2016-03-29 | 1 | -4/+8 |
| | |||||
* | Added --noCppExceptions switch | Ruslan Mustakov | 2016-02-18 | 1 | -2/+4 |
| | |||||
* | fixes a critical codegenbug | Andreas Rumpf | 2016-01-30 | 1 | -2/+5 |
| | |||||
* | fixes #3730 | Araq | 2016-01-18 | 1 | -0/+2 |
| | |||||
* | fixes #3723 | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | fixes yet another codegen problem with constant closures | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | fixes a long standing codegen bug concerning closures | Andreas Rumpf | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | fixes #2604, fixes #1527 | Andreas Rumpf | 2016-01-05 | 1 | -0/+1 |
| | |||||
* | next steps to produce working closure iterators | Andreas Rumpf | 2016-01-03 | 1 | -0/+2 |
| | |||||
* | made closure iterators tests green, updated docs | Andreas Rumpf | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Fix regression in set.excl code generation. | Hans Raaf | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3530 from rbehrends/fix-setop-shifts | Andreas Rumpf | 2015-12-03 | 1 | -9/+9 |
|\ | | | | | Avoid signed shifts and bit operations for sets. | ||||
| * | Avoid signed shifts and bit operations for sets. | Reimer Behrends | 2015-11-11 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | Set operations used "1<<n" style shifts, which led to undefined behavior if the signed shift overflowed. Similarly, the right-hand side of the operator sometimes used a mix of signed and unsigned integers that were combined with "&". This patch attempts to provide a consistent implementation that uses unsigned integers everywhere. | ||||
* | | flush after printing | Erik Johansson Andersson | 2015-11-28 | 1 | -0/+1 |
| | | |||||
* | | Fixed SIGSEGV on wrong slurp usage | Anatoly Galiulin | 2015-11-23 | 1 | -2/+0 |
|/ | |||||
* | fixes a critical xlen codegen bug | Araq | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | fixes regression: tobjconstr2 test works again | Araq | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | fixes #2637 | Araq | 2015-10-06 | 1 | -38/+30 |
| | |||||
* | usage of NimNode triggers .compileTime context; fixes #1679 | Araq | 2015-09-14 | 1 | -1/+6 |
| | |||||
* | fixes a critical codegen bug triggered by .async | Araq | 2015-09-10 | 1 | -51/+51 |
| | |||||
* | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 1 | -0/+3 |
| | |||||
* | fixes #1832 | Araq | 2015-07-24 | 1 | -3/+4 |
| | |||||
* | fix recently introduced regressions | Araq | 2015-07-22 | 1 | -0/+2 |
| | |||||
* | fixes #2963 | Araq | 2015-07-22 | 1 | -2/+2 |
| | |||||
* | fixes #2880 | Araq | 2015-06-30 | 1 | -5/+5 |
| | |||||
* | fixes #2979 | Araq | 2015-06-25 | 1 | -1/+2 |
| | |||||
* | fixes #2909 | Araq | 2015-06-15 | 1 | -1/+7 |
| | |||||
* | Removed magics: mAbsI64 | rku | 2015-06-10 | 1 | -4/+3 |
| | |||||
* | Removed magics: mBitnotI64 | rku | 2015-06-10 | 1 | -1/+0 |
| | |||||
* | Removed magics: mEqI64 mLtI64 mLeI64 | rku | 2015-06-10 | 1 | -3/+0 |
| | |||||
* | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64 | rku | 2015-06-10 | 1 | -5/+0 |
| | | | | Author: rku <rokups@zoho.com> | ||||
* | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 1 | -5/+0 |
| | | | | Author: rku <rokups@zoho.com> | ||||
* | fixes #2774 | Araq | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | fixes 'echo nil' codegen bug | Araq | 2015-05-03 | 1 | -2/+5 |
| | |||||
* | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin ↵ | Araq | 2015-04-22 | 1 | -6/+11 |
| | | | | system to the compiler | ||||
* | cleaned up some magics to make room for new magics; added '..<' and '..^' ↵ | Araq | 2015-04-22 | 1 | -3/+0 |
| | | | | templates | ||||
* | fixes serious codegen regression; C++ target works again | Araq | 2015-04-20 | 1 | -1/+7 |
| | |||||
* | fixes a serious codegen bug that caused to emit wrong barriers in rare cases | Araq | 2015-04-19 | 1 | -13/+17 |
| | |||||
* | fixes #2498 | Araq | 2015-04-11 | 1 | -2/+0 |
| | |||||
* | fixes #2489 | Araq | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Get rid of deprecation warnings | def | 2015-04-07 | 1 | -170/+166 |
| | |||||
* | fixes #2427 | Araq | 2015-04-06 | 1 | -2/+2 |
| | |||||
* | compiler_ropes: ropeToStr -> $ | Jacek Sieka | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | doc updates; fixes 'inc' for 'char' | Araq | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | disallow negative indexing | Araq | 2015-03-27 | 1 | -0/+1 |
| | |||||
* | cannot gen symbol -> must be compile time | Simon Hafner | 2015-03-26 | 1 | -3/+1 |
| |