Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-08-05 | 1 | -0/+2 |
|\| | |||||
| * | Merge pull request #4572 from oderwat/distinct-nil | Andreas Rumpf | 2016-08-05 | 1 | -0/+2 |
| |\ | | | | | | | Allowing `nil` for distinct types where the base type is nilable | ||||
| | * | Allowing `nil` for distinct types where the base type is nilable | Hans Raaf | 2016-08-05 | 1 | -0/+2 |
| | | | |||||
| * | | fix #4568 | kingofoz | 2016-08-05 | 1 | -2/+6 |
| | | | |||||
* | | | added selfExe and selfExec for NimScript support | Andreas Rumpf | 2016-08-05 | 1 | -0/+2 |
| | | | |||||
* | | | fixes a regression involving the .compile and .link pragmas | Andreas Rumpf | 2016-08-05 | 1 | -1/+3 |
|/ / | |||||
* | | fixes #4354 | Andreas Rumpf | 2016-08-04 | 2 | -23/+30 |
| | | |||||
* | | fixes #4505, fixes #4230 | Andreas Rumpf | 2016-08-04 | 2 | -6/+7 |
| | | |||||
* | | fixes #4353 | Andreas Rumpf | 2016-08-04 | 2 | -5/+9 |
| | | |||||
* | | attempt to fix #4065 | Andreas Rumpf | 2016-08-04 | 1 | -2/+1 |
| | | |||||
* | | fixes #4526 | Andreas Rumpf | 2016-08-04 | 1 | -7/+15 |
|/ | |||||
* | fixes #4550 | Andreas Rumpf | 2016-08-04 | 1 | -0/+1 |
| | |||||
* | fixes #4545 | Andreas Rumpf | 2016-08-04 | 1 | -0/+7 |
| | |||||
* | fixes #4564 | Andreas Rumpf | 2016-08-04 | 1 | -3/+5 |
| | |||||
* | fixes #4537 | Andreas Rumpf | 2016-08-02 | 1 | -0/+2 |
| | |||||
* | fixes #4555 | Andreas Rumpf | 2016-08-02 | 7 | -14/+21 |
| | |||||
* | fixes #4534 | Andreas Rumpf | 2016-08-01 | 1 | -8/+5 |
| | |||||
* | fix #4417, update news | miere43 | 2016-07-30 | 1 | -0/+9 |
| | |||||
* | compiler free of old expr/stmt metatypes | Andreas Rumpf | 2016-07-30 | 1 | -5/+5 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 22 | -55/+55 |
| | |||||
* | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 3 | -8/+8 |
| |