Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #1355 | Araq | 2014-07-15 | 1 | -1/+2 |
| | |||||
* | fixes #904 | Araq | 2014-07-01 | 1 | -0/+4 |
| | |||||
* | fixes #1285 | Araq | 2014-06-30 | 1 | -13/+13 |
| | |||||
* | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-06 | 1 | -3/+14 |
|\ | |||||
| * | big rename: Promise -> FlowVar | Araq | 2014-06-06 | 1 | -7/+7 |
| | | |||||
| * | Promises are now refs | Araq | 2014-06-05 | 1 | -0/+11 |
| | | |||||
* | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 1 | -5/+26 |
|\| | |||||
| * | pi test compiles, but crashes randomly | Araq | 2014-06-01 | 1 | -2/+6 |
| | | |||||
| * | bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise' | Araq | 2014-05-25 | 1 | -4/+4 |
| | | |||||
| * | progress with futures | Araq | 2014-05-23 | 1 | -0/+12 |
| | | |||||
| * | progress for the 'parallel' statement | Araq | 2014-05-14 | 1 | -5/+10 |
| | | |||||
* | | Merge pull request #1229 from Varriount/fix-1203 | Andreas Rumpf | 2014-05-31 | 1 | -8/+14 |
|\ \ | | | | | | | Fix issue #1203 | ||||
| * | | Rename some variables in the isCastable code | Clay Sweetser | 2014-05-26 | 1 | -6/+6 |
| | | | |||||
| * | | Fix issue #1203 | Clay Sweetser | 2014-05-26 | 1 | -0/+2 |
| | | | |||||
| * | | Update 'isCastable' and 'semCast' doc-comments | Clay Sweetser | 2014-05-26 | 1 | -2/+6 |
| |/ | |||||
* | | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 1 | -5/+5 |
| | | |||||
* | | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 1 | -5/+5 |
|/ | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes. | ||||
* | compiler prepared for the new comment handling | Araq | 2014-04-30 | 1 | -0/+2 |
| | |||||
* | first version of 'spawn' | Araq | 2014-04-16 | 1 | -0/+2 |
| | |||||
* | implemented region pointers | Araq | 2014-04-09 | 1 | -4/+4 |
| | |||||
* | propagate semExpr flags in macro/template expansion | Zahary Karadjov | 2014-04-06 | 1 | -8/+9 |
| | |||||
* | tsymchoicefield compiles | Araq | 2014-04-01 | 1 | -2/+4 |
| | |||||
* | fixes #1025; don't know what this breaks | Araq | 2014-03-26 | 1 | -3/+2 |
| | |||||
* | implemented 'borrow dot' feature for distinct types | Araq | 2014-03-26 | 1 | -5/+5 |
| | |||||
* | fix #1015 | Zahary Karadjov | 2014-03-20 | 1 | -3/+8 |
| | |||||
* | reference implementation of a vector swizzle library | Zahary Karadjov | 2014-03-20 | 1 | -14/+29 |
| | | | | | This also provides the initial steps towards support for type class "filtered" type inference fixes an "ordinal type expected" ICE, related to the use of static params | ||||
* | Added support for {.packed.} pragma on objects | Audun Wilhelmsen | 2014-03-18 | 1 | -1/+1 |
| | | | | Added tests for packed and union pragmas | ||||
* | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -2/+8 |
| | |||||
* | handle arbitrary expressions dependent on static input params in proc signatures | Zahary Karadjov | 2014-03-16 | 1 | -1/+13 |
| | |||||
* | more robust handling of proc signatures containing inter-param type references | Zahary Karadjov | 2014-03-16 | 1 | -5/+8 |
| | |||||
* | first phase of tyGenericParam reforms needed for static params | Zahary Karadjov | 2014-03-16 | 1 | -2/+2 |
| | |||||
* | fix #715 again | Zahary Karadjov | 2014-03-16 | 1 | -1/+6 |
| | | | | the regression was caused by the introduction of "generic" lambdas | ||||
* | fix #988 | Zahary Karadjov | 2014-03-10 | 1 | -3/+4 |
| | | | | trivial crash caused due to unchecked iteration over an empty reclist | ||||
* | fix #986 | Zahary Karadjov | 2014-03-10 | 1 | -13/+21 |
| | |||||
* | fix #829; (macros.quote) | Zahary Karadjov | 2014-03-09 | 1 | -1/+1 |
| | | | | | | | | the fix is a little bit peculiar: the inserted call to getAst was getting a false-positive for being a lambda proc, because lambdalifting.isInnerProc takes into account who is the owner of a given symbol: (a nested proc is a callable symbol owned by the enclosing proc) | ||||
* | fix #949 | Zahary Karadjov | 2014-03-09 | 1 | -1/+2 |
| | |||||
* | implements higher-order inline iterators and return type inference for iterators | Zahary Karadjov | 2014-03-08 | 1 | -2/+14 |
| | |||||
* | test cases for the new handling of iterators by the `is` operator | Zahary Karadjov | 2014-03-06 | 1 | -5/+0 |
| | |||||
* | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 1 | -11/+13 |
| | | | | easier discrimination between them | ||||
* | iterators now return tyIter(T); | Zahary Karadjov | 2014-03-05 | 1 | -2/+2 |
| | | | | | | | | tyIter(T) represents an "iteration yielding values of type T" I'm planning to use that in the context of the `is` operator supporting predicates such as `C.items is iterator` and also in the upcoming support for higher-order inline iterators. | ||||
* | new VM is getting stable | Araq | 2014-02-24 | 1 | -0/+4 |
| | |||||
* | quite messy implementation of generic lambdas, needs reworking; fixes #715 | Zahary Karadjov | 2014-02-17 | 1 | -2/+2 |
| | |||||
* | fix some regressions caused by tyTypeDesc[tyNone] | Zahary Karadjov | 2014-02-15 | 1 | -10/+9 |
| | |||||
* | the delegator pragma becomes a set of dot operators | Zahary Karadjov | 2014-02-15 | 1 | -24/+10 |
| | |||||
* | fixes #797; generic procs can be used in places expecting matching concrete ↵ | Zahary Karadjov | 2014-02-11 | 1 | -1/+8 |
| | | | | proc types | ||||
* | fixes 'newSeq[T]' instantiation bug | Araq | 2014-02-09 | 1 | -3/+9 |
| | |||||
* | fixes #844 | Araq | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | remove the old tester | Araq | 2014-02-02 | 1 | -21/+18 |
|\ | |||||
| * | the `is` operator now uses exactly the same algorithm as proc signature matching | Zahary Karadjov | 2014-01-26 | 1 | -18/+7 |
| | | |||||
| * | implements #766; | Zahary Karadjov | 2014-01-24 | 1 | -3/+11 |
| | | | | | | | | | | | | expressions such as Type.field are now recognised by the compiler. This also fixes a bug, preventing the user-defined to check for the presence of regular fields in addition to procs |