summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-061-3/+14
|\
| * big rename: Promise -> FlowVarAraq2014-06-061-7/+7
| * Promises are now refsAraq2014-06-051-0/+11
* | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-011-5/+26
|\|
| * pi test compiles, but crashes randomlyAraq2014-06-011-2/+6
| * bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'Araq2014-05-251-4/+4
| * progress with futuresAraq2014-05-231-0/+12
| * progress for the 'parallel' statementAraq2014-05-141-5/+10
* | Merge pull request #1229 from Varriount/fix-1203Andreas Rumpf2014-05-311-8/+14
|\ \
| * | Rename some variables in the isCastable codeClay Sweetser2014-05-261-6/+6
| * | Fix issue #1203Clay Sweetser2014-05-261-0/+2
| * | Update 'isCastable' and 'semCast' doc-commentsClay Sweetser2014-05-261-2/+6
| |/
* | Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-261-5/+5
* | Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-241-5/+5
|/
* compiler prepared for the new comment handlingAraq2014-04-301-0/+2
* first version of 'spawn'Araq2014-04-161-0/+2
* implemented region pointersAraq2014-04-091-4/+4
* propagate semExpr flags in macro/template expansionZahary Karadjov2014-04-061-8/+9
* tsymchoicefield compilesAraq2014-04-011-2/+4
* fixes #1025; don't know what this breaksAraq2014-03-261-3/+2
* implemented 'borrow dot' feature for distinct typesAraq2014-03-261-5/+5
* fix #1015Zahary Karadjov2014-03-201-3/+8
* reference implementation of a vector swizzle libraryZahary Karadjov2014-03-201-14/+29
* Added support for {.packed.} pragma on objectsAudun Wilhelmsen2014-03-181-1/+1
* make some tests greenZahary Karadjov2014-03-161-2/+8
* handle arbitrary expressions dependent on static input params in proc signaturesZahary Karadjov2014-03-161-1/+13
* more robust handling of proc signatures containing inter-param type referencesZahary Karadjov2014-03-161-5/+8
* first phase of tyGenericParam reforms needed for static paramsZahary Karadjov2014-03-161-2/+2
* fix #715 againZahary Karadjov2014-03-161-1/+6
* fix #988Zahary Karadjov2014-03-101-3/+4
* fix #986Zahary Karadjov2014-03-101-13/+21
* fix #829; (macros.quote)Zahary Karadjov2014-03-091-1/+1
* fix #949Zahary Karadjov2014-03-091-1/+2
* implements higher-order inline iterators and return type inference for iteratorsZahary Karadjov2014-03-081-2/+14
* test cases for the new handling of iterators by the `is` operatorZahary Karadjov2014-03-061-5/+0
* split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-11/+13
* iterators now return tyIter(T);Zahary Karadjov2014-03-051-2/+2
* new VM is getting stableAraq2014-02-241-0/+4
* quite messy implementation of generic lambdas, needs reworking; fixes #715Zahary Karadjov2014-02-171-2/+2
* fix some regressions caused by tyTypeDesc[tyNone]Zahary Karadjov2014-02-151-10/+9
* the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-151-24/+10
* fixes #797; generic procs can be used in places expecting matching concrete p...Zahary Karadjov2014-02-111-1/+8
* fixes 'newSeq[T]' instantiation bugAraq2014-02-091-3/+9
* fixes #844Araq2014-02-021-2/+2
* remove the old testerAraq2014-02-021-21/+18
|\
| * the `is` operator now uses exactly the same algorithm as proc signature matchingZahary Karadjov2014-01-261-18/+7
| * implements #766;Zahary Karadjov2014-01-241-3/+11
| * support for parametric user-defined type classesZahary Karadjov2014-01-241-2/+2
* | bugfix: object constructor doesn't allow 'distinct' typesAraq2014-02-011-2/+2
|/
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-23/+22