Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Restore framePtr after exceptions | Yuriy Glukhov | 2016-08-27 | 1 | -4/+10 | |
| * | | | Fixed js codegen issue for uncaught exceptions. | Yuriy Glukhov | 2016-08-27 | 1 | -1/+2 | |
| |/ / | ||||||
* | | | fixes a regression that caused --import in a config file to break things | Andreas Rumpf | 2016-08-29 | 1 | -1/+4 | |
* | | | Merged | Araq | 2016-08-27 | 35 | -610/+201 | |
|\| | | ||||||
| * | | 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 | |
| |\ \ | ||||||
| | * | | 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 | 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. | 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 docum... | Andreas Rumpf | 2016-08-24 | 1 | -2/+3 | |
| * | | | | 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 | |
| |/ / / | ||||||
* | | | | tester cleanup; enable some rod tests | Araq | 2016-08-27 | 4 | -10/+14 | |
* | | | | next steps in getting symbol files to work again | Araq | 2016-08-16 | 6 | -32/+131 | |
* | | | | some attempts to make symbolfiles work again | Araq | 2016-08-13 | 5 | -30/+41 | |
|/ / / | ||||||
* | | | Merge pull request #4604 from mbaulch/fix3658 | Andreas Rumpf | 2016-08-11 | 2 | -6/+12 | |
|\ \ \ | ||||||
| * | | | 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 |