summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-141-46/+84
|\
| * documented the ``noforward`` pragmaZahary Karadjov2013-05-121-2/+3
| * merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-13/+50
| |\
| | * added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-111-11/+40
| * | final fixes giving us a working compilerZahary Karadjov2013-05-121-3/+2
| * | get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-121-2/+3
| * | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-4/+4
| * | switch to a linked list of scopesZahary Karadjov2013-05-111-28/+28
| |/
* / 'inject' for 'for' loop variablesAraq2013-05-141-3/+7
|/
* Merge branch 'master' into newparserAraq2013-05-071-3/+0
|\
| * Merge branch 'master' of gh:/Araq/Nimrod into upstreamZahary Karadjov2013-05-041-52/+126
| |\
| * | containerID is no longer needed for genericsZahary Karadjov2013-03-011-3/+0
* | | fixed void context detectionAraq2013-05-071-1/+1
* | | more intelligent handling of 'discardable'Araq2013-05-071-8/+6
* | | fixes #121Araq2013-05-061-0/+3
* | | 'result/return' triggers a void contextAraq2013-05-061-20/+47
* | | more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-041-7/+16
* | | bugfixesAraq2013-05-041-2/+11
* | | completed expr/stmt unificationAraq2013-05-031-277/+192
* | | first steps to the expr/stmt unificationAraq2013-04-301-46/+0
| |/ |/|
* | fixes #287; bugfix: subrange checking is performed againAraq2013-04-121-3/+3
* | improvements for destructorsAraq2013-04-081-3/+3
* | Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* | fixed some typosAraq2013-03-051-4/+4
* | make some tests greenAraq2013-03-031-5/+5
* | lazy operand sem'checking (beware)Araq2013-03-021-5/+11
* | better typeToString; fixes #340Araq2013-02-201-0/+3
* | system.fields|fieldPairs for objectsAraq2013-02-181-32/+97
|/
* merged upstream masterZahary Karadjov2013-01-271-46/+71
|\
| * bootstrapping works againAraq2013-01-221-1/+1
| * fixed some closure related bugsAraq2013-01-221-17/+21
| * implemented generic multi methodsAraq2013-01-161-14/+15
| * fixes #293Araq2013-01-081-4/+21
| * implements #295Araq2013-01-081-4/+4
| * don't invoke destructors for .global. variablesAraq2012-12-161-1/+2
| * some fixes for generic first class iteratorsAraq2012-12-151-5/+7
| * fixes #269Araq2012-12-051-0/+2
| * fixes #266Araq2012-12-051-2/+0
| * implemented generic convertersAraq2012-12-051-2/+2
* | temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-1/+1
* | CaaS in-memory cachingZahary Karadjov2012-11-281-6/+5
|/
* 'return' for first class iteratorsAraq2012-11-261-1/+2
* next steps for first class iteratorsAraq2012-11-261-1/+2
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-0/+2
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+4
* fixes #250Araq2012-11-191-1/+3
* added system.finished for first class iteratorsAraq2012-11-171-1/+1
* next steps for first class iteratorsAraq2012-11-151-1/+4
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-4/+9
* nimbuild should work againAraq2012-11-011-0/+1