Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed js codegen issue for uncaught exceptions. | Yuriy Glukhov | 2016-08-27 | 1 | -1/+2 |
| | |||||
* | koch nsis: don't hardcode the path to NSIS | Andreas Rumpf | 2016-08-27 | 1 | -1/+0 |
| | |||||
* | fixes #4656; ropes.nim checks properly for file equality | Andreas Rumpf | 2016-08-26 | 1 | -1/+6 |
| | |||||
* | fixes #4179; disallow assignments to openarrays | Andreas Rumpf | 2016-08-26 | 1 | -2/+3 |
| | |||||
* | fixes regression | Andreas Rumpf | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | fixes #4580 | Andreas Rumpf | 2016-08-26 | 2 | -3/+4 |
| | |||||
* | partial fix for #4623 | Andreas Rumpf | 2016-08-26 | 1 | -0/+2 |
| | |||||
* | fixes #4491 | Andreas Rumpf | 2016-08-26 | 1 | -0/+3 |
| | |||||
* | fixes #3928 | Andreas Rumpf | 2016-08-26 | 1 | -0/+3 |
| | |||||
* | do not crash on #3928 | Andreas Rumpf | 2016-08-26 | 1 | -0/+1 |
| | |||||
* | fixes #4292 | Andreas Rumpf | 2016-08-26 | 1 | -8/+1 |
| | |||||
* | fixes #4253 | Andreas Rumpf | 2016-08-26 | 1 | -2/+2 |
| | |||||
* | fixes #2865 | Andreas Rumpf | 2016-08-26 | 1 | -1/+8 |
| | |||||
* | fixes #3606 | Andreas Rumpf | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | explicit side-effects override the inferred effect; refs #4659 | Andreas Rumpf | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | fixes #4658 | Andreas Rumpf | 2016-08-26 | 1 | -0/+5 |
| | |||||
* | Merge pull request #4592 from arnetheduck/compiler-cleanup | Andreas Rumpf | 2016-08-25 | 27 | -464/+12 |
|\ | | | | | Compiler cleanup | ||||
| * | remove TLoc.heapRoot | Jacek Sieka | 2016-08-17 | 2 | -8/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/devel' into compiler-cleanup | Jacek Sieka | 2016-08-17 | 6 | -14/+23 |
| |\ | |||||
| * | | remove unused stuff | Jacek Sieka | 2016-08-09 | 27 | -406/+5 |
| | | | |||||
| * | | remove keepAlive and friends | Jacek Sieka | 2016-08-09 | 3 | -51/+8 |
| | | | |||||
* | | | Merge pull request #4611 from jangko/vs2010_error_c2275 | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fixed #4459 -- VS2010 error C2275 | ||||
| * | | | fixed #4459 -- VS2010 error C2275 | andri lim | 2016-08-13 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #4633 from mbaulch/pickbestcand_faster_inlined | Andreas Rumpf | 2016-08-25 | 1 | -61/+43 |
|\ \ \ | | | | | | | | | Optimise pickBestCandidate: reduce heap allocations. | ||||
| * | | | Optimise pickBestCandidate: reduce heap allocations. | Matthew Baulch | 2016-08-21 | 1 | -61/+43 |
| |/ / | |||||
* | | | side-effect computation now done in the proper pass; fixes #4254 | Andreas Rumpf | 2016-08-25 | 3 | -14/+36 |
| | | | |||||
* | | | minor things | Andreas Rumpf | 2016-08-24 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #4653 | Andreas Rumpf | 2016-08-24 | 1 | -0/+2 |
| | | | |||||
* | | | overloading resolution: scoping is considered after typing (needs to be ↵ | Andreas Rumpf | 2016-08-24 | 1 | -2/+3 |
| | | | | | | | | | | | | documented) | ||||
* | | | fixes #4632 | Andreas Rumpf | 2016-08-23 | 1 | -8/+9 |
| | | | |||||
* | | | fixes #4579 | Andreas Rumpf | 2016-08-23 | 1 | -30/+25 |
| | | | |||||
* | | | fixes #4600 | Andreas Rumpf | 2016-08-23 | 1 | -6/+7 |
| | | | |||||
* | | | fixes #4619 | Andreas Rumpf | 2016-08-23 | 1 | -2/+8 |
| | | | |||||
* | | | fixes #3221 | Andreas Rumpf | 2016-08-22 | 1 | -1/+11 |
| | | | |||||
* | | | Add comments to clarify the roles of abstractX and typedescX types. | Matthew Baulch | 2016-08-21 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #4604 from mbaulch/fix3658 | Andreas Rumpf | 2016-08-11 | 2 | -6/+12 |
|\ \ | | | | | | | Fix #3658. Types derived from ordinals are ordinal. Code cleanup. | ||||
| * | | Require ordinal or set argument to system.ord | Matthew Baulch | 2016-08-11 | 1 | -2/+6 |
| | | | |||||
| * | | Distinct types derived from ordinal types are ordinal. | Matthew Baulch | 2016-08-11 | 1 | -1/+2 |
| | | | |||||
| * | | Tidy up isOrdinalType | Matthew Baulch | 2016-08-11 | 1 | -4/+5 |
| | | | |||||
* | | | fixes #4593 | Andreas Rumpf | 2016-08-10 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #4589 | Andreas Rumpf | 2016-08-10 | 1 | -6/+6 |
| | | | |||||
* | | | don't allow to pass a closure to spawn | Andreas Rumpf | 2016-08-10 | 1 | -0/+2 |
| | | | |||||
* | | | makes tests green again | Andreas Rumpf | 2016-08-09 | 1 | -1/+2 |
| |/ |/| | |||||
* | | fixes #2094 | Andreas Rumpf | 2016-08-09 | 1 | -0/+3 |
| | | |||||
* | | fixes #4551 | Andreas Rumpf | 2016-08-09 | 1 | -0/+3 |
| | | |||||
* | | tiny style changes | Andreas Rumpf | 2016-08-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4577 from oderwat/fix-referr-js | Andreas Rumpf | 2016-08-08 | 1 | -2/+9 |
|\ | | | | | Fix using ptr to seq in js backend. | ||||
| * | Fix using ptr to seq in js backend. | Hans Raaf | 2016-08-07 | 1 | -2/+9 |
| | | | | | | | | | | | | I suddenly got ReferenceError exceptions for some of the code which is using etyBaseIndex ptr. Initialising the xxx_Idx part of the variable fixes this problem. | ||||
* | | fixes #4528 | Andreas Rumpf | 2016-08-08 | 1 | -30/+37 |
| | | |||||
* | | fixes #4582 | Andreas Rumpf | 2016-08-08 | 1 | -1/+2 |
| | |