summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4611 from jangko/vs2010_error_c2275Andreas Rumpf2016-08-251-1/+1
|\ | | | | fixed #4459 -- VS2010 error C2275
| * fixed #4459 -- VS2010 error C2275andri lim2016-08-131-1/+1
| |
* | Merge pull request #4633 from mbaulch/pickbestcand_faster_inlinedAndreas Rumpf2016-08-251-61/+43
|\ \ | | | | | | Optimise pickBestCandidate: reduce heap allocations.
| * | Optimise pickBestCandidate: reduce heap allocations.Matthew Baulch2016-08-211-61/+43
| |/
* | side-effect computation now done in the proper pass; fixes #4254Andreas Rumpf2016-08-253-14/+36
| |
* | minor thingsAndreas Rumpf2016-08-241-1/+1
| |
* | fixes #4653Andreas Rumpf2016-08-241-0/+2
| |
* | overloading resolution: scoping is considered after typing (needs to be ↵Andreas Rumpf2016-08-241-2/+3
| | | | | | | | documented)
* | fixes #4632Andreas Rumpf2016-08-231-8/+9
| |
* | fixes #4579Andreas Rumpf2016-08-231-30/+25
| |
* | fixes #4600Andreas Rumpf2016-08-231-6/+7
| |
* | fixes #4619Andreas Rumpf2016-08-231-2/+8
| |
* | fixes #3221Andreas Rumpf2016-08-221-1/+11
| |
* | Add comments to clarify the roles of abstractX and typedescX types.Matthew Baulch2016-08-211-0/+3
|/
* Merge pull request #4604 from mbaulch/fix3658Andreas Rumpf2016-08-112-6/+12
|\ | | | | Fix #3658. Types derived from ordinals are ordinal. Code cleanup.
| * Require ordinal or set argument to system.ordMatthew Baulch2016-08-111-2/+6
| |
| * Distinct types derived from ordinal types are ordinal.Matthew Baulch2016-08-111-1/+2
| |
| * Tidy up isOrdinalTypeMatthew Baulch2016-08-111-4/+5
| |
* | fixes #4593Andreas Rumpf2016-08-101-1/+1
| |
* | fixes #4589Andreas Rumpf2016-08-101-6/+6
| |
* | don't allow to pass a closure to spawnAndreas Rumpf2016-08-101-0/+2
| |
* | makes tests green againAndreas Rumpf2016-08-091-1/+2
| |
* | fixes #2094Andreas Rumpf2016-08-091-0/+3
| |
* | fixes #4551Andreas Rumpf2016-08-091-0/+3
| |
* | tiny style changesAndreas Rumpf2016-08-091-1/+1
|/
* Merge pull request #4577 from oderwat/fix-referr-jsAndreas Rumpf2016-08-081-2/+9
|\ | | | | Fix using ptr to seq in js backend.
| * Fix using ptr to seq in js backend.Hans Raaf2016-08-071-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 #4528Andreas Rumpf2016-08-081-30/+37
| |
* | fixes #4582Andreas Rumpf2016-08-081-1/+2
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-08-051-0/+2
|\|
| * Merge pull request #4572 from oderwat/distinct-nilAndreas Rumpf2016-08-051-0/+2
| |\ | | | | | | Allowing `nil` for distinct types where the base type is nilable
| | * Allowing `nil` for distinct types where the base type is nilableHans Raaf2016-08-051-0/+2
| | |
| * | fix #4568kingofoz2016-08-051-2/+6
| | |
* | | added selfExe and selfExec for NimScript supportAndreas Rumpf2016-08-051-0/+2
| | |
* | | fixes a regression involving the .compile and .link pragmasAndreas Rumpf2016-08-051-1/+3
|/ /
* | fixes #4354Andreas Rumpf2016-08-042-23/+30
| |
* | fixes #4505, fixes #4230Andreas Rumpf2016-08-042-6/+7
| |
* | fixes #4353Andreas Rumpf2016-08-042-5/+9
| |
* | attempt to fix #4065Andreas Rumpf2016-08-041-2/+1
| |
* | fixes #4526Andreas Rumpf2016-08-041-7/+15
|/
* fixes #4550Andreas Rumpf2016-08-041-0/+1
|
* fixes #4545Andreas Rumpf2016-08-041-0/+7
|
* fixes #4564Andreas Rumpf2016-08-041-3/+5
|
* fixes #4537Andreas Rumpf2016-08-021-0/+2
|
* fixes #4555Andreas Rumpf2016-08-027-14/+21
|
* fixes #4534Andreas Rumpf2016-08-011-8/+5
|
* fix #4417, update newsmiere432016-07-301-0/+9
|
* compiler free of old expr/stmt metatypesAndreas Rumpf2016-07-301-5/+5
|
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-3022-55/+55
|
* expr and stmt are now deprecatedAndreas Rumpf2016-07-303-8/+8
|