summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #534Zahary Karadjov2013-08-071-1/+3
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-201-2/+5
|\
| * fixes #505Araq2013-07-021-2/+5
| |
* | 'modules' module from 'main'; minor bugfixesAraq2013-07-201-1/+4
| |
* | refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-44/+53
|/
* fixes lots of regressionsAraq2013-06-291-2/+3
|
* fixes #488Araq2013-06-271-0/+1
|
* next steps for guarded data flow analysisAraq2013-06-111-1/+3
|
* implemented large parts of the 'not nil' checkingAraq2013-06-091-0/+25
|
* astToStr is now immediateAraq2013-06-021-0/+4
|
* fixes #458Araq2013-05-311-1/+2
|
* Revert "fix threading tests"Araq2013-05-271-1/+1
| | | | This reverts commit d5fffc032f2b390abd7b4c4fea2e49b1a0ef9736.
* Revert "test cases for the new features"Araq2013-05-271-11/+4
| | | | This reverts commit 66653e8f144f2e67a6e48158f9298d9f41b16b09.
* test cases for the new featuresZahary Karadjov2013-05-261-4/+11
|
* fix threading testsZahary Karadjov2013-05-261-1/+1
| | | | | * more type names are valid expressions now * void is properly stripped off during generic instantiation
* made some tests green; implemented 'from module import nil'Araq2013-05-191-1/+1
|
* made some tests greenAraq2013-05-191-1/+2
|
* updated docsAraq2013-05-191-1/+1
|
* fixes #433Araq2013-05-181-15/+15
|
* fixes #429 and tstmtexprZahary Karadjov2013-05-121-1/+7
|
* merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-2/+2
|\
* | final fixes giving us a working compilerZahary Karadjov2013-05-121-2/+2
| |
* | get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-121-1/+1
| |
* | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-5/+5
| |
* | switch to a linked list of scopesZahary Karadjov2013-05-111-6/+6
|/
* more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-041-4/+3
|
* fixes #117Araq2013-05-041-6/+11
|
* bugfixesAraq2013-05-041-0/+6
|
* completed expr/stmt unificationAraq2013-05-031-151/+26
|
* revert new scope for 'if'Araq2013-05-021-1/+2
|
* proper scoping for 'if'Araq2013-04-301-1/+1
|
* first steps to the expr/stmt unificationAraq2013-04-301-17/+62
|
* fixes #244Araq2013-04-131-0/+4
|
* fixes #287; bugfix: subrange checking is performed againAraq2013-04-121-9/+16
|
* fixes #321Araq2013-04-081-1/+2
|
* improvements for destructorsAraq2013-04-081-24/+34
|
* fixes a long-standing bug about procvar checkingAraq2013-03-251-13/+35
|
* added system.localsAraq2013-03-211-1/+2
|
* bugfix: subtle bug about 'var' parameters in templatesAraq2013-03-171-4/+7
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* object constructors work nowAraq2013-03-081-0/+1
|
* next steps for object construction expressionsAraq2013-03-071-6/+22
|
* first steps to implement object construction expressionsAraq2013-03-071-0/+31
|
* fixed some typosAraq2013-03-051-2/+2
|
* bugfix: tvtable works againAraq2013-03-051-3/+4
|
* fixes for the new overloading resolutionAraq2013-03-031-12/+0
|
* make some tests greenAraq2013-03-031-22/+24
|
* lazy operand sem'checking (beware)Araq2013-03-021-12/+10
|
* fixes #286Araq2013-02-191-1/+1
|
* merged upstream masterZahary Karadjov2013-01-271-6/+34
|\