Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | case consistency for evalffi | Araq | 2014-02-01 | 1 | -3/+4 |
| | |||||
* | it's the year 2014 | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -7/+7 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -52/+52 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -16/+16 |
| | |||||
* | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 1 | -26/+32 |
|\ | | | | | | | | | Conflicts: web/news.txt | ||||
| * | Added jsondoc compiler switch | Erik O'Leary | 2013-12-12 | 1 | -26/+32 |
| | | | | | | | | Outputs top-level exported information in JSON | ||||
* | | Merge branch 'master' into vm2 | Araq | 2013-12-13 | 1 | -1/+3 |
|\| | |||||
| * | in successful compilations with verbosity:0, all output is suppressed ↵ | Zahary Karadjov | 2013-12-10 | 1 | -1/+3 |
| | | | | | | | | (useful for combing with --run) | ||||
* | | compiler bootstraps with new VM | Araq | 2013-10-15 | 1 | -1/+1 |
|/ | |||||
* | Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14 | Zahary Karadjov | 2013-08-07 | 1 | -1/+5 |
| | |||||
* | 'nimrod pretty': next steps, doesn't work yet | Araq | 2013-07-29 | 1 | -0/+1 |
| | |||||
* | 'nimrod pretty' command: next steps | Araq | 2013-07-29 | 1 | -2/+9 |
| | |||||
* | 'modules' module from 'main'; minor bugfixes | Araq | 2013-07-20 | 1 | -210/+7 |
| | |||||
* | refactorings for the eval engine; bugfix: clean templates as accessors | Araq | 2013-07-19 | 1 | -0/+12 |
| | |||||
* | fix compiling after suggest | Zahary Karadjov | 2013-05-05 | 1 | -23/+17 |
| | |||||
* | support suggest after compile in caas mode | Zahary Karadjov | 2013-05-05 | 1 | -1/+6 |
| | |||||
* | 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 | 1 | -8/+12 |
| | | | | an in-memory index built during compilation in caas mode | ||||
* | nimrod dump can now produce a machine readable json report | Zahary Karadjov | 2013-05-01 | 1 | -5/+35 |
| | | | | | | | | | | | | | 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 | -2/+2 |
| | |||||
* | next steps to make symbol files work again | Araq | 2013-04-08 | 1 | -1/+2 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-28 | 1 | -0/+1 |
|\ | |||||
| * | added isServing parameter | Simon Hafner | 2013-02-26 | 1 | -0/+1 |
| | | |||||
* | | small improvements | Araq | 2013-02-27 | 1 | -1/+2 |
|/ | |||||
* | enable 'cast' in interactive mode (beware) | Araq | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -8/+9 |
| | | | | No one calls it EcmaScript anymore. | ||||
* | revert to old GC; use --gc:v2 to activate the new GC | Araq | 2013-01-31 | 1 | -8/+9 |
| | |||||
* | the `mainmodule` option has effect only when no explicit module is given | Zahary Karadjov | 2013-01-28 | 1 | -7/+6 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -5/+6 |
|\ | |||||
| * | bootstrapping works again | Araq | 2013-01-22 | 1 | -3/+1 |
| | | |||||
| * | fixed some closure related bugs | Araq | 2013-01-22 | 1 | -1/+3 |
| | | |||||
| * | allow 'cast' for the JS target | Araq | 2013-01-09 | 1 | -1/+1 |
| | | |||||
| * | Copyright 2012 -> 2013 | Araq | 2013-01-08 | 1 | -1/+1 |
| | | |||||
| * | next steps for FFI at compile time | Araq | 2013-01-02 | 1 | -1/+0 |
| | | |||||
| * | bugfix: openssl import for macosx | Araq | 2012-12-19 | 1 | -0/+3 |
| | | |||||
| * | lazy paths for Babel support | Araq | 2012-12-11 | 1 | -3/+3 |
| | | |||||
* | | remove any traces of the old global generics cache | Zahary Karadjov | 2013-01-27 | 1 | -3/+0 |
| | | |||||
* | | fixed a regression in `nimrod i` | Zahary Karadjov | 2013-01-27 | 1 | -2/+2 |
| | | |||||
* | | fixed a regression: compiling projects not residing in the current directory | Zahary Karadjov | 2013-01-20 | 1 | -10/+7 |
| | | |||||
* | | cleaned up some debugging code | Zahary Karadjov | 2013-01-20 | 1 | -10/+17 |
| | | |||||
* | | fixes the recently discovered GC memory leaks | Zahary Karadjov | 2012-12-20 | 1 | -41/+53 |
| | | | | | | | | | | | | This revision is intended as comparison point between the old and the new GC The used GC can be switched in mmdisp and various statistics will be gathered during execution (these will be removed/disabled in later revisions) | ||||
* | | temporary debugging code for the memory leak investigation | Zahary Karadjov | 2012-11-28 | 1 | -6/+64 |
| | | |||||
* | | disables the compile-time rope formatting during bootstrapping | Zahary Karadjov | 2012-11-28 | 1 | -0/+1 |
| | | |||||
* | | experimental compile-time rope formatting code | Zahary Karadjov | 2012-11-28 | 1 | -0/+5 |
| | | |||||
* | | store the instantiation cache in the generic symbol | Zahary Karadjov | 2012-11-28 | 1 | -12/+0 |
| | | |||||
* | | [caas] first version that actually works (still has a lot of logical memory ↵ | Zahary Karadjov | 2012-11-28 | 1 | -33/+135 |
| | | | | | | | | leaks on recompilation) | ||||
* | | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -45/+107 |
| | | | | | | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places |