Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented new experimental scriptable import mechanism | Andreas Rumpf | 2017-10-01 | 1 | -44/+1 |
| | |||||
* | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | some work to make 'opt' a first class type | Andreas Rumpf | 2017-09-24 | 1 | -1/+2 |
| | |||||
* | Corrected tuple type to nkPar for unnamed tuples on getType (#6172) | Yuriy Glukhov | 2017-08-03 | 1 | -1/+2 |
| | |||||
* | fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812) | jcosborn | 2017-05-14 | 1 | -1/+6 |
| | | | | | * fixed macros.getTypeImpl for a symbol of type tyGenericBody * added test case and commented test code | ||||
* | support derived values in non-generic user type classes | Zahary Karadjov | 2017-03-24 | 1 | -4/+7 |
| | |||||
* | introduce tyInferred for the unbound concept type params | Zahary Karadjov | 2017-03-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | * Why is tyInferred needed? The bindings in TCandidate are capable of inferring types within a single call expression. In concepts, we need to infer types in the same way, but across the whole body of the concept. Previously, once a concept type param was inferred, it was destructively mutated using t.assignType, but this proved to be problematic in the presence of overloads, because the bindings established while a non-matching overload is tested must be reverted/forgotten. tyInferred offers a non-destructive way to keep track of the inference progress. While introducing new types usually requires a lot of code paths in the compiler to updated, currently tyInferred is only a short-lived type within the concept body pass and it's unlikely to introduce breakage elsewhere in the compiler. | ||||
* | fix getTypeImpl for tyEnum (#5568) | jcosborn | 2017-03-19 | 1 | -1/+3 |
| | | | | | * fixed getTypeImpl for tyEnum * fixed getType for enum and updated release notes about change | ||||
* | Fix sigsegv in getTypeImpl for unnamed tuple (#5440) | Fabian Keller | 2017-03-02 | 1 | -2/+7 |
| | | | avoid sigsegv in getTypeImpl for unnamed tuple; fixes #4862 | ||||
* | added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 | Araq | 2017-01-07 | 1 | -12/+12 |
| | |||||
* | fixes #5131 | Araq | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-13 | 1 | -4/+9 |
|\ | |||||
| * | macros.getType: do not copy symbols if not necessary | Araq | 2016-12-07 | 1 | -4/+9 |
| | | |||||
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -2/+2 |
|/ | | | | instead in preparation for further bugfixes | ||||
* | Merge pull request #4945 from arnetheduck/cleanup-tyXxx | Andreas Rumpf | 2016-10-24 | 1 | -4/+1 |
|\ | | | | | Cleanup ty xxx | ||||
| * | clean up tyMutable remnants | Jacek Sieka | 2016-10-24 | 1 | -2/+1 |
| | | |||||
| * | clean up tyConst remnants | Jacek Sieka | 2016-10-24 | 1 | -2/+1 |
| | | |||||
| * | clean up tyBigNum remnants | Jacek Sieka | 2016-10-24 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #4872 from flyx/gorgefix | Andreas Rumpf | 2016-10-24 | 1 | -3/+6 |
|\ \ | |/ |/| | Fixes #4871 | ||||
| * | Fixes #4871 | Felix Krause | 2016-10-09 | 1 | -3/+6 |
| | | |||||
* | | remove remnants of tyIter | Jacek Sieka | 2016-10-24 | 1 | -1/+1 |
|/ | |||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -4/+0 |
| | |||||
* | fixes #4526 | Andreas Rumpf | 2016-08-04 | 1 | -7/+15 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -9/+9 |
| | |||||
* | fixes #4371 | Andreas Rumpf | 2016-07-08 | 1 | -2/+3 |
| | |||||
* | fixes #4395, getType still not entirely correct | Andreas Rumpf | 2016-06-23 | 1 | -63/+67 |
| | |||||
* | fixes #765 | Andreas Rumpf | 2016-05-31 | 1 | -2/+4 |
| | |||||
* | cleanup of #4113 | Andreas Rumpf | 2016-05-28 | 1 | -3/+3 |
| | |||||
* | getTypeInst and getTypeImpl mostly working now and added test | James Osborn | 2016-05-04 | 1 | -30/+113 |
| | |||||
* | changed getTypeInst handling for distinct types | James Osborn | 2016-05-04 | 1 | -5/+15 |
| | |||||
* | added getTypeInst which includes generic parameters | James Osborn | 2016-05-04 | 1 | -10/+30 |
| | |||||
* | Fixed lineinfo in getType | Yuriy Glukhov | 2015-12-25 | 1 | -8/+8 |
| | |||||
* | staticExec: redirect stderr to stdout so stderr is returned too | Araq | 2015-08-16 | 1 | -2/+2 |
| | |||||
* | staticExec now supports caching | Araq | 2015-07-15 | 1 | -10/+30 |
| | |||||
* | protect against new stupid setlen that doesn't accept -1 anymore | Araq | 2015-06-25 | 1 | -1/+2 |
| | |||||
* | concept types are represented with getType() | fowlmouth | 2015-04-13 | 1 | -1/+3 |
| | |||||
* | set type for symbols from getType() | Billingsly Wetherfordshire | 2015-03-27 | 1 | -0/+1 |
| | |||||
* | macros.getType() works properly for distinct types | Araq | 2015-03-16 | 1 | -2/+7 |
| | |||||
* | tester reports ignored tests and supports 'nimout'; fixes #2211 | Araq | 2015-02-25 | 1 | -1/+2 |
| | |||||
* | types API: now works for proc():void | Araq | 2015-02-24 | 1 | -1/+5 |
| | |||||
* | implements a type API for macros | Araq | 2015-02-24 | 1 | -7/+118 |
| | |||||
* | Fix a few more warnings | def | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | merged things from devel | Araq | 2014-09-12 | 1 | -1/+1 |
|\ | |||||
| * | Properly handle staticExec() generating large output. | Reimer Behrends | 2014-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | A staticExec() invocation that generated more than the internal buffer size worth of output blocked because the compiler waited for the process to terminate before reading the output. | ||||
* | | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
|/ | |||||
* | Fixed gorge/staticExec to not strip newlines. | Reimer Behrends | 2014-06-22 | 1 | -0/+2 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | more tests are green | Araq | 2013-12-08 | 1 | -57/+0 |
| |