Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support suggest after compile in caas mode | Zahary Karadjov | 2013-05-05 | 6 | -7/+44 |
| | |||||
* | bugfix: compiling after idetools usage is now possible in caas mode | Zahary Karadjov | 2013-05-05 | 1 | -0/+10 |
| | |||||
* | experimental support for answering idetools --def requests from | Zahary Karadjov | 2013-05-04 | 4 | -10/+72 |
| | | | | an in-memory index built during compilation in caas mode | ||||
* | remove some more references of containerID after merging | Zahary Karadjov | 2013-05-04 | 1 | -3/+0 |
| | |||||
* | Merge branch 'master' of gh:/Araq/Nimrod into upstream | Zahary Karadjov | 2013-05-04 | 97 | -750/+1715 |
|\ | |||||
| * | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 1 | -1/+2 |
| | | |||||
| * | Changed babel path handling. | Dominik Picheta | 2013-05-02 | 1 | -1/+1 |
| | | |||||
| * | nimrod dump can now produce a machine readable json report | Zahary Karadjov | 2013-05-01 | 9 | -33/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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). | ||||
| * | proper compiler output delimiter in the stdin compiler service | Zahary Karadjov | 2013-04-29 | 1 | -0/+3 |
| | | |||||
| * | Update evals.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -2/+2 |
| | | |||||
| * | fixes #394 | Araq | 2013-04-23 | 1 | -2/+5 |
| | | |||||
| * | fixes #395 | Araq | 2013-04-23 | 1 | -2/+2 |
| | | |||||
| * | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 1 | -5/+7 |
| | | |||||
| * | fixes #244 | Araq | 2013-04-13 | 1 | -0/+4 |
| | | |||||
| * | implements #258; activate via --verbosity:2 | Araq | 2013-04-13 | 1 | -0/+2 |
| | | |||||
| * | fixes #310 | Araq | 2013-04-13 | 2 | -2/+5 |
| | | |||||
| * | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 8 | -29/+69 |
| | | |||||
| * | improved error message for #291 | Araq | 2013-04-11 | 1 | -1/+4 |
| | | |||||
| * | fixes #283 | Araq | 2013-04-11 | 1 | -1/+1 |
| | | |||||
| * | bugfix: new(TTable[string, int]) compiles | Araq | 2013-04-10 | 1 | -4/+9 |
| | | |||||
| * | experimental support for outputting code snippets in error messages; ↵ | Zahary Karadjov | 2013-04-09 | 2 | -0/+21 |
| | | | | | | | | | | | | | | implements #301 see #301 for description. currently, the feature is activated by setting the verbosity level to 2 or more | ||||
| * | bugfix: fix linking when symbol files are used | Zahary Karadjov | 2013-04-08 | 5 | -13/+12 |
| | | |||||
| * | fixes #378 | Araq | 2013-04-08 | 1 | -0/+2 |
| | | |||||
| * | fixes #321 | Araq | 2013-04-08 | 1 | -1/+2 |
| | | |||||
| * | fixes #368 | Araq | 2013-04-08 | 1 | -2/+4 |
| | | |||||
| * | implemented --dynlibOverride option for static linking of 'dynlib' | Araq | 2013-04-08 | 4 | -2/+28 |
| | | |||||
| * | next steps to make symbol files work again | Araq | 2013-04-08 | 2 | -3/+10 |
| | | |||||
| * | rodfile viewer works again | Araq | 2013-04-08 | 1 | -2/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-04-08 | 2 | -12/+13 |
| |\ | |||||
| | * | use file IDs consistently instead of file paths in the rod files handling | Zahary Karadjov | 2013-04-07 | 2 | -12/+13 |
| | | | |||||
| * | | improvements for destructors | Araq | 2013-04-08 | 3 | -28/+39 |
| | | | |||||
| * | | bugfix: lambdalifting needs to deep copy parameters | Araq | 2013-04-08 | 1 | -6/+11 |
| |/ | |||||
| * | bugfix evals.nim | Araq | 2013-04-07 | 1 | -2/+3 |
| | | |||||
| * | optimized evals.nim a bit | Araq | 2013-04-07 | 1 | -8/+8 |
| | | |||||
| * | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 4 | -18/+289 |
| | | |||||
| * | fixes memory leaks concerning closures | Araq | 2013-03-29 | 1 | -3/+2 |
| | | |||||
| * | better treatment of var/let/const/type sections in the templating system | Araq | 2013-03-29 | 1 | -1/+7 |
| | | |||||
| * | fixes a long-standing bug about procvar checking | Araq | 2013-03-25 | 6 | -22/+42 |
| | | |||||
| * | fixes #376 | Araq | 2013-03-24 | 1 | -12/+14 |
| | | |||||
| * | fixes #335 | Araq | 2013-03-23 | 1 | -1/+2 |
| | | |||||
| * | added system.locals | Araq | 2013-03-21 | 3 | -16/+45 |
| | | |||||
| * | bugfix: case exhaustiveness checking | Araq | 2013-03-21 | 3 | -5/+9 |
| | | |||||
| * | better error message when C compilation fails | Araq | 2013-03-19 | 1 | -2/+7 |
| | | |||||
| * | fixes #257 | Araq | 2013-03-18 | 1 | -27/+28 |
| | | |||||
| * | fixes #304 | Araq | 2013-03-18 | 1 | -25/+34 |
| | | |||||
| * | fixes #332 | Araq | 2013-03-17 | 1 | -2/+2 |
| | | |||||
| * | bugfix: subtle bug about 'var' parameters in templates | Araq | 2013-03-17 | 1 | -4/+7 |
| | | |||||
| * | fixes #366 | Araq | 2013-03-17 | 1 | -1/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-17 | 86 | -0/+0 |
| |\ | |||||
| | * | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 86 | -0/+0 |
| | | |