Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++ backend: use .noInit pragma for non-public default constructors; refs #4687 | Andreas Rumpf | 2016-09-04 | 1 | -4/+7 |
* | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -2/+3 |
* | Merge pull request #4592 from arnetheduck/compiler-cleanup | Andreas Rumpf | 2016-08-25 | 1 | -50/+7 |
|\ | |||||
| * | remove TLoc.heapRoot | Jacek Sieka | 2016-08-17 | 1 | -5/+0 |
| * | Merge remote-tracking branch 'origin/devel' into compiler-cleanup | Jacek Sieka | 2016-08-17 | 1 | -1/+2 |
| |\ | |||||
| * | | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -25/+0 |
| * | | remove keepAlive and friends | Jacek Sieka | 2016-08-09 | 1 | -20/+7 |
* | | | fixes #4653 | Andreas Rumpf | 2016-08-24 | 1 | -0/+2 |
| |/ |/| | |||||
* | | makes tests green again | Andreas Rumpf | 2016-08-09 | 1 | -1/+2 |
|/ | |||||
* | fixes #4551 | Andreas Rumpf | 2016-08-09 | 1 | -0/+3 |
* | fixes #4582 | Andreas Rumpf | 2016-08-08 | 1 | -1/+2 |
* | fixes #4354 | Andreas Rumpf | 2016-08-04 | 1 | -16/+18 |
* | remove sfFakeConst | Jacek Sieka | 2016-07-30 | 1 | -4/+1 |
* | fixes #4345 | Andreas Rumpf | 2016-07-19 | 1 | -2/+3 |
* | added system.newSeqOfCap for improved efficiency | Andreas Rumpf | 2016-07-15 | 1 | -0/+11 |
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -3/+3 |
* | fixes #4371 | Andreas Rumpf | 2016-07-08 | 1 | -1/+1 |
* | C code generation now deterministic; fixes #4364 | Andreas Rumpf | 2016-06-22 | 1 | -26/+26 |
* | fixes #4186 | Andreas Rumpf | 2016-06-02 | 1 | -1/+1 |
* | system. for cstrings uses value comparisons, not reference comparisons | Andreas Rumpf | 2016-06-02 | 1 | -2/+1 |
* | refactoring: flags instead of bools | Andreas Rumpf | 2016-05-18 | 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. | Reimer Behrends | 2015-11-11 | 1 | -9/+9 |
* | | 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 |