Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -0/+3 |
| | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -1/+1 |
| | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 1 | -0/+2 |
| | |||||
* | next steps for exception tracking | Araq | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | bugfix: exception tracking (still disabled) | Araq | 2012-11-01 | 1 | -0/+1 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -2/+4 |
| | | | | | | | | | | | | 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 towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -2/+4 |
| | |||||
* | made compiler more robust for idetools; implemented idetools.usages | Araq | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | implements #173 | Araq | 2012-07-28 | 1 | -1/+3 |
| | |||||
* | extracted documentation generator | Araq | 2012-05-09 | 1 | -2/+2 |
| | |||||
* | added system.getStackTrace; docgen refactoring (incomplete) | Araq | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | experimental support for preserving local variable names in the generated code | Zahary Karadjov | 2012-04-13 | 1 | -1/+3 |
| | |||||
* | Added ``global`` pragma that can be used to introduce new global variables ↵ | Zahary Karadjov | 2012-04-05 | 1 | -1/+1 |
| | | | | from within procs | ||||
* | generic types can be used like type classes. distinct can be applied to type ↵ | Zahary Karadjov | 2012-03-25 | 1 | -0/+3 |
| | | | | classes. | ||||
* | first steps for cleaner static/const distinction | Araq | 2012-03-13 | 1 | -1/+3 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | the current directory is no longer taken into account when resolving module ↵ | Zahary Karadjov | 2011-12-11 | 1 | -13/+6 |
| | | | | paths | ||||
* | path canonicalization for imported modules, relative paths written in rod files | Zahary Karadjov | 2011-12-11 | 1 | -4/+13 |
| | |||||
* | path canonicalization and proper project relative paths | Zahary Karadjov | 2011-12-09 | 1 | -3/+4 |
| | |||||
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -9/+10 |
| | |||||
* | New algorithm for locating and loading nimrod config files. | Zahary Karadjov | 2011-11-25 | 1 | -8/+18 |
| | | | | Some new options added to the compiler (see news.txt for details) | ||||
* | better code generation for constant aggregates | Araq | 2011-11-02 | 1 | -1/+2 |
| | |||||
* | new compiler option tlsEmulation | Araq | 2011-10-27 | 1 | -1/+2 |
| | |||||
* | compilation cache: better dependency checking | Araq | 2011-10-23 | 1 | -6/+6 |
| | |||||
* | bugfixes for ROD file generation; nimcache dir is now flat | Araq | 2011-10-20 | 1 | -29/+18 |
| | |||||
* | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 1 | -1/+2 |
| | |||||
* | implemented --nimcache config option; big clean up of magic words | Araq | 2011-08-19 | 1 | -3/+8 |
| | |||||
* | basic thread analysis working | Araq | 2011-06-13 | 1 | -3/+4 |
| | |||||
* | got rid of nstrtabs and nhashes modules | Araq | 2011-06-10 | 1 | -4/+4 |
| | |||||
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -4/+4 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+207 |