Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implements #295 | Araq | 2013-01-08 | 1 | -2/+3 |
| | |||||
* | fixes #271 | Araq | 2012-12-15 | 1 | -20/+14 |
| | |||||
* | implemented AST based overloading | Araq | 2012-12-06 | 1 | -4/+15 |
| | |||||
* | implemented generic converters | Araq | 2012-12-05 | 1 | -3/+16 |
| | |||||
* | disable SSLv2_method for ubuntu | Araq | 2012-12-03 | 1 | -3/+3 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-26 | 1 | -0/+2 |
| | |||||
* | first steps for 'not nil' annotation | Araq | 2012-11-25 | 1 | -18/+19 |
| | |||||
* | next steps for exception tracking | Araq | 2012-11-03 | 1 | -0/+2 |
| | |||||
* | caas barely works now | Araq | 2012-10-24 | 1 | -0/+2 |
| | |||||
* | Improved support for nkSymChoices in type coercions | Zahary Karadjov | 2012-10-15 | 1 | -2/+2 |
| | | | | | | | | | | For example, this allows you to pick up a proc with a specific signature from an overload set. bugfix: nimrod generated invalid code when a RVO function had a single compile-time param bugfix: nkHiddenDerefs were not neutralised properly for indirect proc calls | ||||
* | fixes #211 | Zahary Karadjov | 2012-10-13 | 1 | -8/+9 |
| | | | | transf: fix a clang compilation error when lineDir:on is used | ||||
* | fixes #217 | Araq | 2012-10-13 | 1 | -6/+6 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -2/+6 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 1 | -32/+5 |
| | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
* | implemented return type inference | Zahary Karadjov | 2012-10-03 | 1 | -1/+6 |
| | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used) | ||||
* | improved support for typedesc values | Zahary Karadjov | 2012-09-25 | 1 | -2/+3 |
| | | | | | * can be stored in constants and variables (including in containers like sequences) * can be passed to and returned from macros | ||||
* | fixes #186 and the ttypedesc1 test case | Zahary Karadjov | 2012-09-23 | 1 | -15/+15 |
| | |||||
* | fixed incorrect implicit conversion between arrays of different sizes; see #202 | Zahary Karadjov | 2012-09-13 | 1 | -13/+12 |
| | |||||
* | first steps towards term rewriting macros | Araq | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | implemented generic templates | Araq | 2012-08-27 | 1 | -2/+2 |
| | |||||
* | distinguish properly between nkOpen and nkClosedSymChoice | Araq | 2012-08-26 | 1 | -1/+1 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -22/+25 |
| | |||||
* | bugfix: typo in actors.nim | Araq | 2012-08-15 | 1 | -0/+12 |
| | |||||
* | next steps for tyVarargs/tyOpenArray split | Araq | 2012-08-14 | 1 | -0/+4 |
| | |||||
* | idetools: 'usages' and 'def' should work now; documented js backend | Araq | 2012-08-05 | 1 | -14/+32 |
| | |||||
* | idetools improvements | Araq | 2012-08-03 | 1 | -3/+8 |
| | |||||
* | idetools improvements; preparation of first class iterators; fixes #183 | Araq | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | made compiler more robust for idetools; implemented idetools.usages | Araq | 2012-07-30 | 1 | -12/+16 |
| | |||||
* | optimizations for system.compiles | Araq | 2012-07-20 | 1 | -0/+1 |
| | |||||
* | bugfix: constraint matching for tyGenericInst; implements #130 | Araq | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 1 | -1/+3 |
| | |||||
* | improved unsigned support | Araq | 2012-07-14 | 1 | -1/+2 |
| | |||||
* | overloading resolution finally takes inheritance depth into account | Araq | 2012-07-11 | 1 | -62/+75 |
| | |||||
* | some more bugfixes for the integer promotion rules | Araq | 2012-07-10 | 1 | -4/+5 |
| | |||||
* | 'addSon' for types deprecated for 'int literal type' analysis | Araq | 2012-07-09 | 1 | -3/+3 |
| | |||||
* | changed integer promotion rules; breaks bootstrapping and lots of code | Araq | 2012-07-08 | 1 | -19/+40 |
| | |||||
* | added devel/logging; weakrefs test; next steps for proper unsigned support | Araq | 2012-07-05 | 1 | -2/+4 |
| | |||||
* | changed integer promotion rules; added math.fmod | Araq | 2012-06-28 | 1 | -25/+31 |
| | |||||
* | more uint related fixes | Zahary Karadjov | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | better support for unsigned integers. | Zahary Karadjov | 2012-06-11 | 1 | -0/+8 |
| | |||||
* | implicit generics types as return types. removed the error message for ↵ | Zahary Karadjov | 2012-04-21 | 1 | -21/+10 |
| | | | | capturing incorrect uses of ``proc`` | ||||
* | typedesc and expr params | Zahary Karadjov | 2012-03-31 | 1 | -14/+65 |
| | | | | | | | | | | | | types are now valid proc/template/macro params and you can overload over them: proc foo(T: typedesc) # accept any type proc foo(T: typedesc{int}) # overload specifically for int proc foo(T: typedesc{int or float or Callable}) # overload for any type matching the constraints expr{type} is a param expecting compile time value of the designated type (or type class). when typedesc or expr params are used with a proc, the proc will be instantiated once for each unique type/value used as parameter. | ||||
* | generic types can be used like type classes. distinct can be applied to type ↵ | Zahary Karadjov | 2012-03-25 | 1 | -5/+12 |
| | | | | classes. | ||||
* | tyOrdinal now means "integral types". tyTypeClass created to take care of ↵ | Zahary Karadjov | 2012-03-22 | 1 | -5/+4 |
| | | | | type constraints | ||||
* | expr params implemented for procs; paving the way for type classes | Zahary Karadjov | 2012-03-22 | 1 | -18/+12 |
| | |||||
* | allowing definitions of procs and templates to be overridden in local scopes | Zahary Karadjov | 2012-03-14 | 1 | -1/+6 |
| | |||||
* | bootstraps fine with overloadable templates | Zahary Karadjov | 2012-03-14 | 1 | -24/+30 |
| | |||||
* | closure implementation: first steps | Araq | 2012-02-04 | 1 | -2/+8 |
| | |||||
* | further steps to eliminate generics bugs | Araq | 2012-01-11 | 1 | -12/+19 |
| | |||||
* | bugfix: type alias to generic; generic type not stripped away from for loop ↵ | Araq | 2012-01-07 | 1 | -9/+15 |
| | | | | variable |