summary refs log tree commit diff stats
path: root/compiler/sem.nim
Commit message (Expand)AuthorAgeFilesLines
* removed flawed thread analysis passAraq2014-04-201-8/+2
* implemented region pointersAraq2014-04-091-2/+2
* propagate semExpr flags in macro/template expansionZahary Karadjov2014-04-061-8/+11
* reference implementation of a vector swizzle libraryZahary Karadjov2014-03-201-0/+3
* fix tsemistaticZahary Karadjov2014-03-111-3/+15
* further improvements for static generic params; activate the hardest test casesZahary Karadjov2014-03-101-1/+2
* fix #909Zahary Karadjov2014-03-091-0/+4
* new VM is getting stableAraq2014-02-241-1/+1
* quite messy implementation of generic lambdas, needs reworking; fixes #715Zahary Karadjov2014-02-171-0/+1
* fixes #712Araq2014-02-141-1/+2
* fixes #797; generic procs can be used in places expecting matching concrete p...Zahary Karadjov2014-02-111-0/+1
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...Araq2014-02-051-1/+3
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-11/+18
* introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-041-0/+8
* migrate the static param handling to ReplaceTypeVars; fix tgenericvariantZahary Karadjov2013-12-301-4/+7
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-14/+41
|\
| * make more tests greenZahary Karadjov2013-12-291-10/+9
| * better integration of tyStatic into typeRelZahary Karadjov2013-12-251-0/+10
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-8/+8
* | case consistency: next stepsAraq2013-12-291-2/+2
* | case consistency part 4Araq2013-12-271-15/+15
* | case consistency part 1Araq2013-12-271-1/+1
* | templates can access hidden fieldsAraq2013-12-251-23/+9
* | tcnstseq works againAraq2013-12-231-3/+11
* | Merge branch 'master' into vm2Araq2013-12-051-16/+37
|\|
| * fixes #681Araq2013-11-301-1/+19
| * fixes #686Araq2013-11-291-14/+16
| * simple unit test and better documentation for the user defined type classesZahary Karadjov2013-11-171-1/+2
* | tcnstseq works againAraq2013-11-071-0/+5
* | compiler bootstraps with new VMAraq2013-10-151-21/+22
|/
* prevent eval crashes due to PContext-dependent ops not being available in eva...Zahary Karadjov2013-08-251-30/+35
* working code for simple cases of user-defined type classesZahary Karadjov2013-08-251-0/+6
* fixes #503Araq2013-07-021-9/+11
* astToStr is now immediateAraq2013-06-021-4/+11
* merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-2/+1
|\
* | final fixes giving us a working compilerZahary Karadjov2013-05-121-2/+1
* | get rid of TOverloadIter.stackPtrZahary Karadjov2013-05-121-0/+1
* | get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-121-1/+1
* | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-4/+4
* | switch to a linked list of scopesZahary Karadjov2013-05-111-4/+4
|/
* fixes #117Araq2013-05-041-0/+4
* completed expr/stmt unificationAraq2013-05-031-2/+4
* revert new scope for 'if'Araq2013-05-021-1/+1
* first steps to the expr/stmt unificationAraq2013-04-301-1/+4
* first version of commonTypeAraq2013-04-221-0/+31
* fixes #287; bugfix: subrange checking is performed againAraq2013-04-121-1/+1
* fixes a long-standing bug about procvar checkingAraq2013-03-251-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* lazy operand sem'checking (beware)Araq2013-03-021-11/+5
* merged upstream masterZahary Karadjov2013-01-271-3/+5
|\