summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fixed some closure related bugsAraq2013-01-221-2/+2
| * fixes #271Araq2012-12-151-0/+1
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-021-0/+23
| |\
| | * implements 'export' featureAraq2012-12-011-0/+23
| * | resolved conflictsAraq2012-11-301-1/+4
| |\|
| | * implemented 'import except'Araq2012-11-281-0/+3
| | * bugfix: better implict 'items' supportAraq2012-11-281-4/+3
| * | bugfix: implicit items/pairs work betterAraq2012-11-281-3/+4
| |/
* / remove any traces of the old global generics cacheZahary Karadjov2013-01-271-1/+1
|/
* 'return' for first class iteratorsAraq2012-11-261-14/+16
* added system.finished for first class iteratorsAraq2012-11-171-0/+2
* AST quasi-quoting for macrosZahary Karadjov2012-11-111-12/+88
* Improved support for nkSymChoices in type coercionsZahary Karadjov2012-10-151-39/+59
* bugfix: tests should be green againAraq2012-10-131-4/+3
* bugfix: threads should work again; fixes #220Araq2012-10-121-1/+2
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-61/+24
* experimental support for querying the type of expressions within macrosZahary Karadjov2012-10-031-8/+11
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-031-9/+20
* implemented case expressionsZahary Karadjov2012-10-031-1/+54
* table constructors now mimic more closely the syntax of case... of...Zahary Karadjov2012-10-031-5/+14
* implemented return type inferenceZahary Karadjov2012-10-031-2/+14
* fixes ttypeselectorsZahary Karadjov2012-09-281-5/+1
* improved support for typedesc valuesZahary Karadjov2012-09-251-1/+4
* bugfix: proc bodies as exprAraq2012-09-231-1/+4
* proc bodies can be expressions with a typeAraq2012-09-221-4/+24