Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #293 | Araq | 2013-01-08 | 1 | -2/+2 |
| | |||||
* | next steps for FFI at compile time | Araq | 2013-01-02 | 1 | -8/+15 |
| | |||||
* | fixed a newly introduced c2nim bug; many untested improvements to the FFI at ↵ | Araq | 2012-12-31 | 1 | -4/+25 |
| | | | | compile time | ||||
* | small examples work with the FFI | Araq | 2012-12-19 | 1 | -9/+8 |
| | |||||
* | first steps for FFI support at compile time | Araq | 2012-12-19 | 1 | -38/+58 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-26 | 1 | -1/+7 |
| | |||||
* | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
* | next steps for 'compiler as a service' | Araq | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 1 | -2/+7 |
| | | | | normalised the line endings of macros.nim (minor edits otherwise) | ||||
* | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 1 | -1/+25 |
| | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
* | improved support for typedesc values | Zahary Karadjov | 2012-09-25 | 1 | -3/+5 |
| | | | | | * can be stored in constants and variables (including in containers like sequences) * can be passed to and returned from macros | ||||
* | type trais used to work only on user-defined types. see #202 | Zahary Karadjov | 2012-09-13 | 1 | -2/+1 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -11/+33 |
| | | | | magic to access the invokation AST | ||||
* | bindSym suffices; no 'bind' for macros anymore | Araq | 2012-08-25 | 1 | -38/+5 |
| | |||||
* | implemented 'bind' for macros | Araq | 2012-08-24 | 1 | -0/+36 |
| | |||||
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -52/+6 |
| | |||||
* | next steps for tyVarargs/tyOpenArray split | Araq | 2012-08-14 | 1 | -1/+2 |
| | |||||
* | top level closures should work; transf is not a pass anymore; next steps for ↵ | Araq | 2012-08-13 | 1 | -1/+2 |
| | | | | first class iterator support | ||||
* | made compiler more robust for idetools support | Araq | 2012-07-30 | 1 | -22/+46 |
| | |||||
* | better error handling for better idetools support | Araq | 2012-07-29 | 1 | -5/+4 |
| | |||||
* | equality and hashing for closures | Araq | 2012-07-17 | 1 | -3/+2 |
| | |||||
* | 'addSon' for types deprecated for 'int literal type' analysis | Araq | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | made tests green again | Araq | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | added devel/logging; weakrefs test; next steps for proper unsigned support | Araq | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | another bugfix | Araq | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-06-19 | 1 | -0/+2 |
|\ | |||||
| * | better support for unsigned integers. | Zahary Karadjov | 2012-06-11 | 1 | -0/+2 |
| | | |||||
* | | somewhat working closures | Araq | 2012-06-19 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-06-02 | 1 | -1/+1 |
|\ | |||||
| * | added system.||; lacks runtime support | Araq | 2012-05-23 | 1 | -1/+1 |
| | | |||||
* | | Added system.staticExec proc for executing external command at compile-time | Zahary Karadjov | 2012-06-02 | 1 | -1/+43 |
|/ | |||||
* | fixes #109 | Araq | 2012-05-20 | 1 | -4/+5 |
| | |||||
* | the foundations of a type traits module; better error messages for expr, ↵ | Zahary Karadjov | 2012-04-06 | 1 | -1/+19 |
| | | | | typedesc and typeclasses params | ||||
* | genSym support for hygienic macros and templates. | Zahary Karadjov | 2012-03-26 | 1 | -5/+10 |
| | | | | | | | | | example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private | ||||
* | first steps for cleaner static/const distinction | Araq | 2012-03-13 | 1 | -31/+49 |
| | |||||
* | attempt to make tests green again | Araq | 2012-03-11 | 1 | -17/+28 |
| | |||||
* | `do' keyword in the grammar for lambda blocks | Zahary Karadjov | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | version 0.8.14 | Araq | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | further steps for closure support; added 'system.rawProc', 'system.rawEnv' | Araq | 2012-02-08 | 1 | -11/+43 |
| | |||||
* | pragma blocks; fixed line information issue with user defined assertions | Araq | 2012-01-17 | 1 | -0/+2 |
| | |||||
* | test t99bott.nim works now | Araq | 2012-01-06 | 1 | -20/+18 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | alias analysis as required for the code gen and the HLO | Araq | 2011-12-08 | 1 | -8/+1 |
| | |||||
* | 'assert' is now implemented without compiler magic | Araq | 2011-12-04 | 1 | -1/+2 |
| | |||||
* | implemented 'let' statement | Araq | 2011-11-29 | 1 | -2/+2 |
| | |||||
* | proper error message when attempting to eval C'imported procs | Araq | 2011-11-20 | 1 | -60/+51 |
| | |||||
* | bugfix: 'when' sections in generic objects now work, so TThread[void] compiles | Araq | 2011-11-20 | 1 | -2/+2 |
| | |||||
* | bugfixes: objects still invalid for constants; fixed a typo concerning ↵ | Araq | 2011-11-15 | 1 | -1/+1 |
| | | | | 'high' in eval context |