Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nimrod dump can now produce a machine readable json report | Zahary Karadjov | 2013-05-01 | 1 | -9/+9 |
| | | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed). | ||||
* | bugfix: fix linking when symbol files are used | Zahary Karadjov | 2013-04-08 | 1 | -7/+4 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -5/+32 |
|\ | |||||
| * | first version of ropes.nim with unsafeNew (broken) | Araq | 2012-12-02 | 1 | -5/+32 |
| | | |||||
* | | [caas] first version that actually works (still has a lot of logical memory ↵ | Zahary Karadjov | 2012-11-28 | 1 | -5/+8 |
|/ | | | | leaks on recompilation) | ||||
* | first steps for overloading support of passing blocks; bugfix: test results ↵ | Araq | 2012-09-11 | 1 | -1/+1 |
| | | | | of 'compile' are not overwritten | ||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -2/+5 |
| | |||||
* | extracted documentation generator | Araq | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | C variables are created in their enclosing block instead of their enclosing ↵ | Zahary Karadjov | 2012-04-12 | 1 | -2/+2 |
| | | | | function | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | rod files: next trivial examples working | Araq | 2011-10-22 | 1 | -1/+4 |
| | |||||
* | trivial change scenario works with symbol files | Araq | 2011-10-22 | 1 | -25/+32 |
| | |||||
* | further steps for incremental C code generation | Araq | 2011-10-21 | 1 | -7/+40 |
| | |||||
* | first steps to C file merge operation for incremental compilation | Araq | 2011-10-21 | 1 | -0/+253 |