summary refs log tree commit diff stats
path: root/compiler/sem.nim
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * implemented generic multi methodsAraq2013-01-161-1/+2
| * some fixes for generic first class iteratorsAraq2012-12-151-2/+1
| * fixes #271Araq2012-12-151-0/+2
* | remove any traces of the old global generics cacheZahary Karadjov2013-01-271-7/+7
* | store the instantiation cache in the generic symbolZahary Karadjov2012-11-281-1/+1
* | CaaS in-memory cachingZahary Karadjov2012-11-281-6/+5
* | caas is now drivable through stdinZahary Karadjov2012-11-281-7/+2
|/
* AST quasi-quoting for macrosZahary Karadjov2012-11-111-0/+1
* next steps for exception trackingAraq2012-11-031-1/+1
* nimbuild should work againAraq2012-11-011-0/+1
* cas improvementsAraq2012-10-241-1/+2
* caas barely works nowAraq2012-10-241-3/+3
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-5/+4
* experimental support for querying the type of expressions within macrosZahary Karadjov2012-10-031-0/+11
* fixes ttypeselectorsZahary Karadjov2012-09-281-1/+12
* proc bodies can be expressions with a typeAraq2012-09-221-0/+1
* fixes #194Araq2012-09-201-1/+3
* bugfix: 'nimrod i' works againAraq2012-09-181-1/+3
* some support for passing blocks to overloaded templates/macrosAraq2012-09-171-1/+2
* semExpr/semStmt mergedAraq2012-09-131-2/+9
* made more tests green; fixes #201Araq2012-09-121-13/+16
* term rewriting improvementsAraq2012-09-081-49/+2
* term rewriting macros fully implemented; still buggyAraq2012-09-031-9/+41
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-1/+5
* first steps towards term rewriting macrosAraq2012-08-301-1/+14