Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -32/+65 |
|/ | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | almost every pragma is allowed in a 'push' pragma | Araq | 2012-11-20 | 1 | -0/+1 |
| | |||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 1 | -2/+12 |
| | |||||
* | better extension loading for the OpenGL wrapper | Araq | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | first steps for compiler as a service | Araq | 2012-10-03 | 1 | -1/+12 |
| | |||||
* | top level closures should work; transf is not a pass anymore; next steps for ↵ | Araq | 2012-08-13 | 1 | -2/+1 |
| | | | | first class iterator support | ||||
* | made compiler more robust for idetools support | Araq | 2012-07-30 | 1 | -1/+2 |
| | |||||
* | removed nimdat in favor of per-module dat init procs | Zahary Karadjov | 2012-07-19 | 1 | -0/+3 |
| | |||||
* | JS codegen enhancements; still unusable | Araq | 2012-07-01 | 1 | -1/+3 |
| | |||||
* | docgen2 improvements | Araq | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | first implementation of docgen2 | Araq | 2012-06-23 | 1 | -1/+14 |
| | |||||
* | extracted documentation generator | Araq | 2012-05-09 | 1 | -1/+5 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | path canonicalization for imported modules, relative paths written in rod files | Zahary Karadjov | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | path canonicalization and proper project relative paths | Zahary Karadjov | 2011-12-09 | 1 | -1/+1 |
| | |||||
* | Speed-up symbolFiles:on operations on windows | Zahary Karadjov | 2011-12-07 | 1 | -12/+10 |
| | |||||
* | bugfixes for .rod files and visual C++ | Araq | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -10/+10 |
| | |||||
* | argument passing with --run option works again | Araq | 2011-11-27 | 1 | -2/+2 |
| | |||||
* | New algorithm for locating and loading nimrod config files. | Zahary Karadjov | 2011-11-25 | 1 | -78/+79 |
| | | | | Some new options added to the compiler (see news.txt for details) | ||||
* | compilation cache: multi methods now work | Araq | 2011-10-24 | 1 | -0/+1 |
| | |||||
* | compilation cache: better dependency checking | Araq | 2011-10-23 | 1 | -0/+1 |
| | |||||
* | much more efficient rod file generation | Araq | 2011-10-18 | 1 | -25/+17 |
| | |||||
* | added system.slurp for easy embedding of resources | Araq | 2011-08-10 | 1 | -2/+4 |
| |